Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
Dls.c122 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] = (flags & FLAG_s) ? print_with_h(tmp, st->st_blocks, 512) : 0; in entrylen()
365 print_with_h(tmp, blocks, 512); in listfiles()
437 print_with_h(tmp, st->st_blocks, 512); in listfiles()
478 print_with_h(tmp, st->st_size, 1); in listfiles()
/third_party/toybox/toys/posix/
Dls.c123 static int print_with_h(char *s, long long value, int units) in print_with_h() function
152 } else len[5] = print_with_h(tmp, st->st_size, 1); in entrylen()
155 len[6] = (flags & FLAG_s) ? print_with_h(tmp, st->st_blocks, 512) : 0; in entrylen()
374 print_with_h(tmp, blocks, 512); in listfiles()
447 print_with_h(tmp, st->st_blocks, 512); in listfiles()
488 print_with_h(tmp, st->st_size, 1); in listfiles()