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

/freebsd-9.3-release/usr.bin/login/
H A Dlogin.c84 static int auth_pam(void);
344 rval = auth_pam();
690 auth_pam(void) function
/freebsd-9.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c104 static int auth_pam(void);
350 if ((rval = auth_pam()) == -1)
766 auth_pam() function
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c179 static int auth_pam(struct passwd**, const char*);
1277 auth_pam(struct passwd **ppw, const char *pass) function
1395 rval = auth_pam(&pw, passwd);
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c205 static int auth_pam(struct passwd **, const char *);
1308 rval = auth_pam(&pw, passwd);
3749 auth_pam(struct passwd **ppw, const char *pwstr) function

Completed in 108 milliseconds