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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2193 int tmpngrps; local
2200 tmpngrps = _getgroupsbymember(pwd.pw_name, tmpgrps, ngroups_max, 1);
2201 if (tmpngrps <= 0) {
2209 *grps = malloc(tmpngrps * sizeof (gid_t));
2217 *ngrps = tmpngrps;
2218 (void) memcpy(*grps, tmpgrps, tmpngrps * sizeof (gid_t));

Completed in 62 milliseconds