Home
last modified time | relevance | path

Searched refs:res_init (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/lib/libc/resolv/
H A Dres_data.c76 res_init(void) { in res_init() function
122 if ((statp->options & RES_INIT) == 0U && res_init() == -1) in fp_nquery()
139 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_mkquery()
151 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_mkupdate()
166 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_query()
193 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_send()
207 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_sendsigned()
224 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_update()
239 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_search()
255 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_querydomain()
[all …]
H A DMakefile.inc5 res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c \
H A DSymbol.map59 res_init;
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dmemory_resource.cpp
H A Dmemory_resource_init_helper.h
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp87 memory_resource* new_delete_resource() noexcept { return &res_init.resources.new_delete_res; } in new_delete_resource()
89 memory_resource* null_memory_resource() noexcept { return &res_init.resources.null_res; } in null_memory_resource()
95 static constinit atomic<memory_resource*> __res{&res_init.resources.new_delete_res}; in __default_memory_resource()
104 static constinit memory_resource* res = &res_init.resources.new_delete_res; in __default_memory_resource()
117 static constinit memory_resource* res = &res_init.resources.new_delete_res; in __default_memory_resource()
H A Dmemory_resource_init_helper.h2 static constinit ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;
/freebsd/include/
H A Dresolv.h291 #define res_init __res_init macro
307 int res_init(void);
/freebsd/contrib/dma/
H A Ddns.c149 res_init(); in dns_get_mx_list()
/freebsd/tools/regression/gaithrstress/
H A Dgaithrstress.c105 if (_res.options & RES_INIT || res_init() == 0) in work()
/freebsd/contrib/sendmail/contrib/
H A Dbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd/lib/libc/net/
H A DMakefile.inc153 resolver.3 res_init.3 \
H A Dhesiod.c354 if ((_res.options & RES_INIT) == 0 && res_init() == -1) in get_txt_records()
/freebsd/contrib/ntp/libntp/
H A Dntp_intres.c910 res_init(); in reload_resolv_conf()
1031 res_init(); in scheduled_sleep()
/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c132 if (!(_res.options & RES_INIT) && res_init() == -1) { in yp_init_resolver()
/freebsd/usr.bin/w/
H A Dw.c191 res_init(); in main()
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c224 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) { in getrrsetbyname()
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4730 *) AC_SEARCH_LIBS([res_init], [resolv])
735 AC_CHECK_FUNCS([res_init], , [AC_CHECK_FUNCS([__res_init])])
/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c1641 (void) res_init();
H A Ddomain.c1653 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dmain.c719 (void) res_init();
H A Dconf.c5723 res_init();
/freebsd/crypto/openssh/
H A Dsshd.c1863 res_init(); in main()
/freebsd/contrib/ntp/sntp/
H A Dconfig.h.in341 /* Define to 1 if you have the `res_init' function. */
/freebsd/contrib/ntp/
H A Dconfig.h.in781 /* Define to 1 if you have the `res_init' function. */

12