Searched refs:grouphead (Results 1 – 10 of 10) sorted by relevance
84 } grouphead = { variable109 if (grouphead.gr == (struct netgrp *)0 || in rng_setnetgrent()110 strcmp(group, grouphead.grname)) { in rng_setnetgrent()115 grouphead.grname = strdup(group); in rng_setnetgrent()117 nextgrp = grouphead.gr; in rng_setnetgrent()154 if (grouphead.grname) { in rng_endnetgrent()155 free(grouphead.grname); in rng_endnetgrent()156 grouphead.grname = (char *)0; in rng_endnetgrent()158 gp = grouphead.gr; in rng_endnetgrent()170 grouphead.gr = (struct netgrp *)0; in rng_endnetgrent()[all …]
87 } grouphead; member161 if (pvt->fp == NULL || pvt->grouphead.gr == NULL || in ng_rewind()162 strcmp(group, pvt->grouphead.grname)) { in ng_rewind()170 if (!(pvt->grouphead.grname = strdup(group))) in ng_rewind()176 pvt->nextgrp = pvt->grouphead.gr; in ng_rewind()252 if (pvt->grouphead.grname) { in freelists()253 free(pvt->grouphead.grname); in freelists()254 pvt->grouphead.grname = NULL; in freelists()256 gp = pvt->grouphead.gr; in freelists()268 pvt->grouphead.gr = NULL; in freelists()[all …]
152 PUBLIC struct grouphead *155 struct grouphead *gh; in findgroup()169 struct grouphead *gh; in printgroup()
369 struct grouphead { struct370 struct grouphead *g_link; /* Next grouphead in list */ argument
223 struct name * gexpand(struct name *, struct grouphead *, int, int);320 struct grouphead * findgroup(const char []);
425 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand()428 struct grouphead *ngh; in gexpand()476 struct grouphead *gh; in usermap()
71 EXTERN struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
158 struct grouphead *gh; in name_expand()
811 struct grouphead *gh; in group()868 struct grouphead *gh, *p; in delgroup()
588 struct grouphead *gh; in complete_alias()632 struct grouphead *gh; in complete_smopts()