Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h48 #define OCi 0x20 macro
87 #define INV_MSK4o (OCi | OCp | OCE | OCI | OCR)
89 #define INV_MSK4p (OCf | OCi | OCo | OCr | OCt | OCA \
H A Dcpio.c725 switch (Args & (OCi | OCo | OCp)) { in main()
726 case OCi: /* COPY IN */ in main()
1250 if (mask & OCi) { in ckopts()
6048 if ((Args & OCi) || Append) { in rstbuf()
6128 if ((Args & OCi) && (Hdr_type == USTAR)) { in rstfiles()
6336 if (!(Args & OCi) && (Args & OCa)) { in rstfiles()
6466 Args |= OCi; in setup()
6635 if (Args & OCi) { in setup()
6689 if (Args & (OCi | OCo)) { in setup()
6801 if (Args & OCi) in sigint()
[all …]