Home
last modified time | relevance | path

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

/titanic_44/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.c753 if (Args & OCA) { in main()
1287 if ((mask & OCA) && !(mask & OCO)) { in ckopts()
1376 if (mask & OCA) { in ckopts()
6494 Args |= OCA; in setup()