Home
last modified time | relevance | path

Searched defs:xargs (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dclnt.h174 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
176 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
H A Dclnt_udp.c214 xdrproc_t xargs, char* argsp, in clntudp_call()