HomeSort by: relevance | last modified time | path
    Searched defs:usergroups (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/mountd/
mountd.c 2073 gid_t usergroups[NGROUPS + 1]; local in function:parsecred
2098 if (getgrouplist(pw->pw_name, pw->pw_gid, usergroups, &ngroups))
2104 cr->cr_gid = usergroups[0];
2106 cr->cr_groups[cnt - 1] = usergroups[cnt];

Completed in 13 milliseconds