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

  /src/bin/dd/
args.c 177 C_UNBLOCK | C_OSYNC | C_ASCII | C_EBCDIC | C_SPARSE)) {
191 if (ddflags & (C_BLOCK|C_UNBLOCK)) {
200 ddflags |= C_UNBLOCK;
360 { "block", C_BLOCK, C_UNBLOCK, NULL },
374 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
dd.h 122 #define C_UNBLOCK 0x80000
dd.c 247 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) {
383 if (flags & (C_BLOCK|C_UNBLOCK))

Completed in 14 milliseconds