Searched defs:grouplist (Results 1 – 10 of 10) sorted by relevance
37 struct grouplist { struct 41 struct grouplist *gl_nxt; argument
59 static struct grouplist *grouplist; /* stores a list of users in a group */ variable [all...]
41 setgroups(int ngroups, gid_t grouplist[]) in setgroups() argument
40 getgroups(int gidsetsize, gid_t grouplist[]) in getgroups() argument
74 struct grouplist { /* One element of the list generated by a setnetgrent() */ struct 76 struct grouplist *gl_nxt; argument [all...]
380 static int getusergroups(gidsetsize, grouplist, user, prgid) in getusergroups() argument
568 gid_t *grouplist = alloca(maxgrp * sizeof (gid_t)); in ruserok() local
604 gid_t *grouplist = alloca(maxgrp * sizeof (gid_t)); in adt_to_subject() local
3745 char *grouplist = strdup(s); in genent_project() local
2892 setgroups(ngroups, grouplist) in setgroups() argument