Searched refs:auth_pam (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/login/
H A Dlogin.c84 static int auth_pam(void);
344 rval = auth_pam();
690 auth_pam(void) function
/freebsd-10.1-release/release/picobsd/tinyware/login/
H A Dpico-login.c104 static int auth_pam(void);
349 if ((rval = auth_pam()) == -1)
764 auth_pam() function
/freebsd-10.1-release/libexec/ftpd/
H A Dftpd.c175 static int auth_pam(struct passwd**, const char*);
1273 auth_pam(struct passwd **ppw, const char *pass) function
1391 rval = auth_pam(&pw, passwd);

Completed in 148 milliseconds