Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h47 #define OCf 0x10 macro
89 #define INV_MSK4p (OCf | OCi | OCo | OCr | OCt | OCA \
H A Dcpio.c5342 return (Args & OCf); in matched()
5348 return (!(Args & OCf)); in matched()
5351 return (Args & OCf); /* not matched */ in matched()
6463 Args |= OCf; in setup()