OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_UNBLOCK
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
args.c
161
C_UNBLOCK
| C_OSYNC | C_ASCII | C_EBCDIC | C_SPARSE)) {
175
if (ddflags & (C_BLOCK|
C_UNBLOCK
)) {
184
ddflags |=
C_UNBLOCK
;
340
{ "block", C_BLOCK,
C_UNBLOCK
, NULL },
354
{ "unblock",
C_UNBLOCK
, C_BLOCK, NULL },
dd.h
125
#define
C_UNBLOCK
0x80000
dd.c
214
if (!(ddflags & (C_BLOCK|
C_UNBLOCK
))) {
350
if (flags & (C_BLOCK|
C_UNBLOCK
))
Completed in 172 milliseconds