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

/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_data.c55 __weak_alias(res_init,_res_init)
111 res_init(void) { function
137 * fields of _res before res_init() is called, res_init() will not
139 * _zero_ before calling res_init(), hoping to override what used
146 * before res_init() was first called. We can't replicate that semantic
184 if ((_nres.options & RES_INIT) == 0U && res_init() == -1)
200 if ((_nres.options & RES_INIT) == 0U && res_init() == -1) {
212 if ((_nres.options & RES_INIT) == 0U && res_init() == -1) {
227 if ((_nres.options & RES_INIT) == 0U && res_init()
[all...]
H A DMakefile.inc9 res_init.c res_mkquery.c res_query.c res_send.c \
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/usr.sbin/dhcp/minires/
H A DMakefile6 SRCS = res_mkupdate.c res_init.c res_update.c res_send.c res_comp.c \
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dsethostent.c66 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A DMakefile.inc94 resolver.3 res_init.3 \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/query-loc-0.4.0/
H A Dquery-loc.c60 (void) res_init ();
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/include/
H A Dresolv.h311 #define res_init __res_init macro
324 int res_init(void);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h312 #define res_init __res_init macro
327 int res_init __P((void));
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dresolv.h229 int res_init (void);
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/mkalias/
H A Dmkalias.c108 res_init();
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dwindres.c115 static void res_init (void);
148 res_init (void)
827 res_init ();
146 res_init (void) function
H A Dwindmc.c164 res_init (void) function
966 res_init ();
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dgetrrsetbyname.c221 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c186 if ((error = res_init()) < 0)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/arlib/
H A Darlib.c55 * options for res_init().
73 ret = res_init();
H A Dconfigure3610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing res_init" >&5
3611 $as_echo_n "checking for library containing res_init... " >&6; }
3625 char res_init ();
3629 return res_init ();
3666 for ac_func in res_init __res_init
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_intres.c1254 res_init();
/netbsd-6-1-5-RELEASE/lib/libc/include/
H A Dnamespace.h516 #define res_init _res_init macro
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c481 (void)res_init();
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/
H A Dconfigure15523 # HMS: We don't need res_init, but since we may be using cached
15525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing res_init" >&5
15526 $as_echo_n "checking for library containing res_init... " >&6; }
15540 char res_init ();
15544 return res_init ();
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/
H A Dconfigure16044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing res_init" >&5
16045 $as_echo_n "checking for library containing res_init... " >&6; }
16059 char res_init ();
16063 return res_init ();
16175 for ac_func in res_init __res_init

Completed in 232 milliseconds