Home
last modified time | relevance | path

Searched refs:human_readable_long (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/example/
Ddemo_number.c34 human_readable_long(toybuf, ll, TT.D, toys.optflags);
/external/toybox/lib/
Dlib.c1131 int human_readable_long(char *buf, unsigned long long num, int dgt, int style) in human_readable_long() function
1165 return human_readable_long(buf, num, 3, style); in human_readable()
Dlib.h280 int human_readable_long(char *buf, unsigned long long num, int dgt, int style);
/external/toybox/toys/posix/
Dps.c603 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()