Searched refs:grouphead (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/libexec/revnetgroup/
H A Dparse_netgroup.c84 } grouphead = { variable in typeref:struct:__anon5406
106 if (grouphead.gr == (struct netgrp *)0 ||
107 strcmp(group, grouphead.grname)) {
112 grouphead.grname = (char *)
114 strcpy(grouphead.grname, group);
117 nextgrp = grouphead.gr;
154 if (grouphead.grname) {
155 free(grouphead.grname);
156 grouphead.grname = (char *)0;
158 gp = grouphead
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dvars.c136 struct grouphead *
139 struct grouphead *gh;
153 struct grouphead *gh;
H A Dglob.h68 struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
H A Ddef.h212 struct grouphead { struct
213 struct grouphead *g_link; /* Next grouphead in list */
H A Dextern.h38 struct name *gexpand(struct name *, struct grouphead *, int, int);
118 struct grouphead *
H A Dnames.c457 struct grouphead *gh;
488 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype)
491 struct grouphead *ngh;
H A Dcmd3.c440 struct grouphead *gh;
/freebsd-9.3-release/lib/libc/gen/
H A Dgetnetgrent.c130 } grouphead = { variable in typeref:struct:__anon5031
164 if (grouphead.gr == NULL || strcmp(group, grouphead.grname)) {
205 grouphead.grname = strdup(group);
211 nextgrp = grouphead.gr;
252 if (grouphead.grname) {
253 free(grouphead.grname);
254 grouphead.grname = NULL;
256 gp = grouphead.gr;
265 grouphead
[all...]

Completed in 175 milliseconds