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

/freebsd-9.3-release/contrib/opie/
H A Dopiesu.c249 char opieprompt[80]; local
400 i = opiechallenge(&opie, user, opieprompt);
401 printf("%s\n", opieprompt);
H A Dopielogin.c656 char opieprompt[OPIE_CHALLENGE_MAX + 1]; local
678 opieprompt[0] = '\0';
1098 i = opiechallenge(&opie, name, opieprompt);
1104 printf("%s\n", opieprompt);
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c184 static char opieprompt[OPIE_CHALLENGE_MAX+1]; variable
1073 if (opiechallenge(&opiedata, name, opieprompt) == 0) {
1078 opieprompt, pwok ? "requested" : "required", name);
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c254 static char opieprompt[OPIE_CHALLENGE_MAX+1]; variable
992 if (opiechallenge(&opiedata, (char *)curname, opieprompt) ==
998 opieprompt, pwok ? "requested" : "required",

Completed in 76 milliseconds