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

/freebsd-10-stable/lib/libc/resolv/
H A DMakefile.inc7 res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c \
H A Dres_data.c81 res_init(void) { function
90 * fields of _res before res_init() is called, res_init() will not
92 * _zero_ before calling res_init(), hoping to override what used
99 * before res_init() was first called. We can't replicate that semantic
127 if ((statp->options & RES_INIT) == 0U && res_init() == -1)
144 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
156 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
171 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
198 if ((statp->options & RES_INIT) == 0U && res_init()
317 #undef res_init macro
[all...]
H A DSymbol.map63 res_init;
/freebsd-10-stable/include/
H A Dresolv.h290 #define res_init __res_init macro
306 int res_init(void);
/freebsd-10-stable/lib/libc/net/
H A DMakefile.inc114 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \
H A Dhesiod.c379 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-10-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c107 if (_res.options & RES_INIT || res_init() == 0)
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c219 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
/freebsd-10-stable/usr.bin/w/
H A Dw.c189 res_init();
/freebsd-10-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c132 if (!(_res.options & RES_INIT) && res_init() == -1) {
133 yp_error("res_init failed");
/freebsd-10-stable/contrib/binutils/binutils/
H A Dwindmc.c168 res_init (void) function
992 res_init ();
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_intres.c916 res_init();
1037 res_init();
/freebsd-10-stable/contrib/sendmail/src/
H A Ddomain.c796 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dmain.c696 (void) res_init();
H A Dconf.c5616 res_init();
/freebsd-10-stable/crypto/openssh/
H A Dsshd.c2207 debug("res_init()");
2208 res_init();
/freebsd-10-stable/contrib/ntp/sntp/
H A Dconfigure14806 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing res_init" >&5
14807 $as_echo_n "checking for library containing res_init... " >&6; }
14821 char res_init ();
14825 return res_init ();
14891 for ac_func in res_init
14893 ac_fn_c_check_func "$LINENO" "res_init" "ac_cv_func_res_init"
/freebsd-10-stable/contrib/ntp/
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"

Completed in 319 milliseconds