Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dopts.c109 static char *opt_hostd = hostd; variable
138 0, &opt_hostd, 0, TRUE },
854 if (STREQ(arg, opt_hostd)) in f_xhost()
869 dlog("xhost: compare %s==%s", hp->h_name, opt_hostd); in f_xhost()
870 if (STREQ(hp->h_name, opt_hostd)) { in f_xhost()
882 dlog("xhost: compare alias %s==%s", *cp, opt_hostd); in f_xhost()
883 if (STREQ(*cp, opt_hostd)) { in f_xhost()
926 nhost = opt_hostd; in f_netgrpd()