Home
last modified time | relevance | path

Searched refs:ISAPPND (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/pax/
H A Doptions.h98 #define ISAPPND(x) (((x) & (AF|RF|WF)) == (AF|WF)) macro
H A Doptions.c523 } else if (ISAPPND(flg)) { in pax_options()