Home
last modified time | relevance | path

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

12

/freebsd-14.2/lib/libc/resolv/
H A Dres_data.c79 res_init(void) { in res_init() function
125 if ((statp->options & RES_INIT) == 0U && res_init() == -1) in fp_nquery()
142 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_mkquery()
154 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_mkupdate()
169 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_query()
196 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_send()
210 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_sendsigned()
227 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_update()
300 res_init(); in local_hostname_length()
315 #undef res_init
[all …]
H A DMakefile.inc6 res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c \
H A DSymbol.map59 res_init;
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dmemory_resource_init_helper.h2 static constinit ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;
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()
/freebsd-14.2/include/
H A Dresolv.h292 #define res_init __res_init macro
308 int res_init(void);
/freebsd-14.2/contrib/dma/
H A Ddns.c149 res_init(); in dns_get_mx_list()
/freebsd-14.2/tools/regression/gaithrstress/
H A Dgaithrstress.c105 if (_res.options & RES_INIT || res_init() == 0) in work()
/freebsd-14.2/lib/libc/net/
H A DMakefile.inc116 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \
H A Dhesiod.c357 if ((_res.options & RES_INIT) == 0 && res_init() == -1) in get_txt_records()
/freebsd-14.2/contrib/sendmail/contrib/
H A Dbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-14.2/contrib/ntp/libntp/
H A Dntp_intres.c910 res_init(); in reload_resolv_conf()
1031 res_init(); in scheduled_sleep()
/freebsd-14.2/usr.sbin/ypserv/
H A Dyp_dnslookup.c132 if (!(_res.options & RES_INIT) && res_init() == -1) { in yp_init_resolver()
/freebsd-14.2/usr.bin/w/
H A Dw.c200 res_init(); in main()
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c224 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) { in getrrsetbyname()
/freebsd-14.2/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-14.2/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();
H A DREADME1543 to res_init() will fail and you will have absolutely no
/freebsd-14.2/crypto/openssh/
H A Dsshd.c2237 res_init();
/freebsd-14.2/contrib/ntp/sntp/
H A Dconfig.h.in341 /* Define to 1 if you have the `res_init' function. */
H A Dconfigure15369 char res_init ();
15373 return res_init ();
15511 for ac_func in res_init
/freebsd-14.2/contrib/ntp/
H A Dconfig.h.in781 /* Define to 1 if you have the `res_init' function. */

12