Searched refs:__resp (Results 1 – 11 of 11) sorted by relevance
19 # define __resp __libc_resp macro21 extern __thread struct __res_state *__resp attribute_tls_model_ie;23 # define _res (*__resp)
93 #undef __resp94 __thread struct __res_state *__resp = &_res; variable
25 return __resp; in __res_state()
125 __resp;
45 typedef bool_t (*resultproc_t) (caddr_t __resp, struct sockaddr_in *__raddr);80 caddr_t __resp, struct timeval __tout,
52 __resp = &self->res_state; in entry_point()
365 __resp = &pd->res; in start_thread()
6645 * include/resolv.h (__resp): Declare. Define to __libc_resp6647 (_res): If USE___THREAD, define to (*__resp).6650 (__resp): New __thread variable.6653 USE_TLS && HAVE___THREAD. Export __resp@@GLIBC_PRIVATE.6654 * sysdeps/generic/res-state.c (__res_state): Return __resp
8804 * res.c (__res_state): Return __resp.8808 (start_thread): Initialize __resp.
12180 (__resp): Remove.
64384 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].