Searched refs:grouphead (Results 1 – 7 of 7) sorted by relevance
85 } grouphead; member159 if (pvt->fp == NULL || pvt->grouphead.gr == NULL || in ng_rewind()160 strcmp(group, pvt->grouphead.grname)) { in ng_rewind()168 if (!(pvt->grouphead.grname = strdup(group))) in ng_rewind()174 pvt->nextgrp = pvt->grouphead.gr; in ng_rewind()250 if (pvt->grouphead.grname) { in freelists()251 free(pvt->grouphead.grname); in freelists()252 pvt->grouphead.grname = NULL; in freelists()254 gp = pvt->grouphead.gr; in freelists()266 pvt->grouphead.gr = NULL; in freelists()[all …]
201 struct grouphead *204 register struct grouphead *gh; in findgroup()220 register struct grouphead *gh; in printgroup()
54 static struct name *gexpand(struct name *nlist, struct grouphead *gh,412 struct grouphead *gh; in usermap()443 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int arg_ntype) in gexpand()447 struct grouphead *ngh; in gexpand()
79 struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
609 register struct grouphead *gh; in group()636 if ((gh = (struct grouphead *) in group()671 register struct grouphead *gh, **ghp; in ungroup()
276 struct grouphead { struct277 struct grouphead *g_link; /* Next grouphead in list */ argument285 #define NOGRP ((struct grouphead *)0) /* The nil grouphead pointer */ argument469 extern struct grouphead *findgroup(char name[]);
70 extern struct grouphead *groups[]; /* Pointer to active groups */