Lines Matching defs:humbuf
662 char humbuf[HUMBUF_SIZE];
664 if (hflag && humanize_number(humbuf, sizeof(humbuf),
666 printf("%10s ", humbuf);
670 if (hflag && humanize_number(humbuf, sizeof(humbuf),
672 humbuf);
972 char humbuf[HUMBUF_SIZE];
974 if (hflag && humanize_number(humbuf,
975 sizeof(humbuf),
978 printf("%10s %8.8s ", humbuf, " ");
984 if (hflag && humanize_number(humbuf,
985 sizeof(humbuf),
988 printf("%10s %5.5s", humbuf, " ");
1030 char humbuf[HUMBUF_SIZE];
1032 if (hflag && humanize_number(humbuf,
1033 sizeof(humbuf), sum->ift_ib - total->ift_ib, "",
1035 printf(" %10s %8.8s ", humbuf, " ");
1041 if (hflag && humanize_number(humbuf,
1042 sizeof(humbuf), sum->ift_ob - total->ift_ob, "",
1044 printf("%10s %5.5s", humbuf, " ");