Home
last modified time | relevance | path

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

/aosp_15_r20/external/toybox/toys/posix/
H A Dls.c131 static int print_with_h(char *s, long long value, int blocks) in print_with_h() function
158 } else len[5] = print_with_h(tmp, st->st_size, 0); in entrylen()
161 len[6] = FLAG(s) ? print_with_h(tmp, st->st_blocks, 1) : 0; in entrylen()
412 print_with_h(tmp, blocks, 1); in listfiles()
486 print_with_h(tmp, st->st_blocks, 1); in listfiles()
524 print_with_h(tmp, st->st_size, 0); in listfiles()