Searched refs:res_init (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/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; }
89 memory_resource* null_memory_resource() noexcept { return &res_init.resources.null_res; }
95 static constinit atomic<memory_resource*> __res{&res_init.resources.new_delete_res};
104 static constinit memory_resource* res = &res_init.resources.new_delete_res;
117 static constinit memory_resource* res = &res_init.resources.new_delete_res;
/freebsd-current/lib/libc/resolv/
H A Dres_data.c76 res_init(void) { function
85 * fields of _res before res_init() is called, res_init() will not
87 * _zero_ before calling res_init(), hoping to override what used
94 * before res_init() was first called. We can't replicate that semantic
122 if ((statp->options & RES_INIT) == 0U && res_init() == -1)
139 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
151 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
166 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
193 if ((statp->options & RES_INIT) == 0U && res_init()
312 #undef res_init macro
[all...]
H A DMakefile.inc6 res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c \
/freebsd-current/include/
H A Dresolv.h291 #define res_init __res_init macro
307 int res_init(void);
/freebsd-current/contrib/sendmail/contrib/
H A Dbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-current/contrib/dma/
H A Ddns.c149 res_init();
/freebsd-current/tools/regression/gaithrstress/
H A Dgaithrstress.c105 if (_res.options & RES_INIT || res_init() == 0)
/freebsd-current/lib/libc/net/
H A DMakefile.inc154 resolver.3 res_init.3 \
H A Dhesiod.c354 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-current/usr.sbin/ypserv/
H A Dyp_dnslookup.c132 if (!(_res.options & RES_INIT) && res_init() == -1) {
133 yp_error("res_init failed");
/freebsd-current/contrib/ntp/libntp/
H A Dntp_intres.c910 res_init();
1031 res_init();
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c224 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
/freebsd-current/usr.bin/w/
H A Dw.c187 res_init();
/freebsd-current/contrib/sendmail/src/
H A Ddomain.c1653 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dsm_resolve.c1641 (void) res_init();
H A Dmain.c719 (void) res_init();
H A Dconf.c5723 res_init();
/freebsd-current/crypto/openssh/
H A Dsshd.c2238 debug("res_init()");
2239 res_init();
/freebsd-current/contrib/ntp/sntp/
H A Dconfigure15356 *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing res_init" >&5
15357 printf %s "checking for library containing res_init... " >&6; }
15369 char res_init ();
15373 return res_init ();
15511 for ac_func in res_init
15513 ac_fn_c_check_func "$LINENO" "res_init" "ac_cv_func_res_init"
/freebsd-current/contrib/ntp/
H A Dconfigure24755 *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing res_init" >&5
24756 printf %s "checking for library containing res_init... " >&6; }
24768 char res_init ();
24772 return res_init ();
24910 for ac_func in res_init
24912 ac_fn_c_check_func "$LINENO" "res_init" "ac_cv_func_res_init"

Completed in 698 milliseconds