Searched refs:RESOLV_CONF (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dntpaths.h56 #define RESOLV_CONF isc_ntpaths_get(RESOLV_CONF_PATH) macro
/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dcontext.c41 #ifndef RESOLV_CONF
43 #define RESOLV_CONF "/etc/resolv.conf" macro
44 #endif /* ifndef RESOLV_CONF */
207 result = irs_resconf_load(mctx, RESOLV_CONF, &context->resconf);
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Ddighost.h50 #ifndef RESOLV_CONF
52 #define RESOLV_CONF "/etc/resolv.conf" macro
53 #endif /* ifndef RESOLV_CONF */
H A Ddighost.c1306 result = irs_resconf_load(mctx, RESOLV_CONF, &resconf);
1308 fatal("parse of %s failed", RESOLV_CONF);
/netbsd-current/external/mpl/bind/dist/bin/nsupdate/
H A Dnsupdate.c114 #ifndef RESOLV_CONF
115 #define RESOLV_CONF "/etc/resolv.conf" macro
116 #endif /* ifndef RESOLV_CONF */
178 static const char *resolvconf = RESOLV_CONF;

Completed in 197 milliseconds