Home
last modified time | relevance | path

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

/netbsd-src/libexec/ftpd/
H A Dftpd.c247 static int checkpassword(const struct passwd *, const char *);
1405 rval = checkpassword(pw, passwd); in do_pass()
3713 checkpassword(const struct passwd *pwent, const char *password) in checkpassword() function