Searched defs:accountp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c1702 struct account_module *accountp; local
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;
[all...]

Completed in 25 milliseconds