HomeSort by: relevance | last modified time | path
    Searched refs:_res (Results 1 - 22 of 22) sorted by relevancy

  /src/lib/libc/resolv/
res_compat.c 45 #undef _res macro
56 struct __res_state _res variable in typeref:struct:__res_state
68 return &_res;
74 (void)memcpy(&_res, res, sizeof(_res));
res_data.c 115 * 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);
  /src/external/bsd/libbind/dist/resolv/
res_data.c 74 #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.options & RES_INIT)
    [all...]
  /src/external/mpl/bind/dist/lib/isc/include/isc/
rwlock.h 104 isc_result_t _res = ISC_R_UNSET; \
119 _res = ISC_R_SUCCESS; \
123 _res = ISC_R_LOCKBUSY; \
140 _res; \
  /src/external/bsd/libbind/dist/irs/
irs_data.c 48 #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);
  /src/sys/dev/usb/
if_gscanreg.h 108 uint8_t _res; member in struct:gscan_frame
  /src/lib/libc/net/
sethostent.c 73 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
76 _res.options |= RES_STAYOPEN | RES_USEVC;
85 _res.options &= ~(RES_STAYOPEN | RES_USEVC);
  /src/crypto/external/bsd/heimdal/dist/lib/base/
heimbase.h 88 #define heim_builtin_expect(_op,_res) __builtin_expect(_op,_res)
90 #define heim_builtin_expect(_op,_res) (_op)
  /src/crypto/external/bsd/openssh/dist/
getrrsetbyname.c 70 struct __res_state _res; variable in typeref:struct:__res_state
219 _resp = _THREAD_PRIVATE(_res, _res, &_res);
  /src/external/bsd/am-utils/dist/amd/
info_hesiod.c 115 _res.options |= RES_DEBUG;
  /src/crypto/external/apache2/openssl/dist/crypto/camellia/asm/
cmll-x86_64.pl 680 $_res="16(%rsp)"; # len&15
758 mov %rcx,$_res
785 mov $_res,%rcx
812 mov %rax,$_res
837 mov %rcx,$_res
859 mov $_res,%rcx
  /src/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
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
  /src/crypto/external/bsd/openssl.old/dist/crypto/camellia/asm/
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
  /src/external/bsd/libbind/dist/include/
resolv.h 294 #define _res (*__res_state()) macro
302 extern struct __res_state _res;
  /src/usr.sbin/ypserv/mkalias/
mkalias.c 107 if ((_res.options & RES_INIT) == 0)
  /src/include/
resolv.h 289 * Source and Binary compatibility; _res will not work properly
293 #define _res (*__res_state()) macro
  /src/external/gpl2/groff/dist/contrib/groffer/
groffer2.sh 47 _res="$(unset _foo 2>&1)";
49 test _"${_res}"_ = __ && test _"${_foo}"_ = __
53 eval "${_UNSET}" _res;
  /src/usr.sbin/ypserv/ypserv/
ypserv_db.c 481 if ((_res.options & RES_INIT) == 0)
  /src/external/ibm-public/postfix/dist/src/dns/
dns_lookup.c 327 #define dns_res_state _res
  /src/external/mpl/bind/dist/lib/ns/
query.c 288 isc_result_t _res = result; \
296 switch (_func(_qctx, _data, &_res)) { \
301 result = _res; \
320 isc_result_t _res; \
328 _func(_qctx, _data, &_res); \
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 2279 int _res = wpa_drv_get_ssid(wpa_s, ssid_buf); local
2280 if (_res < 0)
2283 ssid_len = _res;
  /src/crypto/external/bsd/heimdal/dist/
configure 21279 { 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>

Completed in 66 milliseconds