Home
last modified time | relevance | path

Searched refs:get_host (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/mountd/
H A Dmountd.c202 static int get_host(const char *, size_t, const char *,
943 if (get_host(line, lineno, hst, *grp)) in parse_host_netgroup()
945 } else if (get_host(line, lineno, cp, *grp)) in parse_host_netgroup()
1867 get_host(const char *line, size_t lineno, const char *cp, in get_host() function