Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cpio/
H A Dcpio.c1267 if ((mask & OCv) && (mask & OCV)) { in ckopts()
1759 VERBOSE((Args & (OCv | OCV)), in creat_lnk()
1790 if (Args & OCv) { in creat_lnk()
1799 VERBOSE((Args & (OCv | OCV)), newname); in creat_lnk()
2688 VERBOSE((Args & (OCv | OCV)), nam_p); in data_in()
2810 VERBOSE((proc_mode != P_SKIP && (Args & (OCv | OCV))), in data_in()
2999 VERBOSE((Args & (OCv | OCV)), nam_p); in data_out()
3032 VERBOSE((Args & (OCv | OCV)), nam_p); in data_out()
3057 VERBOSE((Args & (OCv | OCV)), nam_p); in data_out()
3236 VERBOSE((Args & (OCv | OCV)), G_p->g_nam_p); in data_out()
[all …]
H A Dcpio.h58 #define OCv 0x8000 macro