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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c419 int i, max_i; local
421 for (max_i = 0; section[max_i]; max_i++);
422 if (actual_section = (char **)malloc((max_i + 2) * sizeof(char *))) {
423 for (actual_section[max_i + 1] = NULL, i = 0; section[i]; i++)
428 actual_section[max_i] = options[i].name;
465 int i, max_i; local
467 for (max_i = 0; section[max_i]; max_
[all...]

Completed in 15 milliseconds