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

/freebsd-10.0-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-10.0-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-10.0-release/usr.sbin/chroot/
H A Dchroot.c64 char *endp, *p, *user, *group, *grouplist; local
73 user = group = grouplist = NULL;
87 grouplist = optarg;
88 if (*grouplist == '\0')
120 (p = strsep(&grouplist, ",")) != NULL && gids < ngroups_max; ) {
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/contrib/ipfilter/tools/
H A Dippool_y.y93 %type <ipe> groupentry setgrouplist grouplist
211 setgroup hashopts start grouplist end
266 grouplist: label
268 | groupentry next grouplist { $$ = $1; $1->ipe_next = $3; }
269 | addrmask next grouplist { $$ = calloc(1, sizeof(iphtent_t));
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lposix157 int (getgroups)(int gidsetsize, gid_t grouplist[]);
/freebsd-10.0-release/tools/sched/
H A Dschedgraph.py505 grouplist = []
508 grouplist.append(source)
509 graph.sourcehidelist(grouplist)
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_misc.c1106 error = copyin(args->grouplist, linux_gidset, ngrp * sizeof(l_gid_t));
1182 error = copyout(linux_gidset, args->grouplist, ngrp * sizeof(l_gid_t));
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_proto.h656 char grouplist_l_[PADL_(l_gid_t *)]; l_gid_t * grouplist; char grouplist_r_[PADR_(l_gid_t *)]; member in struct:linux_getgroups_args
660 char grouplist_l_[PADL_(l_gid_t *)]; l_gid_t * grouplist; char grouplist_r_[PADR_(l_gid_t *)]; member in struct:linux_setgroups_args
H A Dlinux32_systrace_args.c1428 uarg[1] = (intptr_t) p->grouplist; /* l_gid_t * */
1436 uarg[1] = (intptr_t) p->grouplist; /* l_gid_t * */
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_proto.h653 char grouplist_l_[PADL_(l_gid_t *)]; l_gid_t * grouplist; char grouplist_r_[PADR_(l_gid_t *)]; member in struct:linux_getgroups_args
657 char grouplist_l_[PADL_(l_gid_t *)]; l_gid_t * grouplist; char grouplist_r_[PADR_(l_gid_t *)]; member in struct:linux_setgroups_args
H A Dlinux_systrace_args.c1471 uarg[1] = (intptr_t) p->grouplist; /* l_gid_t * */
1479 uarg[1] = (intptr_t) p->grouplist; /* l_gid_t * */
/freebsd-10.0-release/contrib/sendmail/src/
H A Dconf.c2890 setgroups(ngroups, grouplist)
2892 GIDSET_T grouplist[];

Completed in 423 milliseconds