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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c416 char ** actual_section; local
422 if (actual_section = (char **)malloc((max_i + 2) * sizeof(char *))) {
423 for (actual_section[max_i + 1] = NULL, i = 0; section[i]; i++)
424 actual_section[i] = section[i];
428 actual_section[max_i] = options[i].name;
429 retval = profile_get_value(profile, (const char **) actual_section,
433 free(actual_section);
449 free(actual_section);
462 char ** actual_section; local
468 if (actual_section
[all...]

Completed in 24 milliseconds