Home
last modified time | relevance | path

Searched refs:FTPBUFLEN (Results 1 – 6 of 6) sorted by relevance

/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Dftp_var.h67 #define FTPBUFLEN MAXPATHLEN + 200 macro
167 char line[FTPBUFLEN]; /* input line buffer */
169 char argbuf[FTPBUFLEN]; /* argument storage buffer */
H A Dcomplete.c315 static char word[FTPBUFLEN];
/dports/ftp/tnftp/tnftp-20210827/src/
H A Dftp_var.h177 #define FTPBUFLEN (4 * MAXPATHLEN) macro
292 GLOBAL char line[FTPBUFLEN]; /* input line buffer */
294 GLOBAL char argbuf[FTPBUFLEN]; /* argument storage buffer */
H A Ddomacro.c58 char *cp1, *cp2, line2[FTPBUFLEN]; in domacro()
H A Dcomplete.c361 static char word[FTPBUFLEN]; in complete()
H A Dfetch.c1049 char buf[FTPBUFLEN], *ep; in negotiate_connection()
1211 char buf[FTPBUFLEN], *ep; in connectmethod()