Home
last modified time | relevance | path

Searched defs:netgrp (Results 1 – 3 of 3) sorted by relevance

/dragonfly/libexec/revnetgroup/
H A Dparse_netgroup.c64 struct netgrp { struct
65 struct netgrp *ng_next; /* Chain ptr */ argument
73 static struct netgrp *nextgrp = NULL; argument
/dragonfly/lib/libc/gen/
H A Dgetnetgrent.c115 struct netgrp { struct
116 struct netgrp *ng_next; /* Chain ptr */ argument
124 static struct netgrp *nextgrp = NULL; argument
/dragonfly/sbin/mountd/
H A Dmountd.c1138 int len, has_host, exflags, got_nondir, dirplen, netgrp; in get_exportlist_one() local