Searched refs:__res_state (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/lib/libc/resolv/
H A Dh_errno.c42 return (&__res_state()->res_h_errno);
H A Dres_state.c44 struct __res_state _res;
98 __res_state(void) function
/freebsd-current/include/
H A Dresolv.h94 struct __res_state; /*%< forward */
96 void __h_errno_set(struct __res_state *, int);
142 struct __res_state { struct
194 typedef struct __res_state *res_state;
281 extern struct __res_state *__res_state(void);
283 #define _res (*__res_state())
/freebsd-current/lib/libc/net/
H A Dgetnetbyht.c107 RES_SET_H_ERRNO(__res_state(), NO_RECOVERY);
153 statp = __res_state();
205 statp = __res_state();
258 statp = __res_state();
H A Dgethostbynis.c61 statp = __res_state();
224 statp = __res_state();
274 statp = __res_state();
H A Dgetnetbynis.c92 RES_SET_H_ERRNO(__res_state(), NO_RECOVERY);
151 statp = __res_state();
202 statp = __res_state();
H A Dgethostbyht.c179 statp = __res_state();
240 statp = __res_state();
305 statp = __res_state();
H A Dgetnetbydns.c283 statp = __res_state();
387 statp = __res_state();
446 statp = __res_state();
458 statp = __res_state();
H A Dgethostbydns.c438 statp = __res_state();
485 statp = __res_state();
588 statp = __res_state();
758 statp = __res_state();
770 statp = __res_state();
H A Dgethostnamadr.c173 statp = __res_state();
489 statp = __res_state();
513 statp = __res_state();
608 statp = __res_state();
H A Dname6.c272 statp = __res_state();
367 statp = __res_state();
H A Dgetaddrinfo.c1747 statp = __res_state();
2279 res = __res_state();
2680 RES_SET_H_ERRNO(__res_state(), HOST_NOT_FOUND);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp410 struct __res_state *statp = (struct __res_state*)state;
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c71 struct __res_state _res;
195 struct __res_state *_resp = _THREAD_PRIVATE(_res, _res, &_res);
/freebsd-current/crypto/heimdal/lib/roken/
H A Dresolve.c536 struct __res_state state;
537 struct __res_state *handle = &state;
/freebsd-current/lib/libc/tests/nss/
H A Dgethostby_test.c953 statp = __res_state();

Completed in 289 milliseconds