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

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h75 char *ftpd_getline(char *, int);
H A Dftpcmd.y1049 * ftpd_getline - a hacked up version of fgets to ignore TELNET escape codes.
1052 ftpd_getline(char *s, int n)
1153 if (ftpd_getline(cbuf, sizeof(cbuf)-1) == NULL) {
H A Dftpcmd.c3106 * ftpd_getline - a hacked up version of fgets to ignore TELNET escape codes. function
3109 ftpd_getline(char *s, int n)
3210 if (ftpd_getline(cbuf, sizeof(cbuf)-1) == NULL) {
H A Dftpd.c1954 if (ftpd_getline(cp, sizeof(tmpline)) == NULL) {

Completed in 51 milliseconds