Symbol: grouphead
lib/libc/gen/getnetgrent.c
128
} grouphead = {
lib/libc/gen/getnetgrent.c
158
if (grouphead.gr == NULL ||
lib/libc/gen/getnetgrent.c
159
strcmp(group, grouphead.grname)) {
lib/libc/gen/getnetgrent.c
200
grouphead.grname = (char *)
lib/libc/gen/getnetgrent.c
202
strcpy(grouphead.grname, group);
lib/libc/gen/getnetgrent.c
208
nextgrp = grouphead.gr;
lib/libc/gen/getnetgrent.c
249
if (grouphead.grname) {
lib/libc/gen/getnetgrent.c
250
free(grouphead.grname);
lib/libc/gen/getnetgrent.c
251
grouphead.grname = NULL;
lib/libc/gen/getnetgrent.c
253
gp = grouphead.gr;
lib/libc/gen/getnetgrent.c
265
grouphead.gr = NULL;
lib/libc/gen/getnetgrent.c
452
grp->ng_next = grouphead.gr;
lib/libc/gen/getnetgrent.c
453
grouphead.gr = grp;
libexec/revnetgroup/parse_netgroup.c
100
strcmp(group, grouphead.grname)) {
libexec/revnetgroup/parse_netgroup.c
105
grouphead.grname = (char *)
libexec/revnetgroup/parse_netgroup.c
107
strcpy(grouphead.grname, group);
libexec/revnetgroup/parse_netgroup.c
110
nextgrp = grouphead.gr;
libexec/revnetgroup/parse_netgroup.c
147
if (grouphead.grname) {
libexec/revnetgroup/parse_netgroup.c
148
free(grouphead.grname);
libexec/revnetgroup/parse_netgroup.c
149
grouphead.grname = NULL;
libexec/revnetgroup/parse_netgroup.c
151
gp = grouphead.gr;
libexec/revnetgroup/parse_netgroup.c
163
grouphead.gr = NULL;
libexec/revnetgroup/parse_netgroup.c
211
grp->ng_next = grouphead.gr;
libexec/revnetgroup/parse_netgroup.c
212
grouphead.gr = grp;
libexec/revnetgroup/parse_netgroup.c
77
} grouphead = {
libexec/revnetgroup/parse_netgroup.c
99
if (grouphead.gr == NULL ||
usr.bin/mail/cmd3.c
435
struct grouphead *gh;
usr.bin/mail/def.h
214
struct grouphead *g_link; /* Next grouphead in list */
usr.bin/mail/extern.h
117
struct grouphead *
usr.bin/mail/extern.h
38
struct name *gexpand(struct name *, struct grouphead *, int, int);
usr.bin/mail/glob.h
72
EXTERN struct grouphead *groups[HSHSIZE]; /* Pointer to active groups */
usr.bin/mail/names.c
453
struct grouphead *gh;
usr.bin/mail/names.c
484
gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype)
usr.bin/mail/names.c
487
struct grouphead *ngh;
usr.bin/mail/vars.c
132
struct grouphead *
usr.bin/mail/vars.c
135
struct grouphead *gh;
usr.bin/mail/vars.c
149
struct grouphead *gh;