Home
last modified time | relevance | path

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

/openbsd/src/bin/pax/
Doptions.c116 #define ISAPPND(x) (((x) & (AF|RF|WF)) == (AF|WF)) macro
665 } else if (ISAPPND(flg)) { in pax_options()