Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/ypserv/revnetgroup/
H A Dparse_netgroup.c64 struct netgrp { struct
65 struct netgrp *ng_next; /* Chain ptr */ argument
73 static struct netgrp *nextgrp = NULL; argument
[all...]
/openbsd-src/sbin/mountd/
H A Dmountd.c1048 int lookup_failed, num_hosts, i, netgrp; get_exportlist() local