Home
last modified time | relevance | path

Searched refs:max_user (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1328 int max_user; in get_namelist_files() local
1342 max_user = 1; /* need one slot for terminator NULL */ in get_namelist_files()
1344 max_user++; in get_namelist_files()
1351 nl = (char **)calloc(max_user, (sizeof (char *))); in get_namelist_files()