FTPBUFSIZ
(void) snprintf(stbuf, FTPBUFSIZ, "%s@%s",
char stbuf[FTPBUFSIZ];
char buf[FTPBUFSIZ];
char buf[FTPBUFSIZ];
char line[FTPBUFSIZ];
while ((c = timedread(infd, buf, FTPBUFSIZ, timeout)) > 0) {
fdio_setbuf(buf, FTPBUFSIZ);
} while ((c = read(fileno(din), buf, FTPBUFSIZ)) > 0);
char command_buf[FTPBUFSIZ];
(void) vsnprintf(command_buf, FTPBUFSIZ, fmt, ap);
unsigned char ibuf[FTPBUFSIZ];
unsigned char obuf[FTPBUFSIZ];
if (i >= FTPBUFSIZ)
while ((c = read(fileno(fin), buf, FTPBUFSIZ)) > 0) {
extern char reply_buf[FTPBUFSIZ];
char agpath[FTPBUFSIZ];
char restbuf[FTPBUFSIZ + 2];
char reply_buf[FTPBUFSIZ];
buf = (char *)memalign(getpagesize(), FTPBUFSIZ);