Home
last modified time | relevance | path

Searched refs:tpament (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c2000 pamtab_t *tpament; in read_pam_conf() local
2044 while ((tpament = pamh->pam_conf_info[i] in read_pam_conf()
2054 free_pamconf(tpament); in read_pam_conf()
2074 tpament = in read_pam_conf()
2076 while (tpament->next != NULL) { in read_pam_conf()
2077 tpament = tpament->next; in read_pam_conf()
2079 tpament->next = pamentp; in read_pam_conf()
2098 if ((tpament = pamh->pam_conf_info[i] in read_pam_conf()
2115 while (tpament->next != NULL) { in read_pam_conf()
2116 tpament = tpament->next; in read_pam_conf()
[all …]