Home
last modified time | relevance | path

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

/titanic_41/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.c5334 return (Args & OCf); in matched()
5340 return (!(Args & OCf)); in matched()
5343 return (Args & OCf); /* not matched */ in matched()
6452 Args |= OCf; in setup()