/src/usr.sbin/ypserv/revnetgroup/ |
hash.h | 37 struct grouplist { struct 39 struct grouplist *next; 46 struct grouplist *groups;
|
/src/usr.sbin/chroot/ |
chroot.c | 116 char *grouplist; /* group list to switch to ... */ local in function:main 125 grouplist = NULL; 142 grouplist = optarg; 143 if (*grouplist == '\0') 163 if (grouplist != NULL) { 164 while ((p = strsep(&grouplist, ",")) != NULL) {
|
/src/usr.bin/wall/ |
wall.c | 79 } *grouplist; variable in typeref:struct:wallgroup * 128 if (grouplist) { 135 for (wg = grouplist; wg && !ingroup; wg = wg->next) { 183 g->next = grouplist; 184 grouplist = g;
|
/src/usr.bin/showmount/ |
showmount.c | 80 struct grouplist { struct 81 struct grouplist *gr_next; 87 struct grouplist *ex_groups; 113 struct grouplist *grp; 354 grouplist_free(struct grouplist *gp) 379 struct grouplist *gp;
|
/src/usr.sbin/mountd/ |
mountd.c | 151 struct grouplist { struct 154 struct grouplist *gr_next; 163 struct grouplist *ht_grp; 180 struct grouplist *, int); 188 struct grouplist *, int, struct uucred *, char *, int, struct statvfs *); 190 struct exportlist *, struct grouplist *, int *, int *, struct uucred *); 192 static int parse_directory(const char *, size_t, struct grouplist *, 195 struct grouplist *, char *, int *, struct grouplist **); 199 static void free_grp(struct grouplist *); [all...] |