Home
last modified time | relevance | path

Searched refs:_res (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_data.c74 #undef _res
76 struct __res_state _res variable
83 #define _res (*__res_state()) macro
113 if (!_res.retrans) in res_init()
114 _res.retrans = RES_TIMEOUT; in res_init()
115 if (!_res.retry) in res_init()
116 _res.retry = 4; in res_init()
117 if (!(_res.options & RES_INIT)) in res_init()
118 _res.options = RES_DEFAULT; in res_init()
124 if (!_res.id) in res_init()
[all …]
/netbsd-src/lib/libc/resolv/
H A Dres_compat.c45 #undef _res
56 struct __res_state _res variable
68 return &_res; in __res_get_old_state()
74 (void)memcpy(&_res, res, sizeof(_res)); in __res_put_old_state()
H A Dres_data.c328 RES_SET_H_ERRNO(&_res, NETDB_INTERNAL); in res_randomid()
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirs_data.c48 #undef _res
54 extern struct __res_state _res;
178 (*net_data->irs->res_set)(net_data->irs, &_res, NULL); in net_data_create()
211 return (&_res); in __res_state()
217 return (&_res); in __res_state()
229 return(&_res.res_h_errno); in __h_errno()
/netbsd-src/lib/libc/net/
H A Dsethostent.c73 if ((_res.options & RES_INIT) == 0 && res_init() == -1) in sethostent()
76 _res.options |= RES_STAYOPEN | RES_USEVC; in sethostent()
85 _res.options &= ~(RES_STAYOPEN | RES_USEVC); in endhostent()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Dheimbase.h88 #define heim_builtin_expect(_op,_res) __builtin_expect(_op,_res) argument
90 #define heim_builtin_expect(_op,_res) (_op) argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
H A Dcmll-x86_64.pl679 $_res="16(%rsp)"; # len&15
756 mov %rcx,$_res
783 mov $_res,%rcx
810 mov %rax,$_res
835 mov %rcx,$_res
857 mov $_res,%rcx
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/camellia/asm/
H A Dcmll-x86_64.pl677 $_res="16(%rsp)"; # len&15
753 mov %rcx,$_res
780 mov $_res,%rcx
807 mov %rax,$_res
832 mov %rcx,$_res
854 mov $_res,%rcx
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dgetrrsetbyname.c70 struct __res_state _res; variable
219 _resp = _THREAD_PRIVATE(_res, _res, &_res); in getrrsetbyname()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dinfo_hesiod.c115 _res.options |= RES_DEBUG; in hesiod_search()
/netbsd-src/external/bsd/libbind/dist/include/
H A Dresolv.h294 #define _res (*__res_state()) macro
302 extern struct __res_state _res;
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dresolv.m4103 rk_CHECK_VAR(_res,
/netbsd-src/usr.sbin/ypserv/mkalias/
H A Dmkalias.c107 if ((_res.options & RES_INIT) == 0) in check_host()
/netbsd-src/include/
H A Dresolv.h293 #define _res (*__res_state()) macro
/netbsd-src/external/gpl2/groff/dist/contrib/groffer/
H A Dgroffer2.sh47 _res="$(unset _foo 2>&1)";
49 test _"${_res}"_ = __ && test _"${_foo}"_ = __
53 eval "${_UNSET}" _res;
/netbsd-src/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c481 if ((_res.options & RES_INIT) == 0) in lookup_host()
/netbsd-src/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c321 #define dns_res_state _res
/netbsd-src/crypto/external/bsd/heimdal/dist/include/
H A Dconfig.h.in277 /* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
1255 /* Define if you have the `_res' variable. */
H A Dconfig.h.w32282 /* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
1230 /* Define if you have the `_res' variable. */
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dquery.c277 isc_result_t _res = result; \
285 switch (_func(_qctx, _data, &_res)) { \
290 result = _res; \
309 isc_result_t _res; \
317 _func(_qctx, _data, &_res); \
/netbsd-src/external/ibm-public/postfix/dist/
H A DINSTALL85 the _res structure" (documented in the OpenBSD 5.6 resolver(3) manpage). This
H A DHISTORY8865 Robustness: save and restore the resolver _res.options
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A DChangeLog876 * resolve.c: _res might not be available
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A Dconfigure21302 void * foo(void) { return &_res; }
21335 extern int _res;
21336 int foo(void) { return _res; }