Home
last modified time | relevance | path

Searched defs:netgrp (Results 1 – 3 of 3) 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
/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
/freebsd/usr.sbin/mountd/
H A Dmountd.c1592 int len, has_host, got_nondir, dirplen, netgrp; in get_exportlist_one() local