Searched refs:szbuf (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/swapctl/
H A Dswaplist.c61 char szbuf[5], usbuf[5], avbuf[5]; /* size, used, avail */ local
142 if ((humanize_number(szbuf, sizeof(szbuf), (dbtoqb(size)),
151 (void)printf("%-*s %*s ", pathmax, sep->se_path, hlen, szbuf);
165 if ((humanize_number(szbuf, sizeof(szbuf), (dbtoqb(totalsize)),
168 (void)printf("%s/%s swap space\n", usbuf, szbuf);
178 if ((humanize_number(szbuf, sizeof(szbuf), (dbtoqb(totalsize)),
188 szbuf, usbu
[all...]
/netbsd-6-1-5-RELEASE/bin/ls/
H A Dprint.c94 char buf[20], szbuf[5]; local
109 if ((humanize_number(szbuf, sizeof(szbuf),
114 (void)printf("%*s ", dp->s_block, szbuf);
137 if ((humanize_number(szbuf, sizeof(szbuf),
141 (void)printf("%*s ", dp->s_size, szbuf);
325 char szbuf[5]; local
333 if ((humanize_number(szbuf, sizeof(szbuf), s
392 char szbuf[5]; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/src/
H A Dbuffer.c89 uint8_t szbuf[4]; /* size buffer */ member in struct:saslc__buffer32_context_t
231 ctx->szneed = sizeof(ctx->szbuf);
262 p = ctx->szbuf + sizeof(ctx->szbuf) - ctx->szneed;
270 ctx->bufsize = be32dec(ctx->szbuf);
294 ctx->szneed = sizeof(ctx->szbuf); /* for next call */
295 *out = ctx->szbuf;
296 *outlen = sizeof(ctx->szbuf) + ctx->bufsize;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dwi.c3244 int i, naps, off, szbuf; local
3255 szbuf = sizeof(struct wi_scan_data_p2);
3258 szbuf = sizeof(struct wi_scan_data_p2) + 6;
3261 szbuf = sizeof(struct wi_scan_data);
3270 naps = (cnt * 2 + 2 - off) / szbuf;
3279 (sizeof(ws_dat) < szbuf ? sizeof(ws_dat) : szbuf));
3282 off += szbuf;

Completed in 100 milliseconds