Home
last modified time | relevance | path

Searched refs:netgrp (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/revnetgroup/
H A Dparse_netgroup.c64 struct netgrp { struct
65 struct netgrp *ng_next; /* Chain ptr */ argument
73 static struct netgrp *nextgrp = (struct netgrp *)0; argument
75 struct netgrp *gr;
78 (struct netgrp *)0,
99 if (grouphead.gr == (struct netgrp *)0 || in __setnetgrent()
136 struct netgrp *gp, *ogp; in __endnetgrent()
163 grouphead.gr = (struct netgrp *)0; in __endnetgrent()
178 struct netgrp *grp; in parse_netgrp()
209 grp = (struct netgrp *)malloc(sizeof (struct netgrp)); in parse_netgrp()
[all …]
/freebsd/lib/libc/gen/
H A Dgetnetgrent.c131 struct netgrp { struct
132 struct netgrp *ng_next; /* Chain ptr */ argument
139 struct netgrp *st_nextgrp; argument
140 struct netgrp *st_gr;
195 struct netgrp *gp, *ogp; in netgr_endstate()
672 struct netgrp *grp;
/freebsd/usr.sbin/ypserv/
H A DMakefile.yp169 TARGETS+= netgrp
214 netgrp: netgroup
/freebsd/usr.sbin/mountd/
H A Dmountd.c1591 int len, has_host, got_nondir, dirplen, netgrp; in get_exportlist_one() local
1779 netgrp = getnetgrent(&hst, &usr, &dom); in get_exportlist_one()
1785 if (netgrp) { in get_exportlist_one()
1800 } while (netgrp && getnetgrent(&hst, &usr, &dom)); in get_exportlist_one()