Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h59 #define OCA 0x10000 macro
85 #define INV_MSK4i (OCo | OCp | OCA | OCL | OCO)
89 #define INV_MSK4p (OCf | OCi | OCo | OCr | OCt | OCA \
H A Dcpio.c762 if (Args & OCA) { in main()
1296 if ((mask & OCA) && !(mask & OCO)) { in ckopts()
1385 if (mask & OCA) { in ckopts()
6505 Args |= OCA; in setup()