Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/revnetgroup/
Dparse_netgroup.c82 } grouphead = { variable
104 if (grouphead.gr == (struct netgrp *)0 || in __setnetgrent()
105 strcmp(group, grouphead.grname)) { in __setnetgrent()
110 grouphead.grname = (char *) in __setnetgrent()
112 strcpy(grouphead.grname, group); in __setnetgrent()
115 nextgrp = grouphead.gr; in __setnetgrent()
152 if (grouphead.grname) { in __endnetgrent()
153 free(grouphead.grname); in __endnetgrent()
154 grouphead.grname = (char *)0; in __endnetgrent()
156 gp = grouphead.gr; in __endnetgrent()
[all …]
/freebsd-12-stable/usr.bin/mail/
Dvars.c139 struct grouphead *
142 struct grouphead *gh; in findgroup()
156 struct grouphead *gh; in printgroup()
Ddef.h214 struct grouphead { struct
215 struct grouphead *g_link; /* Next grouphead in list */ argument
Dextern.h40 struct name *gexpand(struct name *, struct grouphead *, int, int);
120 struct grouphead *
Dglob.h70 extern struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
Dnames.c459 struct grouphead *gh; in usermap()
490 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand()
493 struct grouphead *ngh; in gexpand()
Dmain.c84 struct grouphead *groups[HSHSIZE];
Dcmd3.c451 struct grouphead *gh; in group()