HelenOS sources

size_to_human_readable   58 uspace/app/df/df.c static errno_t size_to_human_readable(uint64_t, size_t, char **);
size_to_human_readable  154 uspace/app/df/df.c 		rc = size_to_human_readable(st->f_blocks, st->f_bsize, &str);
size_to_human_readable  161 uspace/app/df/df.c 		rc = size_to_human_readable(used_blocks, st->f_bsize, &str);
size_to_human_readable  168 uspace/app/df/df.c 		rc = size_to_human_readable(st->f_bfree, st->f_bsize, &str);
HelenOS homepage, sources at GitHub