OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpy_cnt
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
extern.h
72
extern uint64_t
cpy_cnt
;
args.c
234
cpy_cnt
= strsuftoll("block count", arg, 0, LLONG_MAX);
235
if (!
cpy_cnt
)
dd.c
81
uint64_t
cpy_cnt
; /* # of blocks to copy */
variable
339
if (
cpy_cnt
&& (st.in_full + st.in_part) >=
cpy_cnt
)
Completed in 675 milliseconds