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

/freebsd-9.3-release/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
89 * fields of _res before res_init() is called, res_init() will not
91 * _zero_ before calling res_init(), hoping to override what used
98 * before res_init() was first called. We can't replicate that semantic
132 if ((_res.options & RES_INIT) == 0U && res_init() == -1)
148 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
159 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
173 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
199 if ((_res.options & RES_INIT) == 0U && res_init()
301 #undef res_init macro
[all...]
H A DSymbol.map63 res_init;
/freebsd-9.3-release/include/
H A Dresolv.h289 #define res_init __res_init macro
305 int res_init(void);
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-9.3-release/tools/regression/gaithrstress/
H A Dgaithrstress.c107 if (_res.options & RES_INIT || res_init() == 0)
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c219 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
/freebsd-9.3-release/lib/libc/net/
H A Dhesiod.c379 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-9.3-release/usr.bin/w/
H A Dw.c193 res_init();
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_dnslookup.c132 if (!(_res.options & RES_INIT) && res_init() == -1) {
133 yp_error("res_init failed");
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dwindmc.c168 res_init (void) function
992 res_init ();
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_intres.c916 res_init();
1037 res_init();
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddomain.c796 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dmain.c687 (void) res_init();
H A Dconf.c5612 res_init();
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmedia.c107 res_init();
/freebsd-9.3-release/crypto/openssh/
H A Dsshd.c2045 debug("res_init()");
2046 res_init();
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure15738 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing res_init" >&5
15739 $as_echo_n "checking for library containing res_init... " >&6; }
15753 char res_init ();
15757 return res_init ();
15823 for ac_func in res_init
15825 ac_fn_c_check_func "$LINENO" "res_init" "ac_cv_func_res_init"
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure28166 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing res_init" >&5
28167 $as_echo_n "checking for library containing res_init... " >&6; }
28181 char res_init ();
28185 return res_init ();
28251 for ac_func in res_init
28253 ac_fn_c_check_func "$LINENO" "res_init" "ac_cv_func_res_init"
[all...]

Completed in 438 milliseconds