Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/bin/dd/
Dargs.c161 C_UNBLOCK | C_OSYNC | C_ASCII | C_EBCDIC | C_SPARSE)) { in jcl()
175 if (ddflags & (C_BLOCK|C_UNBLOCK)) { in jcl()
184 ddflags |= C_UNBLOCK; in jcl()
340 { "block", C_BLOCK, C_UNBLOCK, NULL },
354 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
Ddd.h125 #define C_UNBLOCK 0x80000 macro
Ddd.c214 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) { in setup()
350 if (flags & (C_BLOCK|C_UNBLOCK)) in dd_in()