Searched refs:print_with_h (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ls.c | 125 static int print_with_h(char *s, long long value, int units) in print_with_h() function 151 } else len[5] = print_with_h(tmp, st->st_size, 1); in entrylen() 154 len[6] = FLAG(s) ? print_with_h(tmp, st->st_blocks, 1024) : 0; in entrylen() 328 print_with_h(tmp, blocks, 1024); in listfiles() 404 print_with_h(tmp, st->st_blocks, 1024); in listfiles() 442 print_with_h(tmp, st->st_size, 1); in listfiles()
|