Searched refs:netgrp (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/libexec/revnetgroup/
H A Dparse_netgroup.c58 * - netgrp is the list of entries for the current netgroup
67 struct netgrp { struct
68 struct netgrp *ng_next; /* Chain ptr */
76 static struct netgrp *nextgrp = (struct netgrp *)0;
78 struct netgrp *gr;
81 (struct netgrp *)0,
91 * of netgrp structures. Let parse_netgrp() and read_for_group() do
102 if (grouphead.gr == (struct netgrp *)0 ||
139 struct netgrp *g
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dgetnetgrent.c126 * - netgrp is the list of entries for the current netgroup
135 struct netgrp { struct
136 struct netgrp *ng_next; /* Chain ptr */
143 struct netgrp *st_nextgrp;
144 struct netgrp *st_gr;
199 struct netgrp *gp, *ogp;
322 * of netgrp structures. Let parse_netgrp() and read_for_group() do
676 struct netgrp *grp;
/freebsd-11-stable/usr.sbin/ypserv/
H A DMakefile.yp170 TARGETS+= netgrp
215 netgrp: netgroup

Completed in 59 milliseconds