Symbol: grouplist
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1324
char ** grouplist = NULL;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1327
grouplist = racoon_realloc(icc->grouplist,
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1329
if (grouplist == NULL) {
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1343
grouplist[icc->groupcount]=groupname;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1344
icc->grouplist = grouplist;
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
2069
if (isakmp_cfg_config.grouplist != NULL) {
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
2071
racoon_free(isakmp_cfg_config.grouplist[i]);
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
2072
racoon_free(isakmp_cfg_config.grouplist);
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
2075
isakmp_cfg_config.grouplist = NULL;
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.h
88
char **grouplist;
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
304
isakmp_cfg_config.grouplist,
usr.bin/showmount/showmount.c
113
struct grouplist *grp;
usr.bin/showmount/showmount.c
354
grouplist_free(struct grouplist *gp)
usr.bin/showmount/showmount.c
379
struct grouplist *gp;
usr.bin/showmount/showmount.c
81
struct grouplist *gr_next;
usr.bin/showmount/showmount.c
87
struct grouplist *ex_groups;
usr.bin/wall/wall.c
128
if (grouplist) {
usr.bin/wall/wall.c
135
for (wg = grouplist; wg && !ingroup; wg = wg->next) {
usr.bin/wall/wall.c
183
g->next = grouplist;
usr.bin/wall/wall.c
184
grouplist = g;
usr.bin/wall/wall.c
79
} *grouplist;
usr.sbin/chroot/chroot.c
116
char *grouplist; /* group list to switch to ... */
usr.sbin/chroot/chroot.c
125
grouplist = NULL;
usr.sbin/chroot/chroot.c
142
grouplist = optarg;
usr.sbin/chroot/chroot.c
143
if (*grouplist == '\0')
usr.sbin/chroot/chroot.c
163
if (grouplist != NULL) {
usr.sbin/chroot/chroot.c
164
while ((p = strsep(&grouplist, ",")) != NULL) {
usr.sbin/mountd/mountd.c
1019
struct grouplist *grp, *tgrp;
usr.sbin/mountd/mountd.c
1231
struct grouplist *grp, *tgrp;
usr.sbin/mountd/mountd.c
1331
static struct grouplist *
usr.sbin/mountd/mountd.c
1334
struct grouplist *gp;
usr.sbin/mountd/mountd.c
1336
gp = emalloc(sizeof(struct grouplist));
usr.sbin/mountd/mountd.c
1337
(void)memset(gp, 0, sizeof(struct grouplist));
usr.sbin/mountd/mountd.c
1345
free_exp_grp(struct exportlist *ep, struct grouplist *grp)
usr.sbin/mountd/mountd.c
1347
struct grouplist *tgrp;
usr.sbin/mountd/mountd.c
1403
hang_dirp(struct dirlist *dp, struct grouplist *grp, struct exportlist *ep,
usr.sbin/mountd/mountd.c
1450
add_dlist(struct dirlist **dpp, struct dirlist *newdp, struct grouplist *grp,
usr.sbin/mountd/mountd.c
154
struct grouplist *gr_next;
usr.sbin/mountd/mountd.c
163
struct grouplist *ht_grp;
usr.sbin/mountd/mountd.c
1665
struct grouplist *grp;
usr.sbin/mountd/mountd.c
1742
struct exportlist *ep, struct grouplist *grp, int *has_hostp,
usr.sbin/mountd/mountd.c
180
struct grouplist *, int);
usr.sbin/mountd/mountd.c
1868
struct grouplist *grp)
usr.sbin/mountd/mountd.c
188
struct grouplist *, int, struct uucred *, char *, int, struct statvfs *);
usr.sbin/mountd/mountd.c
190
struct exportlist *, struct grouplist *, int *, int *, struct uucred *);
usr.sbin/mountd/mountd.c
192
static int parse_directory(const char *, size_t, struct grouplist *,
usr.sbin/mountd/mountd.c
195
struct grouplist *, char *, int *, struct grouplist **);
usr.sbin/mountd/mountd.c
199
static void free_grp(struct grouplist *);
usr.sbin/mountd/mountd.c
2000
struct grouplist *grp, int exflags, struct uucred *anoncrp,
usr.sbin/mountd/mountd.c
203
struct grouplist *);
usr.sbin/mountd/mountd.c
206
static void free_exp_grp(struct exportlist *, struct grouplist *);
usr.sbin/mountd/mountd.c
207
static struct grouplist *get_grp(void);
usr.sbin/mountd/mountd.c
208
static void hang_dirp(struct dirlist *, struct grouplist *,
usr.sbin/mountd/mountd.c
228
static struct grouplist *grphead;
usr.sbin/mountd/mountd.c
2295
free_grp(struct grouplist *grp)
usr.sbin/mountd/mountd.c
862
struct grouplist *grp;
usr.sbin/mountd/mountd.c
919
struct grouplist *tgrp, char *cp, int *has_host, struct grouplist **grp)
usr.sbin/mountd/mountd.c
959
parse_directory(const char *line, size_t lineno, struct grouplist *tgrp,
usr.sbin/ypserv/revnetgroup/hash.c
190
struct grouplist *tmp,*p;
usr.sbin/ypserv/revnetgroup/hash.c
196
tmp = (struct grouplist *)malloc(sizeof(struct grouplist));
usr.sbin/ypserv/revnetgroup/hash.h
39
struct grouplist *next;
usr.sbin/ypserv/revnetgroup/hash.h
46
struct grouplist *groups;
usr.sbin/ypserv/revnetgroup/revnetgroup.c
186
struct grouplist *tmp;