Home
last modified time | relevance | path

Searched refs:res_init (Results 1 – 22 of 22) sorted by relevance

/trueos/lib/libc/resolv/
HDres_data.c81 res_init(void) { in res_init() function
125 if ((_res.options & RES_INIT) == 0U && res_init() == -1) in fp_nquery()
141 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_mkquery()
152 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_mkupdate()
166 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_query()
192 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_send()
205 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_sendsigned()
221 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_update()
235 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_search()
250 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_querydomain()
[all …]
HDMakefile.inc7 res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c \
HDSymbol.map63 res_init;
/trueos/contrib/ntp/arlib/
HDconfigure.in14 AC_CHECK_FUNC(res_init, , AC_CHECK_LIB(resolv, res_init))
HDarlib.c71 ret = res_init();
HDconfigure3614 char res_init ();
3618 return res_init ();
/trueos/include/
HDresolv.h290 #define res_init __res_init macro
306 int res_init(void);
/trueos/tools/regression/gaithrstress/
HDgaithrstress.c107 if (_res.options & RES_INIT || res_init() == 0) in work()
/trueos/lib/libc/net/
HDMakefile.inc117 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \
HDhesiod.c379 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/trueos/contrib/sendmail/contrib/
HDbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/trueos/contrib/binutils/binutils/
HDwindmc.c168 res_init (void) in res_init() function
992 res_init (); in main()
/trueos/usr.sbin/ypserv/
HDyp_dnslookup.c132 if (!(_res.options & RES_INIT) && res_init() == -1) { in yp_init_resolver()
/trueos/usr.bin/w/
HDw.c192 res_init(); in main()
/trueos/crypto/openssh/openbsd-compat/
HDgetrrsetbyname.c219 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) { in getrrsetbyname()
/trueos/contrib/sendmail/src/
HDdomain.c796 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
HDmain.c687 (void) res_init();
HDconf.c5612 res_init();
HDREADME1523 to res_init() will fail and you will have absolutely no
/trueos/contrib/ntp/ntpd/
HDntp_intres.c1145 res_init(); in doconfigure()
/trueos/crypto/openssh/
HDsshd.c2046 res_init();
/trueos/contrib/sendmail/
HDRELEASE_NOTES6887 Always call res_init() on startup (if compiled in, of course) to
8421 Call res_init() before setting RES_DEBUG; this is required by
9183 res_init before it tweaks any bits.