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()
1280 if ((mask & OCt) && (mask & OCV)) { in ckopts()
1768 VERBOSE((Args & (OCv | 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()
3065 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()
[all …]
H A Dcpio.h70 #define OCV 0x8000000 macro