Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Doptions.h99 #define ISCOPY(x) (((x) & (RF|WF)) == (RF|WF)) macro
H A Doptions.c526 } else if (ISCOPY(flg)) { in pax_options()