Home
last modified time | relevance | path

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

/openbsd/src/bin/pax/
Doptions.c113 #define ISLIST(x) (((x) & (RF|WF)) == 0) macro
655 if (ISLIST(flg)) { in pax_options()