| /netbsd-src/external/bsd/libbind/dist/resolv/ |
| H A D | res_data.c | 74 #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 D | res_compat.c | 45 #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 D | res_data.c | 328 RES_SET_H_ERRNO(&_res, NETDB_INTERNAL); in res_randomid()
|
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | irs_data.c | 48 #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 D | sethostent.c | 73 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 D | heimbase.h | 88 #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 D | cmll-x86_64.pl | 679 $_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 D | cmll-x86_64.pl | 677 $_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 D | getrrsetbyname.c | 70 struct __res_state _res; variable 219 _resp = _THREAD_PRIVATE(_res, _res, &_res); in getrrsetbyname()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | info_hesiod.c | 115 _res.options |= RES_DEBUG; in hesiod_search()
|
| /netbsd-src/external/bsd/libbind/dist/include/ |
| H A D | resolv.h | 294 #define _res (*__res_state()) macro 302 extern struct __res_state _res;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | resolv.m4 | 103 rk_CHECK_VAR(_res,
|
| /netbsd-src/usr.sbin/ypserv/mkalias/ |
| H A D | mkalias.c | 107 if ((_res.options & RES_INIT) == 0) in check_host()
|
| /netbsd-src/include/ |
| H A D | resolv.h | 293 #define _res (*__res_state()) macro
|
| /netbsd-src/external/gpl2/groff/dist/contrib/groffer/ |
| H A D | groffer2.sh | 47 _res="$(unset _foo 2>&1)"; 49 test _"${_res}"_ = __ && test _"${_foo}"_ = __ 53 eval "${_UNSET}" _res;
|
| /netbsd-src/usr.sbin/ypserv/ypserv/ |
| H A D | ypserv_db.c | 481 if ((_res.options & RES_INIT) == 0) in lookup_host()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/dns/ |
| H A D | dns_lookup.c | 321 #define dns_res_state _res
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/include/ |
| H A D | config.h.in | 277 /* 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 D | config.h.w32 | 282 /* 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 D | query.c | 277 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 D | INSTALL | 85 the _res structure" (documented in the OpenBSD 5.6 resolver(3) manpage). This
|
| H A D | HISTORY | 8865 Robustness: save and restore the resolver _res.options
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | ChangeLog | 876 * resolve.c: _res might not be available
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | configure | 21302 void * foo(void) { return &_res; } 21335 extern int _res; 21336 int foo(void) { return _res; }
|