Searched refs:grouphead (Results 1 – 7 of 7) sorted by relevance
81 } grouphead; member155 if (pvt->fp == NULL || pvt->grouphead.gr == NULL || in ng_rewind()156 strcmp(group, pvt->grouphead.grname)) { in ng_rewind()164 if (!(pvt->grouphead.grname = strdup(group))) in ng_rewind()170 pvt->nextgrp = pvt->grouphead.gr; in ng_rewind()246 if (pvt->grouphead.grname) { in freelists()247 free(pvt->grouphead.grname); in freelists()248 pvt->grouphead.grname = NULL; in freelists()250 gp = pvt->grouphead.gr; in freelists()262 pvt->grouphead.gr = NULL; in freelists()[all …]
199 struct grouphead *202 register struct grouphead *gh; in findgroup()218 register struct grouphead *gh; in printgroup()
55 static struct name *gexpand(struct name *nlist, struct grouphead *gh,413 struct grouphead *gh; in usermap()444 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int arg_ntype) in gexpand()448 struct grouphead *ngh; in gexpand()
77 struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
607 struct grouphead *gh; in group()634 if ((gh = (struct grouphead *) in group()669 struct grouphead *gh, **ghp; in ungroup()
277 struct grouphead { struct278 struct grouphead *g_link; /* Next grouphead in list */ argument286 #define NOGRP ((struct grouphead *)0) /* The nil grouphead pointer */ argument470 extern struct grouphead *findgroup(char name[]);
70 extern struct grouphead *groups[]; /* Pointer to active groups */