Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddd.c63 unsigned long long in_full, in_part, out_full, out_part, bytes; member
134 fprintf(stderr,"%llu+%llu records in\n%llu+%llu records out\n", st.in_full, st.in_part, in summary()
236 while (!(toys.optflags & C_COUNT) || (st.in_full + st.in_part) < c_count) { in do_dd()
256 st.in_full++; in do_dd()