Home
last modified time | relevance | path

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

/dports/devel/libdill/libdill-2.14/dns/
H A Ddns.h905 int dns_nssconf_loadpath(struct dns_resolv_conf *, const char *);
H A Ddns.c3963 if ((error = dns_nssconf_loadpath(resconf, "/etc/nsswitch.conf"))) { in dns_resconf_local()
4671 int dns_nssconf_loadpath(struct dns_resolv_conf *resconf, const char *path) { in dns_nssconf_loadpath() function
8173 error = dns_nssconf_loadpath(resconf, path); in resconf()
8182 if (!(error = dns_nssconf_loadpath(resconf, path))) in resconf()
/dports/devel/libmill/libmill-1.18/dns/
H A Ddns.h905 int dns_nssconf_loadpath(struct dns_resolv_conf *, const char *);
H A Ddns.c3943 if ((error = dns_nssconf_loadpath(resconf, "/etc/nsswitch.conf"))) { in dns_resconf_local()
4651 int dns_nssconf_loadpath(struct dns_resolv_conf *resconf, const char *path) { in dns_nssconf_loadpath() function
8142 error = dns_nssconf_loadpath(resconf, path); in resconf()
8151 if (!(error = dns_nssconf_loadpath(resconf, path))) in resconf()
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/lib/
H A Ddns.h956 DNS_PUBLIC int dns_nssconf_loadpath(struct dns_resolv_conf *, const char *);
H A Ddns.c4515 if ((error = dns_nssconf_loadpath(resconf, "/etc/nsswitch.conf"))) { in dns_resconf_local()
5248 int dns_nssconf_loadpath(struct dns_resolv_conf *resconf, const char *path) { in dns_nssconf_loadpath() function
9015 error = dns_nssconf_loadpath(resconf, path); in resconf()
9024 if (!(error = dns_nssconf_loadpath(resconf, path))) in resconf()
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddns.h912 DNS_PUBLIC int dns_nssconf_loadpath(struct dns_resolv_conf *, const char *);
H A Ddns-stuff.c559 (dns_nssconf_loadpath (ld.resolv_conf, fname)); in libdns_init()
H A Ddns.c5445 if ((error = dns_nssconf_loadpath(resconf, "/etc/nsswitch.conf"))) { in dns_resconf_local()
6179 int dns_nssconf_loadpath(struct dns_resolv_conf *resconf, const char *path) { in dns_nssconf_loadpath() function
10492 error = dns_nssconf_loadpath(*resconf, path); in resconf()
10501 if (!(error = dns_nssconf_loadpath(*resconf, path))) in resconf()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Ddns.h973 DNS_PUBLIC int dns_nssconf_loadpath(struct dns_resolv_conf *, const char *);
H A Dbelle_sip_resolver.c245 error = dns_nssconf_loadpath(ctx->resconf, path); in resconf()
H A Ddns.c4549 if ((error = dns_nssconf_loadpath(resconf, "/etc/nsswitch.conf"))) { in dns_resconf_local()
5396 int dns_nssconf_loadpath(struct dns_resolv_conf *resconf, const char *path) { in dns_nssconf_loadpath() function
9126 error = dns_nssconf_loadpath(resconf, path); in resconf()
9135 if (!(error = dns_nssconf_loadpath(resconf, path))) in resconf()
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/
H A Ddns.c1519 error = dns_nssconf_loadpath(resconf, path); in resconf_loadpath()