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

/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c1282 char ** actual_section; local
1288 if (actual_section = (char **)malloc((max_i + 2) * sizeof (char *))) {
1289 for (actual_section[max_i + 1] = NULL, i = 0; section[i]; i++)
1290 actual_section[i] = section[i];
1294 actual_section[max_i] = options[i].name;
1295 retval = profile_get_value(profile, (const char **) actual_section,
1299 free(actual_section);
1315 free(actual_section);
1328 char ** actual_section; local
1334 if (actual_section
[all...]

Completed in 16 milliseconds