Searched refs:human_readable (Results 1 - 16 of 16) sorted by relevance

/external/toybox/toys/example/
H A Dtest_human_readable.c1 /* test_human_readable.c - Expose lib/lib.c human_readable() for testing.
21 human_readable(toybuf, strtoll(*toys.optargs, &c, 0), toys.optflags);
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Ddu.py143 if self.human_readable else str(num_bytes))
169 if self.human_readable else str(obj.size))
186 self.human_readable = False
200 self.human_readable = True
H A Dls.py326 if self.human_readable else str(obj.size))
360 self.human_readable = False
370 self.human_readable = True
/external/toybox/toys/other/
H A Dfree.c34 if (toys.optflags & FLAG_h) human_readable(s, ll, 0);
/external/toybox/toys/posix/
H A Ddf.c131 human_readable(size_str, size, hr_flags);
132 human_readable(used_str, used, hr_flags);
133 human_readable(avail_str, avail, hr_flags);
H A Ddu.c60 human_readable(toybuf, size, 0);
H A Dls.c149 human_readable(tmp, st->st_size, 0);
359 human_readable(tmp, blocks*512, 0);
458 human_readable(tmp, st->st_size, 0);
H A Dps.c346 // human_readable
487 else human_readable(out, ll, 0);
/external/iproute2/ip/
H A Dip.c29 int human_readable; variable
226 ++human_readable;
H A Dipaddress.c404 if (!human_readable || count < base) {
/external/toybox/toys/pending/
H A Ddd.c136 human_readable(toybuf, st.bytes, HR_SPACE|HR_B);
138 human_readable(toybuf, st.bytes/seconds, HR_SPACE|HR_B);
/external/iptables/extensions/
H A Dlibxt_time.c327 static void time_print_monthdays(uint32_t mask, bool human_readable) argument
337 if (human_readable)
/external/iproute2/include/
H A Dutils.h15 extern int human_readable;
/external/toybox/lib/
H A Dlib.h207 int human_readable(char *buf, unsigned long long num, int style);
H A Dlib.c943 int human_readable(char *buf, unsigned long long num, int style) function
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c2298 Bool human_readable = True; local
2299 const HChar* maybe_newline = human_readable ? "\n " : "";
2300 const HChar* maybe_newline2 = human_readable ? "\n " : "";

Completed in 390 milliseconds