Home
last modified time | relevance | path

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

/original-bsd/bin/dd/
H A Dargs.c101 if (ddflags & (C_BLOCK|C_LCASE|C_SWAB|C_UCASE|C_UNBLOCK))
113 if (ddflags & (C_BLOCK|C_UNBLOCK)) {
118 cfunc = ddflags & C_BLOCK ? block : unblock;
125 ddflags |= C_BLOCK;
247 { "block", C_BLOCK, C_UNBLOCK, NULL },
260 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
H A Ddd.h51 #define C_BLOCK 0x00002 macro
H A Ddd.c120 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) { in setup()
205 if (flags & (C_BLOCK|C_UNBLOCK)) in dd_in()