Searched refs:aprofile (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/krb5/kadm5/ |
H A D | alt_prof.c | 418 krb5_pointer aprofile = 0; local 465 kret = krb5_aprof_init(filename, envname, &aprofile); 489 } else if (aprofile && 490 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) { 532 } else if (aprofile && 533 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) { 568 } else if (aprofile && 569 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) { 588 } else if (aprofile && 589 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) { [all …]
|