Home
last modified time | relevance | path

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

/NextBSD/usr.bin/login/
HDlogin.c83 static int auth_pam(void);
343 rval = auth_pam(); in main()
681 auth_pam(void) in auth_pam() function
/NextBSD/release/picobsd/tinyware/login/
HDpico-login.c104 static int auth_pam(void);
349 if ((rval = auth_pam()) == -1)
764 auth_pam() in auth_pam() function
/NextBSD/libexec/ftpd/
HDftpd.c175 static int auth_pam(struct passwd**, const char*);
1273 auth_pam(struct passwd **ppw, const char *pass) in auth_pam() function
1391 rval = auth_pam(&pw, passwd); in pass()