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

/freebsd-11.0-release/contrib/opie/
H A Dopieftpd.c838 char sizebuf[32]; local
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-11.0-release/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-11.0-release/libexec/ftpd/
H A Dftpd.c1928 char sizebuf[32]; local
1935 (void) snprintf(sizebuf, sizeof(sizebuf),
1938 *sizebuf = '\0';
1982 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
1992 name, sizebuf);
2037 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2415 char sizebuf[32]; local
2549 zfs_nicenum(space, sizebuf, sizeof (sizebuf));
2551 (void) snprintf(sizebuf, sizeof (sizebuf), "%llu", space);
2552 sizelen = strlen(sizebuf);

Completed in 120 milliseconds