Home
last modified time | relevance | path

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

/titanic_50/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.c716 switch (Args & (OCi | OCo | OCp)) { in main()
717 case OCi: /* COPY IN */ in main()
1241 if (mask & OCi) { in ckopts()
1257 if ((mask & OCa) && (mask & OCm) && ((mask & OCi) || in ckopts()
1460 if (Args & OCi) { /* do running checksum */ in cksum()
5719 if ((Args & OCi) && (Hdr_type == USTAR)) { in openout()
6037 if ((Args & OCi) || Append) { in rstbuf()
6117 if ((Args & OCi) && (Hdr_type == USTAR)) { in rstfiles()
6325 if (!(Args & OCi) && (Args & OCa)) { in rstfiles()
6455 Args |= OCi; in setup()
[all …]