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

/freebsd-13-stable/libexec/revnetgroup/
H A Dparse_netgroup.c60 * - netgrp is the list of entries for the current netgroup
69 struct netgrp { struct
70 struct netgrp *ng_next; /* Chain ptr */
78 static struct netgrp *nextgrp = (struct netgrp *)0;
80 struct netgrp *gr;
83 (struct netgrp *)0,
93 * of netgrp structures. Let parse_netgrp() and read_for_group() do
104 if (grouphead.gr == (struct netgrp *)0 ||
141 struct netgrp *g
[all...]
/freebsd-13-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-13-stable/usr.sbin/ypserv/
H A DMakefile.yp170 TARGETS+= netgrp
215 netgrp: netgroup

Completed in 54 milliseconds