Searched refs:sizebuf (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.bin/posixshmcontrol/ |
| H A D | posixshmcontrol.c | 222 char *buf, *bp, *ep, jailpath[MAXPATHLEN], sizebuf[8], str[10]; in list_shm() local 330 humanize_number(sizebuf, sizeof(sizebuf), in list_shm() 333 printf("%s\t", sizebuf); in list_shm() 403 char sizebuf[8]; in stat_one_shm() local 432 humanize_number(sizebuf, sizeof(sizebuf), in stat_one_shm() 434 printf("size\t%s\n", sizebuf); in stat_one_shm()
|
| /freebsd/contrib/libder/libder/ |
| H A D | libder_write.c | 71 uint8_t sizebuf[sizeof(size_t)], *sizep; in libder_write_object_header() local 79 sizep = &sizebuf[0]; in libder_write_object_header() 83 if (!write_buffer(cookie, &sizebuf[0], sizelen)) in libder_write_object_header()
|
| /freebsd/usr.sbin/pstat/ |
| H A D | pstat.c | 480 char sizebuf[5]; in print_swap_line() local 489 humanize_number(sizebuf, sizeof(sizebuf), in print_swap_line() 498 printf("%8s %8s %8s %5.0f%%\n", sizebuf, in print_swap_line()
|
| /freebsd/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpd.c | 1246 char sizebuf[32]; in dataconn() local 1253 snprintf(sizebuf, sizeof(sizebuf), " (%ld bytes)", (long)size); in dataconn() 1255 *sizebuf = '\0'; in dataconn() 1279 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf); in dataconn() 1284 name, sizebuf); in dataconn() 1329 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf); in dataconn()
|
| /freebsd/libexec/ftpd/ |
| H A D | ftpd.c | |
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 3018 char sizebuf[32]; in userspace_cb() local 3152 zfs_nicebytes(space, sizebuf, sizeof (sizebuf)); in userspace_cb() 3154 zfs_nicenum(space, sizebuf, sizeof (sizebuf)); in userspace_cb() 3157 (void) snprintf(sizebuf, sizeof (sizebuf), "%llu", in userspace_cb() 3160 sizelen = strlen(sizebuf); in userspace_cb()
|