HomeSort by: relevance | last modified time | path
    Searched defs:RF (Results 1 - 2 of 2) 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...]
  /src/usr.sbin/lpr/common_source/
common.c 94 const char *RF; /* name of fortran text filter (per job) */

Completed in 13 milliseconds