Searched refs:_res (Results 1 - 19 of 19) sorted by last modified time

/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dquery.c285 isc_result_t _res = result; \
293 switch (_func(_qctx, _data, &_res)) { \
298 result = _res; \
317 isc_result_t _res; \
325 _func(_qctx, _data, &_res); \
/netbsd-current/lib/libc/resolv/
H A Dres_data.c115 * Compatibility with program that were accessing _res directly
135 * fields of _res before res_init() is called, res_init() will not
328 RES_SET_H_ERRNO(&_res, NETDB_INTERNAL);
H A Dres_compat.c45 #undef _res macro
56 struct __res_state _res variable in typeref:struct:__res_state
68 return &_res;
74 (void)memcpy(&_res, res, sizeof(_res));
/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c321 #define dns_res_state _res
/netbsd-current/lib/libc/net/
H A Dsethostent.c73 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
76 _res.options |= RES_STAYOPEN | RES_USEVC;
85 _res.options &= ~(RES_STAYOPEN | RES_USEVC);
/netbsd-current/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-current/crypto/external/bsd/heimdal/dist/
H A Dconfigure21279 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _res" >&5
21280 printf %s "checking for _res... " >&6; }
21302 void * foo(void) { return &_res; }
21335 extern int _res;
21336 int foo(void) { return _res; }
21364 ac_fn_check_decl "$LINENO" "_res" "ac_cv_have_decl__res" "#include <stdio.h>
/netbsd-current/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-current/include/
H A Dresolv.h289 * Source and Binary compatibility; _res will not work properly
293 #define _res (*__res_state()) macro
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dctrl_iface.c2068 int _res = wpa_drv_get_ssid(wpa_s, ssid_buf); local
2069 if (_res < 0)
2072 ssid_len = _res;
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dgetrrsetbyname.c70 struct __res_state _res; variable in typeref:struct:__res_state
219 _resp = _THREAD_PRIVATE(_res, _res, &_res);
/netbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c481 if ((_res.options & RES_INIT) == 0)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dheimbase.h88 #define heim_builtin_expect(_op,_res) __builtin_expect(_op,_res)
90 #define heim_builtin_expect(_op,_res) (_op)
/netbsd-current/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-current/external/bsd/am-utils/dist/amd/
H A Dinfo_hesiod.c115 _res.options |= RES_DEBUG;
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_data.c74 #undef _res macro
76 struct __res_state _res variable in typeref:struct:__res_state
83 #define _res (*__res_state()) macro
99 * fields of _res before res_init() is called, res_init() will not
107 * _res.options is tricky since some apps were known to diddle the bits
113 if (!_res.retrans)
114 _res.retrans = RES_TIMEOUT;
115 if (!_res.retry)
116 _res.retry = 4;
117 if (!(_res
[all...]
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirs_data.c48 #undef _res macro
54 extern struct __res_state _res;
178 (*net_data->irs->res_set)(net_data->irs, &_res, NULL);
211 return (&_res);
217 return (&_res);
229 return(&_res.res_h_errno);
/netbsd-current/external/bsd/libbind/dist/include/
H A Dresolv.h294 #define _res (*__res_state()) macro
302 extern struct __res_state _res;
/netbsd-current/usr.sbin/ypserv/mkalias/
H A Dmkalias.c107 if ((_res.options & RES_INIT) == 0)

Completed in 415 milliseconds