Home
last modified time | relevance | path

Searched refs:__resp (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/include/
Dresolv.h19 # define __resp __libc_resp macro
21 extern __thread struct __res_state *__resp attribute_tls_model_ie;
23 # define _res (*__resp)
/glibc-2.36/resolv/
Dres_libc.c93 #undef __resp
94 __thread struct __res_state *__resp = &_res; variable
Dres-state.c25 return __resp; in __res_state()
DVersions125 __resp;
/glibc-2.36/sunrpc/rpc/
Dpmap_clnt.h45 typedef bool_t (*resultproc_t) (caddr_t __resp, struct sockaddr_in *__raddr);
80 caddr_t __resp, struct timeval __tout,
/glibc-2.36/htl/
Dpt-create.c52 __resp = &self->res_state; in entry_point()
/glibc-2.36/nptl/
Dpthread_create.c365 __resp = &pd->res; in start_thread()
/glibc-2.36/ChangeLog.old/
DChangeLog.146645 * include/resolv.h (__resp): Declare. Define to __libc_resp
6647 (_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
DChangeLog.nptl8804 * res.c (__res_state): Return __resp.
8808 (start_thread): Initialize __resp.
DChangeLog.2312180 (__resp): Remove.
DChangeLog.1864384 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].