Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dgetnetgrent.c48 } grouphead = { variable
72 strcmp(group, grouphead.grname)) {
78 grouphead.grname = (char *)
85 nextgrp = grouphead.gr;
124 if (grouphead.grname) { in endnetgrent()
125 free(grouphead.grname); in endnetgrent()
126 grouphead.grname = (char *)0; in endnetgrent()
128 gp = grouphead.gr; in endnetgrent()
140 grouphead.gr = (struct netgrp *)0; in endnetgrent()
198 grp->ng_next = grouphead.gr;
[all …]
/original-bsd/usr.bin/mail/
H A Ddef.h182 struct grouphead { struct
183 struct grouphead *g_link; /* Next grouphead in list */ argument
191 #define NOGRP ((struct grouphead *) 0)/* The nil grouphead pointer */ argument
H A Dvars.c115 struct grouphead *
119 register struct grouphead *gh;
134 register struct grouphead *gh;
H A Dglob.h44 struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
H A Dextern.h14 struct name *gexpand __P((struct name *, struct grouphead *, int, int));
96 struct grouphead *
H A Dnames.c352 struct grouphead *gh;
385 struct grouphead *gh;
389 struct grouphead *ngh;
H A Dcmd3.c422 register struct grouphead *gh;
449 gh = (struct grouphead *) calloc(sizeof *gh, 1);