Searched refs:actual_section (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c421 char ** actual_section; local
427 if (actual_section = (char **)malloc((max_i + 2) * sizeof(char *))) {
428 for (actual_section[max_i + 1] = NULL, i = 0; section[i]; i++)
429 actual_section[i] = section[i];
433 actual_section[max_i] = options[i].name;
434 retval = profile_get_value(profile, (const char **) actual_section,
438 free(actual_section);
454 free(actual_section);
467 char ** actual_section; local
473 if (actual_section
[all...]

Completed in 54 milliseconds