HomeSort by: relevance | last modified time | path
    Searched defs:askpasswd (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/ftpd/
ftpd.c 852 static int askpasswd; /* had USER command, ask for PASSwd */ variable in typeref:typename:int
858 * sets askpasswd if a PASS command is expected. If logged in previously,
906 askpasswd = 0;
917 askpasswd = 1;
921 if (!askpasswd) {
1003 if (!askpasswd) {
1004 askpasswd = 1;
1298 askpasswd = 0;
1358 if (logged_in || askpasswd == 0) {
1362 askpasswd = 0
    [all...]

Completed in 14 milliseconds