HomeSort by: relevance | last modified time | path
    Searched refs:RF (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/pax/
options.h 69 #define RF 0x000000800ULL
102 #define ISLIST(x) (((x) & (RF|WF)) == 0)
103 #define ISEXTRACT(x) (((x) & (RF|WF)) == RF)
104 #define ISARCHIVE(x) (((x) & (AF|RF|WF)) == WF)
105 #define ISAPPND(x) (((x) & (AF|RF|WF)) == (AF|WF))
106 #define ISCOPY(x) (((x) & (RF|WF)) == (RF|WF))
107 #define ISWRITE(x) (((x) & (RF|WF)) == WF)
114 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF
    [all...]
options.c 439 flg |= RF;
1575 flg |= RF;
1608 flg |= RF | WF;
1630 flg &= ~RF;
  /src/usr.sbin/lpr/common_source/
lp.h 63 extern const char *RF; /* name of fortran text filter (per job) */
common.c 94 const char *RF; /* name of fortran text filter (per job) */
  /src/sys/arch/hpc/conf/
platid.def 218 130TM 130RF
  /src/usr.sbin/lpr/lpd/
printjob.c 532 * Set up the chain [ PR [ | {IF, OF} ] ] or {IF, RF, TF, NF, DF, CF, VF}.
642 prog = RF;
1288 RF = cgetstr(bp, "rf", &s) == -1 ? NULL : s;

Completed in 22 milliseconds