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

/netbsd-current/external/apache2/llvm/dist/libcxx/src/experimental/
H A Dmemory_resource.cpp79 _LIBCPP_SAFE_STATIC ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;
85 return &res_init.resources.new_delete_res;
89 return &res_init.resources.null_res;
99 ATOMIC_VAR_INIT(&res_init.resources.new_delete_res);
111 _LIBCPP_SAFE_STATIC static memory_resource * res = &res_init.resources.new_delete_res;
124 _LIBCPP_SAFE_STATIC static memory_resource* res = &res_init.resources.new_delete_res;
/netbsd-current/lib/libc/resolv/
H A Dres_data.c55 __weak_alias(res_init,_res_init)
111 res_init(void) { function
135 * fields of _res before res_init() is called, res_init() will not
137 * _zero_ before calling res_init(), hoping to override what used
144 * before res_init() was first called. We can't replicate that semantic
182 if ((_nres.options & RES_INIT) == 0U && res_init() == -1)
198 if ((_nres.options & RES_INIT) == 0U && res_init() == -1) {
210 if ((_nres.options & RES_INIT) == 0U && res_init() == -1) {
225 if ((_nres.options & RES_INIT) == 0U && res_init()
[all...]
H A DMakefile.inc8 res_init.c res_mkquery.c res_query.c res_send.c \
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_data.c91 res_init(void) { function
99 * fields of _res before res_init() is called, res_init() will not
101 * _zero_ before calling res_init(), hoping to override what used
108 * before res_init() was first called. We can't replicate that semantic
142 if ((_res.options & RES_INIT) == 0U && res_init() == -1)
158 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
169 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
183 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
207 if ((_res.options & RES_INIT) == 0U && res_init()
[all...]
/netbsd-current/external/bsd/libbind/dist/
H A Dlibc4netbsd54 for i in herror.c res_comp.c res_data.c res_debug.c res_debug.h res_init.c \
/netbsd-current/include/
H A Dresolv.h311 #define res_init __res_init macro
324 int res_init(void);
/netbsd-current/external/bsd/libbind/dist/include/
H A Dresolv.h312 #define res_init __res_init macro
327 int res_init __P((void));
/netbsd-current/lib/libc/net/
H A DMakefile.inc90 resolver.3 res_init.3 \
H A Dsethostent.c73 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/netbsd-current/usr.sbin/ypserv/mkalias/
H A Dmkalias.c108 res_init();
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dwindres.c112 static void res_init (void);
145 res_init (void)
826 res_init ();
143 res_init (void) function
H A Dwindmc.c163 res_init (void) function
967 res_init ();
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dwindres.c112 static void res_init (void);
145 res_init (void)
825 res_init ();
143 res_init (void) function
H A Dwindmc.c163 res_init (void) function
965 res_init ();
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dwindres.c112 static void res_init (void);
145 res_init (void)
825 res_init ();
143 res_init (void) function
H A Dwindmc.c163 res_init (void) function
965 res_init ();
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dgetrrsetbyname.c221 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_intres.c918 res_init();
1039 res_init();
/netbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c482 (void)res_init();
/netbsd-current/lib/libc/include/
H A Dnamespace.h595 #define res_init _res_init macro
/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c322 #define DNS_RES_NINIT(statp) res_init()
/netbsd-current/external/bsd/tcpdump/dist/
H A Dtcpdump.c797 res_init();
/netbsd-current/external/bsd/ntp/dist/
H A Dconfigure24131 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing res_init" >&5
24132 $as_echo_n "checking for library containing res_init... " >&6; }
24146 char res_init ();
24150 return res_init ();
24216 for ac_func in res_init
24218 ac_fn_c_check_func "$LINENO" "res_init" "ac_cv_func_res_init"
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dconfigure14805 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing res_init" >&5
14806 $as_echo_n "checking for library containing res_init... " >&6; }
14820 char res_init ();
14824 return res_init ();
14890 for ac_func in res_init
14892 ac_fn_c_check_func "$LINENO" "res_init" "ac_cv_func_res_init"

Completed in 531 milliseconds