Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1276 if ((mask & OCv) && (mask & OCV)) { in ckopts()
1768 VERBOSE((Args & (OCv | OCV)), in creat_lnk()
1799 if (Args & OCv) { in creat_lnk()
2696 VERBOSE((Args & (OCv | OCV)), nam_p); in data_in()
3007 VERBOSE((Args & (OCv | OCV)), nam_p); in data_out()
3040 VERBOSE((Args & (OCv | OCV)), nam_p); in data_out()
3490 VERBOSE((Args & (OCv | OCV)), in file_in()
3551 VERBOSE((Args & (OCv | OCV)), in file_in()
3618 VERBOSE((Args & (OCv | OCV)), in file_in()
6502 Args |= OCv; in setup()
[all …]
H A Dcpio.h58 #define OCv 0x8000 macro