Home
last modified time | relevance | path

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

/freebsd/libexec/revnetgroup/
H A Dparse_netgroup.c77 } grouphead = { variable
99 if (grouphead.gr == (struct netgrp *)0 || in __setnetgrent()
100 strcmp(group, grouphead.grname)) { in __setnetgrent()
105 grouphead.grname = (char *) in __setnetgrent()
107 strcpy(grouphead.grname, group); in __setnetgrent()
110 nextgrp = grouphead.gr; in __setnetgrent()
147 if (grouphead.grname) { in __endnetgrent()
148 free(grouphead.grname); in __endnetgrent()
149 grouphead.grname = (char *)0; in __endnetgrent()
151 gp = grouphead.gr; in __endnetgrent()
[all …]
/freebsd/usr.bin/mail/
H A Dvars.c131 struct grouphead *
134 struct grouphead *gh; in findgroup()
148 struct grouphead *gh; in printgroup()
H A Ddef.h210 struct grouphead { struct
211 struct grouphead *g_link; /* Next grouphead in list */ argument
H A Dextern.h36 struct name *gexpand(struct name *, struct grouphead *, int, int);
116 struct grouphead *
H A Dglob.h66 extern struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
H A Dnames.c451 struct grouphead *gh; in usermap()
482 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand()
485 struct grouphead *ngh; in gexpand()
H A Dmain.c70 struct grouphead *groups[HSHSIZE];
H A Dcmd3.c443 struct grouphead *gh; in group()