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

/freebsd-10.1-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-10.1-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-10.1-release/libexec/ftpd/
H A Dftpd.c1913 char sizebuf[32]; local
1920 (void) snprintf(sizebuf, sizeof(sizebuf),
1923 *sizebuf = '\0';
1967 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
1977 name, sizebuf);
2022 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2366 char sizebuf[32]; local
2498 zfs_nicenum(space, sizebuf, sizeof (sizebuf));
2500 (void) snprintf(sizebuf, sizeof (sizebuf), "%llu", space);
2501 sizelen = strlen(sizebuf);

Completed in 91 milliseconds