Home
last modified time | relevance | path

Searched refs:cpy_cnt (Results 1 – 3 of 3) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/dd/
Dextern.h72 extern uint64_t cpy_cnt;
Dargs.c234 cpy_cnt = strsuftoll("block count", arg, 0, LLONG_MAX); in f_count()
235 if (!cpy_cnt) in f_count()
Ddd.c81 uint64_t cpy_cnt; /* # of blocks to copy */ variable
339 if (cpy_cnt && (st.in_full + st.in_part) >= cpy_cnt) in dd_in()