pam_h             588 daemons/based/based_remote.c     struct pam_handle *pam_h = NULL;
pam_h             602 daemons/based/based_remote.c     rc = pam_start(pam_name, user, &p_conv, &pam_h);
pam_h             606 daemons/based/based_remote.c                  user, pam_strerror(pam_h, rc));
pam_h             611 daemons/based/based_remote.c     rc = pam_authenticate(pam_h, PAM_SILENT);
pam_h             614 daemons/based/based_remote.c                    user, pam_strerror(pam_h, rc));
pam_h             622 daemons/based/based_remote.c     rc = pam_get_item(pam_h, PAM_USER, &p_user);
pam_h             626 daemons/based/based_remote.c                  user, pam_strerror(pam_h, rc));
pam_h             644 daemons/based/based_remote.c     rc = pam_acct_mgmt(pam_h, PAM_SILENT);
pam_h             647 daemons/based/based_remote.c                    user, pam_strerror(pam_h, rc));
pam_h             653 daemons/based/based_remote.c     pam_end(pam_h, rc);