Searched refs:FTPBUFSIZ (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp_var.h | 173 #define FTPBUFSIZ BUFSIZ*16 macro 206 EXTERN char reply_buf[FTPBUFSIZ];
|
H A D | auth.c | 88 char stbuf[FTPBUFSIZ]; in do_auth() 123 (void) snprintf(stbuf, FTPBUFSIZ, "%s@%s", in do_auth()
|
H A D | ftp.c | 446 char command_buf[FTPBUFSIZ]; in command() 467 (void) vsnprintf(command_buf, FTPBUFSIZ, fmt, ap); in command() 518 unsigned char ibuf[FTPBUFSIZ]; in getreply() 519 unsigned char obuf[FTPBUFSIZ]; in getreply() 543 if (i >= FTPBUFSIZ) in getreply() 885 while ((c = read(fileno(fin), buf, FTPBUFSIZ)) > 0) { in sendrequest() 1233 while ((c = timedread(infd, buf, FTPBUFSIZ, timeout)) > 0) { in recvrequest() 1292 fdio_setbuf(buf, FTPBUFSIZ); in recvrequest() 1414 } while ((c = read(fileno(din), buf, FTPBUFSIZ)) > 0); in recvrequest()
|
H A D | glob.c | 117 char agpath[FTPBUFSIZ]; in glob() 300 char restbuf[FTPBUFSIZ + 2]; in execbrc()
|
H A D | main.c | 74 buf = (char *)memalign(getpagesize(), FTPBUFSIZ); in main()
|
H A D | cmds.c | 1477 char buf[FTPBUFSIZ]; in quote() 1517 char buf[FTPBUFSIZ]; in site() 1615 char line[FTPBUFSIZ]; in confirm()
|