Searched refs:human_readable (Results 1 – 13 of 13) sorted by relevance
/third_party/toybox/toys/posix/ |
D | df.c | 153 human_readable(size_str, size, hr_flags); in show_mt() 154 human_readable(used_str, used, hr_flags); in show_mt() 155 human_readable(avail_str, avail, hr_flags); in show_mt()
|
D | du.c | 60 human_readable(toybuf, size, 0); in print()
|
D | ls.c | 125 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
|
/third_party/toybox/porting/liteos_a/toys/other/ |
D | free.c | 34 if (toys.optflags & FLAG_h) human_readable(s, ll, 0);
|
/third_party/toybox/toys/other/ |
D | free.c | 34 if (toys.optflags & FLAG_h) human_readable(s, ll, 0);
|
/third_party/toybox/toys/pending/ |
D | dd.c | 94 human_readable(toybuf, TT.bytes, HR_SPACE|HR_B); in status() 96 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B); in status()
|
/third_party/boost/boost/spirit/home/support/detail/lexer/ |
D | state_machine.hpp | 327 human_readable (_csm); in check_for_csm() 331 void human_readable (detail::basic_char_state_machine<CharT> &sm_) const in human_readable() function in boost::lexer::basic_state_machine
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | du.c | 50 human_readable(toybuf, size, 0); in print()
|
D | ls.c | 124 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
|
/third_party/iptables/extensions/ |
D | libxt_time.c | 337 static void time_print_monthdays(uint32_t mask, bool human_readable) in time_print_monthdays() argument 347 if (human_readable) in time_print_monthdays()
|
/third_party/toybox/lib/ |
D | lib.h | 281 int human_readable(char *buf, unsigned long long num, int style);
|
D | lib.c | 1139 int human_readable(char *buf, unsigned long long num, int style) in human_readable() function
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 282 int human_readable(char *buf, unsigned long long num, int style);
|