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

/freebsd-10.1-release/usr.sbin/pw/
H A Dpw_conf.c68 static char *system_shells[_UC_MAXSHELLS] =
299 for (i = 0; i < _UC_MAXSHELLS && q != NULL; i++, q = strtok(NULL, toks))
302 while (i < _UC_MAXSHELLS)
422 for (j = k = 0; j < _UC_MAXSHELLS && system_shells[j] != NULL; j++) {
H A Dpw.h102 #define _UC_MAXSHELLS 32 macro
H A Dpw_user.c1039 for (i = 0; i < _UC_MAXSHELLS && shells[i] != NULL; i++) {

Completed in 55 milliseconds