Searched refs:sizebuf (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c222 char *buf, *bp, *ep, jailpath[MAXPATHLEN], sizebuf[8], str[10]; local
330 humanize_number(sizebuf, sizeof(sizebuf),
333 printf("%s\t", sizebuf);
403 char sizebuf[8]; local
432 humanize_number(sizebuf, sizeof(sizebuf),
434 printf("size\t%s\n", sizebuf);
/freebsd-current/usr.sbin/pstat/
H A Dpstat.c480 char sizebuf[5]; local
489 humanize_number(sizebuf, sizeof(sizebuf),
498 printf("%8s %8s %8s %5.0f%%\n", sizebuf,
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1246 char sizebuf[32]; local
1253 snprintf(sizebuf, sizeof(sizebuf), " (%ld bytes)", (long)size);
1255 *sizebuf = '\0';
1279 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
1284 name, sizebuf);
1329 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
/freebsd-current/libexec/ftpd/
H A Dftpd.c1888 char sizebuf[32]; local
1895 (void) snprintf(sizebuf, sizeof(sizebuf),
1898 *sizebuf = '\0';
1942 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
1952 name, sizebuf);
1997 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2845 char sizebuf[32]; local
2982 zfs_nicebytes(space, sizebuf, sizeof (sizebuf));
2984 zfs_nicenum(space, sizebuf, sizeof (sizebuf));
2987 (void) snprintf(sizebuf, sizeof (sizebuf), "%llu",
2990 sizelen = strlen(sizebuf);

Completed in 261 milliseconds