Lines Matching refs:tpament
2003 pamtab_t *tpament; in read_pam_conf() local
2047 while ((tpament = pamh->pam_conf_info[i] in read_pam_conf()
2056 [pamentp->pam_type] = tpament->next; in read_pam_conf()
2057 free_pamconf(tpament); in read_pam_conf()
2077 tpament = in read_pam_conf()
2079 while (tpament->next != NULL) { in read_pam_conf()
2080 tpament = tpament->next; in read_pam_conf()
2082 tpament->next = pamentp; in read_pam_conf()
2101 if ((tpament = pamh->pam_conf_info[i] in read_pam_conf()
2118 while (tpament->next != NULL) { in read_pam_conf()
2119 tpament = tpament->next; in read_pam_conf()
2121 tpament->next = pamentp; in read_pam_conf()