Lines Matching defs:szbuf
134 char buf[20], szbuf[5];
149 if ((humanize_number(szbuf, sizeof(szbuf),
154 (void)printf("%*s ", dp->s_block, szbuf);
180 if ((humanize_number(szbuf, sizeof(szbuf),
184 (void)printf("%*s ", dp->s_size, szbuf);
372 char szbuf[5];
380 if ((humanize_number(szbuf, sizeof(szbuf), sp->st_size,
384 chcnt += printf("%*s ", sizefield, szbuf);
439 char szbuf[5];
443 if ((humanize_number(szbuf, sizeof(szbuf),
448 (void)printf("total %s\n", szbuf);