Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cpio/
H A Dcpio.h64 #define OCI 0x200000 macro
87 #define INV_MSK4o (OCi | OCp | OCE | OCI | OCR)
90 | OCE | OCH | OCI | OCO)
H A Dcpio.c1283 if ((mask & OCM) && !((mask & OCI) || (mask & OCO))) { in ckopts()
1371 if ((mask & OCI) && (Archive = open(IOfil_p, O_RDONLY)) < 0) { in ckopts()
6528 if (Args & OCI) in setup()
6531 Args |= OCI; in setup()