HomeSort by relevance Sort by last modified time
    Searched refs:C_BLOCK (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 160 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
175 if (ddflags & (C_BLOCK|C_UNBLOCK)) {
180 cfunc = ddflags & C_BLOCK ? block : unblock;
187 ddflags |= C_BLOCK;
340 { "block", C_BLOCK, C_UNBLOCK, NULL },
354 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
dd.h 107 #define C_BLOCK 0x00002
dd.c 214 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) {
350 if (flags & (C_BLOCK|C_UNBLOCK))

Completed in 366 milliseconds