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

/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c2237 pamtab_t *tpament; local
2276 while ((tpament = pamh->pam_conf_info[i]
2285 [pamentp->pam_type] = tpament->next;
2286 free_pamconf(tpament);
2306 tpament =
2308 while (tpament->next != NULL) {
2309 tpament = tpament->next;
2311 tpament->next = pamentp;

Completed in 28 milliseconds