Searched refs:human_readable_long (Results 1 – 6 of 6) sorted by relevance
/third_party/toybox/toys/example/ |
D | demo_number.c | 37 human_readable_long(toybuf, ll, TT.D, TT.M, toys.optflags);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 559 else human_readable_long(s, ll, i-1, 0); in string_field() 1449 human_readable_long(hr[j+!!j], 1024*(run[i] = pos?atol(pos):0), in top_common() 1451 if (j==1) human_readable_long(hr[1], 1024*(run[i-1]-run[i]), 8,0); in top_common()
|
/third_party/toybox/lib/ |
D | lib.c | 1130 int human_readable_long(char *buf, unsigned long long num, int dgt, int style) in human_readable_long() function 1164 return human_readable_long(buf, num, 3, style); in human_readable()
|
D | lib.h | 289 int human_readable_long(char *buf, unsigned long long num, int dgt, int style);
|
/third_party/toybox/toys/posix/ |
D | ps.c | 602 else human_readable_long(s, ll, i-1, 0); in string_field() 1593 human_readable_long(hr[j+!!j], 1024*(run[i] = pos?atol(pos):0), in top_common() 1595 if (j==1) human_readable_long(hr[1], 1024*(run[i-1]-run[i]), 8,0); in top_common()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 281 int human_readable_long(char *buf, unsigned long long num, int dgt, int style);
|