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

/illumos-gate/usr/src/lib/libresolv/
H A Dcrossl.h31 extern int res_init(void);
H A DMakefile30 PICS= pics/res_comp.o pics/res_debug.o pics/res_init.o \
39 res_gethost.o res_comp.o res_debug.o res_init.o res_mkquery.o \
H A Dres_query.c83 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
160 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dres_init.c93 res_init(void) function
H A Dres_mkquery.c145 * Also rerun res_init if we failed in the past.
148 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
H A Dres_send.c164 if (res_init() == -1) {
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_data.c104 res_init(void) { function
112 * fields of _res before res_init() is called, res_init() will not
114 * _zero_ before calling res_init(), hoping to override what used
121 * before res_init() was first called. We can't replicate that semantic
155 if ((_res.options & RES_INIT) == 0U && res_init() == -1)
171 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
182 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
196 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
220 if ((_res.options & RES_INIT) == 0U && res_init()
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/
H A Dllib-lresolv33 int res_init(void);
/illumos-gate/usr/src/man/man3resolv/
H A DMakefile30 res_init.3resolv \
53 res_init.3resolv := LINKSRC = resolver.3resolv
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com70 res_debug.o res_findzonecut.o res_init.o \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.c43 * res_ninit() will have thread safety hacks for res_init() and _res.
111 ret = res_init();
/illumos-gate/usr/src/head/
H A Dresolv.h330 int res_init __P((void));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c817 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dmain.c688 (void) res_init();
H A Dconf.c5543 res_init();

Completed in 109 milliseconds