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

/external/toybox/toys/posix/
H A Ddu.c58 human_readable(toybuf, size);
/external/toybox/toys/pending/
H A Ddd.c136 human_readable(toybuf, st.bytes);
138 human_readable(toybuf, st.bytes/seconds);
/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/toybox/lib/
H A Dlib.h179 int human_readable(char *buf, unsigned long long num);
H A Dlib.c828 int human_readable(char *buf, unsigned long long num) function
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c2291 Bool human_readable = True; local
2292 const HChar* maybe_newline = human_readable ? "\n " : "";
2293 const HChar* maybe_newline2 = human_readable ? "\n " : "";

Completed in 3323 milliseconds