/glibc-2.36/sysdeps/pthread/ |
D | tst-_res1.c | 27 void *tf (void *resp) in tf() 35 void do_test (struct __res_state *resp) in do_test()
|
/glibc-2.36/elf/ |
D | tst-alignmod.c | 21 static int res, *resp; variable
|
/glibc-2.36/resolv/ |
D | resolv_conf.c | 175 resolv_conf_get_1 (const struct __res_state *resp) in resolv_conf_get_1() 242 resolv_conf_matches (const struct __res_state *resp, in resolv_conf_matches() 338 __resolv_conf_get (struct __res_state *resp) in __resolv_conf_get() 466 update_from_conf (struct __res_state *resp, const struct resolv_conf *conf) in update_from_conf() 578 __resolv_conf_attach (struct __res_state *resp, struct resolv_conf *conf) in __resolv_conf_attach() 637 __resolv_conf_detach (struct __res_state *resp) in __resolv_conf_detach()
|
D | resolv_context.c | 73 struct __res_state *resp = ctx->resp; in maybe_init() local 131 context_alloc (struct __res_state *resp) in context_alloc()
|
D | resolv_context.h | 49 struct __res_state *resp; /* Backing resolver state. */ member
|
D | tst-resolv-res_init-skeleton.c | 94 print_resp (FILE *fp, res_state resp) in print_resp() 365 res_state resp = xmalloc (sizeof (*resp)); in run_res_init() local
|
/glibc-2.36/nis/ |
D | ypclnt.c | 297 caddr_t req, xdrproc_t xres, caddr_t resp) in do_ypcall() 368 caddr_t req, xdrproc_t xres, caddr_t resp) in do_ypcall_tr() 443 ypresp_val resp; in libnsl_hidden_nolink_def() local 488 ypresp_key_val resp; in libnsl_hidden_nolink_def() local 544 ypresp_key_val resp; in libnsl_hidden_nolink_def() local 599 ypresp_master resp; in libnsl_hidden_nolink_def() local 629 struct ypresp_order resp; in libnsl_hidden_nolink_def() local 668 struct ypresp_all resp; in __xdr_ypresp_all() local 802 struct ypresp_maplist resp; in libnsl_hidden_nolink_def() local
|
/glibc-2.36/nscd/ |
D | cache.c | 257 int32_t resp = 0; in prune_cache() local 438 int32_t resp = 0; in prune_cache() local
|
D | hstcache.c | 105 hst_response_header resp; in cache_addhst() member 133 const hst_response_header *resp = (errval == EAGAIN in cache_addhst() local
|
D | initgrcache.c | 67 initgr_response_header resp; in addinitgroupsX() member
|
D | netgroupcache.c | 64 netgroup_response_header resp; member 500 innetgroup_response_header resp; in addinnetgrX() member
|
D | aicache.c | 61 ai_response_header resp; in addhstaiX() member
|
D | servicescache.c | 77 serv_response_header resp; in cache_addserv() member
|
D | grpcache.c | 83 gr_response_header resp; in cache_addgr() member
|
D | pwdcache.c | 89 pw_response_header resp; in cache_addpw() member
|
D | nscd.c | 368 int32_t resp = 0; in invalidate_db() local
|
D | connections.c | 944 int32_t resp; in invalidate_cache() local
|
/glibc-2.36/localedata/ |
D | tst-ctype.c | 340 unsigned char *resp; in do_test() local
|
/glibc-2.36/sunrpc/rpc/ |
D | clnt.h | 167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 196 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 197 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
|
/glibc-2.36/sunrpc/ |
D | pmap_rmt.c | 69 xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, in pmap_rmtcall()
|