Home
last modified time | relevance | path

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

/freebsd/usr.bin/login/
H A Dlogin.c77 static int auth_pam(void);
339 rval = auth_pam(); in main()
677 auth_pam(void) in auth_pam() function
/freebsd/libexec/ftpd/
H A Dftpd.c161 static int auth_pam(struct passwd**, const char*);
1241 auth_pam(struct passwd **ppw, const char *pass) in auth_pam() function
1359 rval = auth_pam(&pw, passwd); in pass()