pam_h             617 daemons/based/based_remote.c     struct pam_handle *pam_h = NULL;
pam_h             631 daemons/based/based_remote.c     rc = pam_start(pam_name, user, &p_conv, &pam_h);
pam_h             635 daemons/based/based_remote.c                  user, pam_strerror(pam_h, rc));
pam_h             640 daemons/based/based_remote.c     rc = pam_authenticate(pam_h, PAM_SILENT);
pam_h             643 daemons/based/based_remote.c                    user, pam_strerror(pam_h, rc));
pam_h             651 daemons/based/based_remote.c     rc = pam_get_item(pam_h, PAM_USER, &p_user);
pam_h             655 daemons/based/based_remote.c                  user, pam_strerror(pam_h, rc));
pam_h             673 daemons/based/based_remote.c     rc = pam_acct_mgmt(pam_h, PAM_SILENT);
pam_h             676 daemons/based/based_remote.c                    user, pam_strerror(pam_h, rc));
pam_h             682 daemons/based/based_remote.c     pam_end(pam_h, rc);