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

/macosx-10.9.5/libresolv-54/
H A Dres_data.c118 _res_static = &_res;
158 _res_static = &_res;
175 _res_static = &_res;
203 _res_static = &_res;
215 _res_static = &_res;
227 _res_static = &_res;
245 _res_static = &_res;
263 _res_static = &_res;
281 _res_static = &_res;
299 _res_static = &_res;
[all...]
H A Dresolv.h307 extern struct __res_state _res;
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/docs/
H A Dperl.txt37 my $_res = eval $code;
39 push @_ERRORS, $_res;
/macosx-10.9.5/Heimdal-323.92.1/base/
H A Dheimbase.h61 #define heim_builtin_expect(_op,_res) __builtin_expect(_op,_res)
63 #define heim_builtin_expect(_op,_res) (_op)
/macosx-10.9.5/postfix-252/postfix/src/dns/
H A Ddns_lookup.c195 if ((_res.options & RES_INIT) == 0 && res_init() < 0) {
209 saved_options = (_res.options & USER_FLAGS);
216 _res.options &= ~saved_options;
217 _res.options |= flags;
219 _res.options &= ~flags;
220 _res.options |= saved_options;
/macosx-10.9.5/Libinfo-449.1.3/dns.subproj/
H A Dres_query.c38 // _res structure but libresolv.dylib does and many 3rd-party applications
45 char _res[RES_9_STATE_SIZE] = {0}; variable
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dgetrrsetbyname.c71 struct __res_state _res; variable in typeref:struct:__res_state
203 struct __res_state *_resp = _THREAD_PRIVATE(_res, _res, &_res);
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A Dbootpd.c309 if (_res.nscount != 0) {
310 S_dns_servers = (struct in_addr *)malloc(sizeof(*S_dns_servers) * _res.nscount);
311 for (i = 0; i < _res.nscount; i++) {
312 in_addr_t s_addr = _res.nsaddr_list[i].sin_addr.s_addr;
339 if (_res.defdname[0] && strcmp(_res.defdname, "local") != 0) {
340 S_domain_name = _res.defdname;
346 if (_res.dnsrch[i] == NULL) {
354 printf(" %s", _res.dnsrch[i]);
362 = DNSNameListBufferCreate((const char * *)_res
[all...]
/macosx-10.9.5/shell_cmds-175/w/
H A Dw.c267 if (!(_res.options & RES_INIT))
269 _res.retrans = 2; /* resolver timeout to 2 seconds per try */
270 _res.retry = 1; /* only try once.. */
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypserv_db.c435 if ((_res.options & RES_INIT) == 0)
437 bcopy("b", _res.lookups, sizeof("b"));
/macosx-10.9.5/libxml2-26/libxml2/
H A Dnanohttp.c1060 if (!(_res.options & RES_INIT))
1062 _res.options |= RES_USE_INET6;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dnanohttp.c1055 if (!(_res.options & RES_INIT))
1057 _res.options |= RES_USE_INET6;
/macosx-10.9.5/groff-38/groff/contrib/groffer/
H A Dgroffer2.sh47 _res="$(unset _foo 2>&1)";
49 test _"${_res}"_ = __ && test _"${_foo}"_ = __
53 eval "${_UNSET}" _res;
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure16521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _res" >&5
16522 $as_echo_n "checking for _res... " >&6; }
16543 void * foo(void) { return &_res; }
16575 extern int _res;
16576 int foo(void) { return _res; }
16644 ac_fn_c_check_decl "$LINENO" "_res" "ac_cv_have_decl__res" "#include <stdio.h>
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dconfigure15238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if struct __res_state _res is an extern" >&5
15239 $as_echo_n "checking if struct __res_state _res is an extern... " >&6; }
15250 extern struct __res_state _res;

Completed in 357 milliseconds