Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/ypserv/revnetgroup/
Dparse_netgroup.c84 } grouphead = { variable
109 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 …]
/netbsd/src/external/bsd/libbind/dist/irs/
Dlcl_ng.c87 } grouphead; member
161 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 …]
/netbsd/src/usr.bin/mail/
Dvars.c152 PUBLIC struct grouphead *
155 struct grouphead *gh; in findgroup()
169 struct grouphead *gh; in printgroup()
Ddef.h369 struct grouphead { struct
370 struct grouphead *g_link; /* Next grouphead in list */ argument
Dextern.h223 struct name * gexpand(struct name *, struct grouphead *, int, int);
320 struct grouphead * findgroup(const char []);
Dnames.c425 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()
Dglob.h71 EXTERN struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
Dcmd4.c158 struct grouphead *gh; in name_expand()
Dcmd3.c811 struct grouphead *gh; in group()
868 struct grouphead *gh, *p; in delgroup()
Dcomplete.c588 struct grouphead *gh; in complete_alias()
632 struct grouphead *gh; in complete_smopts()