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

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

Completed in 1370 milliseconds