OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_COUNT
(Results
1 - 3
of
3
) sorted by null
/external/toybox/toys/pending/
dd.c
42
#define
C_COUNT
0x0002
90
{ "count",
C_COUNT
},
101
static unsigned long long
c_count
;
variable
236
while (!(toys.optflags &
C_COUNT
) || (st.in_full + st.in_part) <
c_count
) {
318
case
C_COUNT
:
319
c_count
= strsuftoll(arg, 0, ULLONG_MAX);
/system/core/toolbox/upstream-netbsd/bin/dd/
dd.h
110
#define
C_COUNT
0x00010
args.c
95
{ "count", f_count,
C_COUNT
,
C_COUNT
},
Completed in 458 milliseconds