Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c163 char *buf, *bp, sizebuf[8], str[10]; in list_shm() local
243 humanize_number(sizebuf, sizeof(sizebuf), in list_shm()
246 printf("%s\t", sizebuf); in list_shm()
311 char sizebuf[8]; in stat_one_shm() local
338 humanize_number(sizebuf, sizeof(sizebuf), in stat_one_shm()
340 printf("size\t%s\n", sizebuf); in stat_one_shm()
/freebsd-12.1/contrib/opie/
H A Dopieftpd.c838 char sizebuf[32]; variable
848 snprintf(sizebuf, sizeof(sizebuf), " (%ld bytes)", size);
850 strcpy(sizebuf, "");
871 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
876 name, sizebuf);
904 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
/freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1246 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-12.1/libexec/ftpd/
H A Dftpd.c1944 char sizebuf[32]; in dataconn() local
1951 (void) snprintf(sizebuf, sizeof(sizebuf), in dataconn()
1954 *sizebuf = '\0'; in dataconn()
1998 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf); in dataconn()
2008 name, sizebuf); in dataconn()
2053 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf); in dataconn()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2445 char sizebuf[32]; in userspace_cb() local
2579 zfs_nicenum(space, sizebuf, sizeof (sizebuf)); in userspace_cb()
2581 (void) snprintf(sizebuf, sizeof (sizebuf), "%llu", space); in userspace_cb()
2582 sizelen = strlen(sizebuf); in userspace_cb()