/external/toybox/toys/pending/ |
dd.c | 63 unsigned long long in_full, in_part, out_full, out_part, bytes; member in struct:iostat 134 fprintf(stderr,"%llu+%llu records in\n%llu+%llu records out\n", st.in_full, st.in_part, 236 while (!(toys.optflags & C_COUNT) || (st.in_full + st.in_part) < c_count) { 259 st.in_part++;
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
dd.h | 95 uint64_t in_part; /* # of partial input blocks */ member in struct:__anon74432
|
misc.c | 112 (unsigned long long)st.in_full, (unsigned long long)st.in_part, 244 (unsigned long long)st.in_part);
|
dd.c | 339 if (cpy_cnt && (st.in_full + st.in_part) >= cpy_cnt) 406 ++st.in_part;
|