Symbol: humanize_number
bin/dd/misc.c
114
humanize_number(si, sizeof(si), (int64_t)st.bytes, "B", HN_AUTOSCALE,
bin/dd/misc.c
116
humanize_number(iec, sizeof(iec), (int64_t)st.bytes, "B", HN_AUTOSCALE,
bin/dd/misc.c
118
humanize_number(persec, sizeof(persec), (int64_t)(st.bytes / secs), "B",
bin/df/df.c
337
humanize_number(buf, sizeof(buf) - (bytes < 0 ? 0 : 1),
bin/df/df.c
354
humanize_number(buf, sizeof(buf) - (bytes < 0 ? 0 : 1),
bin/ls/print.c
622
humanize_number(buf, sizeof(buf), (int64_t)bytes, "",
lib/libutil/libutil.h
79
int humanize_number(char *_buf, size_t _len, int64_t _number,
sbin/camcontrol/camcontrol.c
3684
ret = humanize_number(tmpstr, sizeof(tmpstr),
sbin/fsck_msdosfs/check.c
123
humanize_number(freestr, sizeof(freestr), freebytes, "",
sbin/fsck_msdosfs/check.c
126
humanize_number(badstr, sizeof(badstr), badbytes, "",
sbin/gpt/show.c
106
humanize_number(humansz, sizeof(humansz),
sbin/gpt/show.c
93
humanize_number(humansz, sizeof(humansz), (int64_t)mediasz, "B",
sbin/hammer/cmd_info.c
194
humanize_number(buf, sizeof(buf) - (totalbytes < 0 ? 0 : 1),
sbin/hammer/cmd_info.c
199
humanize_number(buf, sizeof(buf) - (usedbytes < 0 ? 0 : 1),
sbin/hammer/cmd_info.c
204
humanize_number(buf, sizeof(buf) - (rsvbytes < 0 ? 0 : 1),
sbin/hammer/cmd_info.c
209
humanize_number(buf, sizeof(buf) - (freebytes < 0 ? 0 : 1),
sbin/kldstat/kldstat.c
69
humanize_number(buf, sizeof(buf), stat.size, "",
sbin/nvmectl/subs.c
42
humanize_number(buf, sizeof(buf), value, "",
sbin/swapon/swapon.c
413
humanize_number(tmp, 5, (int64_t)val, "", HN_AUTOSCALE,
sbin/vquota/vquota.c
363
humanize_number(hbuf, sizeof(hbuf), global_size, "",
sbin/vquota/vquota.c
375
humanize_number(hbuf, sizeof(hbuf),
sbin/vquota/vquota.c
390
humanize_number(hbuf, sizeof(hbuf),
sbin/vquota/vquota.c
537
humanize_number(hbuf, sizeof(hbuf), space, "", HN_AUTOSCALE, HN_NOSPACE);
sbin/vquota/vquota.c
547
humanize_number(hbuf, sizeof(hbuf), limit, "", HN_AUTOSCALE, HN_NOSPACE);
test/stress/stress2/lib/resources.c
248
humanize_number(siz, sizeof(siz), s, "",
test/stress/stress2/lib/resources.c
250
humanize_number(ino, sizeof(ino), i, "",
usr.bin/du/du.c
452
humanize_number(buf, sizeof(buf), bytes, "", HN_AUTOSCALE,
usr.bin/kcollect/kcollect.c
394
humanize_number(buf, sizeof(buf), value, "",
usr.bin/kcollect/kcollect.c
404
humanize_number(buf, sizeof(buf), value, "",
usr.bin/kcollect/kcollect.c
417
humanize_number(buf, sizeof(buf),
usr.bin/kcollect/kcollect.c
423
humanize_number(buf, sizeof(buf),
usr.bin/netstat/if.c
86
humanize_number(buf, sizeof buf, (int64_t) value, "",
usr.bin/systat/sensors.c
245
humanize_number(buf, sizeof(buf), sensor.value, "Hz",
usr.sbin/installer/libinstaller/functions.c
250
humanize_number(string, sizeof(string),
usr.sbin/mfiutil/mfi_show.c
253
humanize_number(size, sizeof(size), info->size * 512,
usr.sbin/mfiutil/mfi_show.c
273
humanize_number(buf, sizeof(buf), info->raw_size * 512, "",
usr.sbin/mfiutil/mfi_show.c
50
humanize_number(buf, buflen, (1 << stripe) * 512, "", HN_AUTOSCALE,
usr.sbin/mptutil/mpt_show.c
199
humanize_number(buf, sizeof(buf), (size + 1) * 512, "", HN_AUTOSCALE,
usr.sbin/mptutil/mpt_show.c
222
humanize_number(buf, sizeof(buf), ((uint64_t)info->MaxLBA + 1) * 512,
usr.sbin/mptutil/mpt_show.c
242
humanize_number(buf, sizeof(buf), (disk->maxlba + 1) * 512,
usr.sbin/mptutil/mpt_show.c
51
humanize_number(buf, buflen, stripe * 512, "", HN_AUTOSCALE,
usr.sbin/nvmmctl/nvmmctl.c
126
if (humanize_number(ram, sizeof(ram), cap.max_ram, NULL, HN_AUTOSCALE,
usr.sbin/nvmmctl/nvmmctl.c
170
if (humanize_number(ram, sizeof(ram), machinfo.nram, NULL,
usr.sbin/pstat/pstat.c
1001
humanize_number(buf3, 6,
usr.sbin/pstat/pstat.c
960
humanize_number(buf1, sizeof(buf1),
usr.sbin/pstat/pstat.c
965
humanize_number(buf2, sizeof(buf2),
usr.sbin/pstat/pstat.c
991
humanize_number(buf1, 6,
usr.sbin/pstat/pstat.c
996
humanize_number(buf2, 6,