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

  /src/bin/pax/
options.h 74 #define WF 0x000010000ULL
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
    [all...]
options.c 474 flg |= WF;
1601 flg |= WF;
1608 flg |= RF | WF;

Completed in 12 milliseconds