| /src/sbin/swapctl/ |
| swaplist.c | 90 char szbuf[5], usbuf[5], avbuf[5]; /* size, used, avail */ local 223 if ((humanize_number(szbuf, sizeof(szbuf), 236 pathmax, sep->se_path, hlen, szbuf); 251 if ((humanize_number(szbuf, sizeof(szbuf), 255 (void)printf("%s/%s swap space\n", usbuf, szbuf); 264 if ((humanize_number(szbuf, sizeof(szbuf), 278 szbuf, usbuf, avbuf) [all...] |
| /src/bin/ls/ |
| print.c | 134 char buf[20], szbuf[5]; local 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]; local 380 if ((humanize_number(szbuf, sizeof(szbuf), sp->st_size 439 char szbuf[5]; local [all...] |
| /src/sbin/gpt/ |
| show.c | 348 char szbuf[64]; local 350 if ((size_t)w1 > sizeof szbuf - 2) 351 w1 = sizeof szbuf - 2; 365 xshow | SHOW_NOSHOW, szbuf, sizeof szbuf); 369 xshow | SHOW_NOSHOW, szbuf, sizeof szbuf); 379 if ((size_t)w1 >= sizeof szbuf) 380 w1 = (unsigned int)sizeof szbuf - 1; 381 if ((size_t)w2 >= sizeof szbuf) [all...] |
| /src/sbin/ccdconfig/ |
| ccdconfig.c | 677 char szbuf[6]; local 681 if (humanize_number(szbuf, sizeof szbuf, 686 printf("%15s", szbuf);
|
| /src/sys/dev/ic/ |
| wi.c | 3330 int i, naps, off, szbuf; local 3341 szbuf = sizeof(struct wi_scan_data_p2); 3344 szbuf = sizeof(struct wi_scan_data_p2) + 6; 3347 szbuf = sizeof(struct wi_scan_data); 3356 naps = (cnt * 2 + 2 - off) / szbuf; 3365 (sizeof(ws_dat) < szbuf ? sizeof(ws_dat) : szbuf)); 3368 off += szbuf;
|