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

/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c1285 int i, max_i; local
1287 for (max_i = 0; section[max_i]; max_i++);
1288 if (actual_section = (char **)malloc((max_i + 2) * sizeof (char *))) {
1289 for (actual_section[max_i + 1] = NULL, i = 0; section[i]; i++)
1294 actual_section[max_i] = options[i].name;
1331 int i, max_i; local
1333 for (max_i = 0; section[max_i]; max_
[all...]

Completed in 814 milliseconds