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

/freebsd-11-stable/crypto/heimdal/appl/push/
H A Dpush.c136 typedef enum { INIT = 0, GREET, USER, PASS, STAT, RETR, TOP, enumerator in enum:__anon5917
140 "INIT", "GREET", "USER", "PASS", "STAT", "RETR", "TOP",
301 if (((state == STAT || state == RETR || state == TOP)
364 } else if (state == RETR) {
424 state = RETR;
480 if ((state == STAT && !do_from) || state == RETR)
482 "RETR %u\r\n", ++asked_for);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y98 PASV TYPE STRU MODE RETR STOR
274 | RETR SP pathname CRLF check_login
946 { "RETR", RETR, STR1, 1, "<sp> file-name" },
H A Dftpcmd.c94 RETR = 283, enumerator in enum:yytokentype
179 #define RETR 283 macro
688 "REIN", "QUIT", "PORT", "PASV", "TYPE", "STRU", "MODE", "RETR", "STOR",
3002 { "RETR", RETR, STR1, 1, "<sp> file-name" },
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y171 PASV TYPE STRU MODE RETR STOR
303 | RETR check_login SP pathname CRLF
821 { "RETR", RETR, STR1, 1, "<sp> file-name" },
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y104 PASV TYPE STRU MODE RETR STOR
425 | RETR check_login SP pathname CRLF
428 reply(500, "RETR command disabled.");
1084 { "RETR", RETR, STR1, 1, "<sp> file-name" },

Completed in 119 milliseconds