OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_IBS
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
args.c
92
{ "bs", f_bs, C_BS, C_BS|
C_IBS
|C_OBS|C_OSYNC },
97
{ "ibs", f_ibs,
C_IBS
, C_BS|
C_IBS
},
163
ddflags |=
C_IBS
|C_OBS;
167
if (ddflags & C_BS && ddflags & (
C_IBS
|C_OBS))
dd.h
113
#define
C_IBS
0x00080
/external/toybox/toys/pending/
dd.c
43
#define
C_IBS
0x0004
91
{ "ibs",
C_IBS
},
310
case
C_IBS
:
Completed in 191 milliseconds