OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:C_BS
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
dd.c
41
#define
C_BS
0x0001
88
{ "bs",
C_BS
},
161
/* for
C_BS
, in/out is done as it is. so only in.sz is enough.
164
in.buff = out.buff = xmalloc(in.sz + ((toys.optflags &
C_BS
)? 0: out.sz));
265
if (toys.optflags &
C_BS
) {
307
case
C_BS
:
312
if (!(toys.optflags &
C_BS
)) in.sz = sz;
316
if (!(toys.optflags &
C_BS
)) out.sz = sz;
/system/core/toolbox/upstream-netbsd/bin/dd/
dd.h
108
#define
C_BS
0x00004
Completed in 53 milliseconds