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

/openbsd-current/libexec/ftpd/
H A Dftpd.c1336 char sizebuf[32]; local
1347 (void) snprintf(sizebuf, sizeof(sizebuf), " (%lld bytes)",
1350 sizebuf[0] = '\0';
1406 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
1411 name, sizebuf);
1479 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);

Completed in 91 milliseconds