Searched defs:resp (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | tst-ctype.c | 338 unsigned char *resp; in main() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | clnt.h | 174 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 176 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 203 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 204 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | pmap_rmt.c | 69 xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, in pmap_rmtcall()
|
Completed in 5 milliseconds