Lines Matching defs:nuser
1329 int nuser;
1332 nuser = 0;
1358 if ((nl[nuser] = strdup(pwd->pw_name)) == NULL) {
1362 nuser++;
1365 nl[nuser] = NULL;
1366 *num_user = nuser;
1448 int nuser = 0;
1459 if ((nl[nuser] = strdup(p->sp_namp)) == NULL) {
1463 if (++nuser == alloced) {
1473 nl[nuser] = NULL;
1476 *num_user = nuser; /* including NULL */