Searched refs:resolv (Results 76 - 100 of 171) sorted by relevance

1234567

/freebsd-12-stable/lib/libc/resolv/
H A Dres_query.c84 #include <resolv.h>
H A Dres_findzonecut.c51 #include <resolv.h>
123 * functioning recursive nameservers (usually defined in /etc/resolv.conf
/freebsd-12-stable/usr.bin/uudecode/
H A Duudecode.c64 #include <resolv.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp54 #include <resolv.h>
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dannounce.c38 #include <resolv.h>
/freebsd-12-stable/lib/libc/net/
H A Dgetnameinfo.c63 #include <resolv.h>
H A Dgetnetbydns.c75 #include <resolv.h>
H A Dhesiod.c61 #include <resolv.h>
H A Dgethostbydns.c72 #include <resolv.h>
H A Dgethostnamadr.c46 #include <resolv.h> /* XXX hack for _res */
/freebsd-12-stable/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c37 #include <resolv.h>
/freebsd-12-stable/usr.bin/w/
H A Dw.c82 #include <resolv.h>
/freebsd-12-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c63 #include <resolv.h>
/freebsd-12-stable/contrib/nvi/common/
H A Drecover.c33 #include <netinet/in.h> /* Required by resolv.h. */
34 #include <resolv.h>
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipfs.c30 #include <resolv.h>
/freebsd-12-stable/contrib/amd/include/
H A Dam_defs.h779 * Should be included before <resolv.h>.
807 * Actions to take if <resolv.h> exists.
811 * On AIX 5.2, both <resolv.h> and <arpa/nameser_compat.h> define MAXDNAME,
818 # include <resolv.h>
/freebsd-12-stable/lib/libc/nameser/
H A Dns_name.c34 #include <resolv.h>
/freebsd-12-stable/usr.sbin/ppp/
H A Dncp.c40 #include <resolv.h>
/freebsd-12-stable/crypto/heimdal/etc/
H A DMakefile.in84 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-12-stable/crypto/heimdal/include/
H A DMakefile.in88 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-12-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in84 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-12-stable/targets/pseudo/tests/
H A DMakefile.depend150 lib/libc/tests/resolv \
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3036 /* resolv.conf. */
3122 /* when parsing resolv.conf we push elements in the wrong order */
3311 /* Parsing resolv.conf files */
3432 * resolv.conf parser. */
3611 char *resolv; local
3615 log(EVDNS_LOG_DEBUG, "Parsing resolv.conf file %s", filename);
3624 if ((err = evutil_read_file_(filename, &resolv, &n, 0)) < 0) {
3634 start = resolv;
3656 mm_free(resolv);
3961 r = evdns_base_resolv_conf_parse(base, DNS_OPTIONS_ALL, "/etc/resolv
[all...]
/freebsd-12-stable/contrib/ntp/libntp/
H A Dntp_intres.c86 # include <resolv.h>
905 * This is ad-hoc. Reload /etc/resolv.conf once per minute
/freebsd-12-stable/contrib/libevent/
H A Devdns.c3034 /* resolv.conf. */
3120 /* when parsing resolv.conf we push elements in the wrong order */
3312 /* Parsing resolv.conf files */
3433 * resolv.conf parser. */
3612 char *resolv; local
3616 log(EVDNS_LOG_DEBUG, "Parsing resolv.conf file %s", filename);
3625 if ((err = evutil_read_file_(filename, &resolv, &n, 0)) < 0) {
3635 start = resolv;
3657 mm_free(resolv);
3963 r = evdns_base_resolv_conf_parse(base, DNS_OPTIONS_ALL, "/etc/resolv
[all...]

Completed in 390 milliseconds

1234567