Lines Matching defs:accountp
1702 struct account_module *accountp;
1781 accountp = pam_entry->function_ptr;
1784 accountp && accountp->pam_sm_acct_mgmt) {
1794 accountp = calloc(1, sizeof (struct account_module));
1795 if (accountp == NULL)
1806 free(accountp);
1811 &accountp->pam_sm_acct_mgmt) != PAM_SUCCESS) {
1816 free(accountp);
1819 pam_entry->function_ptr = accountp;