Searched refs:hbuf (Results 1 – 3 of 3) sorted by relevance
/coreutils/src/ |
D | sum.c | 206 char hbuf[LONGEST_HUMAN_READABLE + 1]; in output_bsd() local 208 human_readable (length, hbuf, human_ceiling, 1, 1024)); in output_bsd() 231 char hbuf[LONGEST_HUMAN_READABLE + 1]; in output_sysv() local 233 human_readable (length, hbuf, human_ceiling, 1, 512)); in output_sysv()
|
D | dd.c | 672 char hbuf[LONGEST_HUMAN_READABLE + 1]; in alloc_ibuf() local 676 human_readable (input_blocksize, hbuf, in alloc_ibuf() 694 char hbuf[LONGEST_HUMAN_READABLE + 1]; in alloc_obuf() local 699 human_readable (output_blocksize, hbuf, in alloc_obuf() 739 char hbuf[3][LONGEST_HUMAN_READABLE + sizeof slash_s]; in print_xfer_stats() local 742 char const *si = human_readable (w_bytes, hbuf[0], human_opts, 1, 1); in print_xfer_stats() 743 char const *iec = human_readable (w_bytes, hbuf[1], in print_xfer_stats() 748 char *bpsbuf = hbuf[2]; in print_xfer_stats() 749 int bpsbufsize = sizeof hbuf[2]; in print_xfer_stats()
|
D | ls.c | 4372 char hbuf[INT_BUFSIZE_BOUND (uintmax_t)]; in print_long_format() local 4373 p += sprintf (p, "%*s ", inode_number_width, format_inode (hbuf, f)); in print_long_format() 4378 char hbuf[LONGEST_HUMAN_READABLE + 1]; in print_long_format() local 4382 : human_readable (STP_NBLOCKS (&f->stat), hbuf, human_output_opts, in print_long_format() 4396 char hbuf[INT_BUFSIZE_BOUND (uintmax_t)]; in print_long_format() local 4398 ! f->stat_ok ? "?" : umaxtostr (f->stat.st_nlink, hbuf)); in print_long_format() 4438 char hbuf[LONGEST_HUMAN_READABLE + 1]; in print_long_format() local 4443 hbuf, file_human_output_opts, 1, in print_long_format() 4494 char hbuf[INT_BUFSIZE_BOUND (intmax_t)]; in print_long_format() local 4498 : timetostr (when_timespec.tv_sec, hbuf))); in print_long_format()
|