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

/freebsd-9.3-release/libexec/mknetid/
H A Dhash.h36 struct grouplist { struct
38 struct grouplist *next;
44 struct grouplist *groups;
53 extern struct grouplist *lookup(struct member_entry **, char *);
H A Dhash.c112 struct grouplist *lookup(struct member_entry *table[], char *key)
127 struct grouplist dummy = { 99999, NULL };
130 * Store a group member entry and/or update its grouplist.
135 struct grouplist *tmp;
142 tmp = (struct grouplist *)malloc(sizeof(struct grouplist));
163 new->groups = (struct grouplist *)&dummy;
H A Dmknetid.c107 struct grouplist *glist;
/freebsd-9.3-release/libexec/revnetgroup/
H A Dhash.h36 struct grouplist { struct
38 struct grouplist *next;
45 struct grouplist *groups;
H A Dhash.c164 * Store a group member entry and/or update its grouplist. This is
171 * the member's grouplist list. If we're handed a name that already has
173 * to update its grouplist.
179 struct grouplist *tmp;
185 tmp = (struct grouplist *)malloc(sizeof(struct grouplist));
H A Drevnetgroup.c163 struct grouplist *tmp;
/freebsd-9.3-release/usr.sbin/chroot/
H A Dchroot.c61 char *grouplist; /* group list to switch to ... */ variable
90 grouplist = optarg;
91 if (*grouplist == '\0')
123 (p = strsep(&grouplist, ",")) != NULL && gids < ngroups_max; ) {
/freebsd-9.3-release/usr.bin/showmount/
H A Dshowmount.c79 struct grouplist { struct
80 struct grouplist *gr_next;
86 struct grouplist *ex_groups;
112 register struct grouplist *grp;
318 register struct grouplist *gp;
329 ep->ex_groups = (struct grouplist *)0;
336 gp = (struct grouplist *)malloc(sizeof(struct grouplist));
/freebsd-9.3-release/usr.bin/wall/
H A Dwall.c77 } *grouplist; variable in typeref:struct:wallgroup
119 g->next = grouplist;
122 grouplist = g;
133 for (g = grouplist; g; g = g->next) {
151 if (grouplist) {
156 for (g = grouplist; g && ingroup == 0; g = g->next) {
/freebsd-9.3-release/usr.sbin/mountd/
H A Dmountd.c137 struct grouplist { struct
140 struct grouplist *gr_next;
153 struct grouplist *ht_grp;
170 struct grouplist *, int, struct exportlist *);
182 int do_mount(struct exportlist *, struct grouplist *, int,
184 int do_opt(char **, char **, struct exportlist *, struct grouplist *,
190 void free_grp(struct grouplist *);
193 int get_host(char *, struct grouplist *, struct grouplist *);
198 void getexp_err(struct exportlist *, struct grouplist *);
[all...]
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dippool_y.y85 %type <ipe> groupentry setgrouplist grouplist
177 setgroup hashopts start grouplist end
220 grouplist: label
222 | groupentry next grouplist { $$ = $1; $1->ipe_next = $3; }
223 | addrmask next grouplist { $$ = calloc(1, sizeof(iphtent_t));
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lposix157 int (getgroups)(int gidsetsize, gid_t grouplist[]);
/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py505 grouplist = []
508 grouplist.append(source)
509 graph.sourcehidelist(grouplist)
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_systrace_args.c1474 uarg[1] = (intptr_t) p->grouplist; /* l_gid_t * */
1482 uarg[1] = (intptr_t) p->grouplist; /* l_gid_t * */
H A Dlinux_proto.h654 char grouplist_l_[PADL_(l_gid_t *)]; l_gid_t * grouplist; char grouplist_r_[PADR_(l_gid_t *)]; member in struct:linux_getgroups_args
658 char grouplist_l_[PADL_(l_gid_t *)]; l_gid_t * grouplist; char grouplist_r_[PADR_(l_gid_t *)]; member in struct:linux_setgroups_args
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1431 uarg[1] = (intptr_t) p->grouplist; /* l_gid_t * */
1439 uarg[1] = (intptr_t) p->grouplist; /* l_gid_t * */
H A Dlinux32_proto.h657 char grouplist_l_[PADL_(l_gid_t *)]; l_gid_t * grouplist; char grouplist_r_[PADR_(l_gid_t *)]; member in struct:linux_getgroups_args
661 char grouplist_l_[PADL_(l_gid_t *)]; l_gid_t * grouplist; char grouplist_r_[PADR_(l_gid_t *)]; member in struct:linux_setgroups_args
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_misc.c1111 error = copyin(args->grouplist, linux_gidset, ngrp * sizeof(l_gid_t));
1189 error = copyout(linux_gidset, args->grouplist, ngrp * sizeof(l_gid_t));
/freebsd-9.3-release/contrib/sendmail/src/
H A Dconf.c2897 setgroups(ngroups, grouplist)
2899 GIDSET_T grouplist[];

Completed in 297 milliseconds