HomeSort by: relevance | last modified time | path
    Searched refs:C_BLOCK (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/dd/
args.c 176 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
191 if (ddflags & (C_BLOCK|C_UNBLOCK)) {
196 cfunc = ddflags & C_BLOCK ? block : unblock;
203 ddflags |= C_BLOCK;
360 { "block", C_BLOCK, C_UNBLOCK, NULL },
374 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
dd.h 104 #define C_BLOCK 0x00002
dd.c 247 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) {
383 if (flags & (C_BLOCK|C_UNBLOCK))

Completed in 14 milliseconds