_UC_MAXSHELLS
for (i = 0; i < _UC_MAXSHELLS && q != NULL; i++, q = strtok(NULL, toks))
while (i < _UC_MAXSHELLS)
for (j = 0; j < _UC_MAXSHELLS &&
static char *system_shells[_UC_MAXSHELLS] =
for (i = 0; i < _UC_MAXSHELLS && shells[i] != NULL; i++) {