OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_full
(Results
1 - 2
of
2
) sorted by null
/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) {
256
st.
in_full
++;
/system/core/toolbox/upstream-netbsd/bin/dd/
dd.h
94
uint64_t
in_full
; /* # of full input blocks */
member in struct:__anon74840
Completed in 4066 milliseconds