Home
last modified time | relevance | path

Searched refs:C_UNBLOCK (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/bin/dd/
Dargs.c127 if (ddflags & (C_BLOCK|C_LCASE|C_SWAB|C_UCASE|C_UNBLOCK)) in jcl()
139 if (ddflags & (C_BLOCK|C_UNBLOCK)) { in jcl()
148 ddflags |= C_UNBLOCK; in jcl()
275 { "block", C_BLOCK, C_UNBLOCK, NULL },
284 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
Ddd.c135 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) { in setup()
247 if (ddflags & (C_BLOCK|C_UNBLOCK)) in dd_in()
342 if (ddflags & (C_BLOCK|C_UNBLOCK)) in dd_close()
Ddd.h94 #define C_UNBLOCK 0x80000 macro