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

/freebsd-current/usr.sbin/pw/
H A Dpw_conf.c66 static char *system_shells[_UC_MAXSHELLS] =
311 for (i = 0; i < _UC_MAXSHELLS && q != NULL; i++, q = strtok(NULL, toks))
314 while (i < _UC_MAXSHELLS)
478 for (j = 0; j < _UC_MAXSHELLS &&
H A Dpw.h67 #define _UC_MAXSHELLS 32 macro
H A Dpw_user.c443 for (i = 0; i < _UC_MAXSHELLS && shells[i] != NULL; i++) {

Completed in 135 milliseconds