Searched refs:xdr_wrapstring (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_svc.c | 109 xdr_result = (xdrproc_t)xdr_wrapstring; in rpcb_service_3() 142 xdr_argument = (xdrproc_t)xdr_wrapstring; in rpcb_service_3() 153 xdr_result = (xdrproc_t)xdr_wrapstring; in rpcb_service_3()
|
H A D | rpcb_svc_4.c | 117 xdr_result = (xdrproc_t)xdr_wrapstring; in rpcb_service_4() 127 xdr_result = (xdrproc_t)xdr_wrapstring; in rpcb_service_4() 173 xdr_argument = (xdrproc_t)xdr_wrapstring; in rpcb_service_4() 184 xdr_result = (xdrproc_t)xdr_wrapstring; in rpcb_service_4()
|
H A D | rpcb_svc_com.c | 460 result = xdr_wrapstring(xdrs, &(cap->rmt_uaddr)); in xdr_rmtcall_result()
|
/freebsd/lib/librpcsvc/ |
H A D | rwall.c | 47 (xdrproc_t)xdr_wrapstring, (char *) &msg, in rwall()
|
/freebsd/lib/libc/xdr/ |
H A D | Symbol.map | 23 xdr_wrapstring;
|
H A D | Makefile.inc | 54 xdr.3 xdr_wrapstring.3
|
H A D | xdr.c | 758 xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring() function
|
/freebsd/lib/libc/rpc/ |
H A D | rpcb_clnt.c | 68 extern bool_t xdr_wrapstring(XDR *, char **); 945 (xdrproc_t) xdr_wrapstring, (char *)(void *) &ua, *tp); in __rpcb_findaddr_timed() 959 xdr_free((xdrproc_t)xdr_wrapstring, in __rpcb_findaddr_timed() 1173 xdr_free((xdrproc_t) xdr_wrapstring, (char *)(void *)&r.addr); in rpcb_rmtcall() 1263 (xdrproc_t) xdr_wrapstring, (char *)(void *)&uaddr, tottimeout); in rpcb_taddr2uaddr() 1299 (xdrproc_t) xdr_wrapstring, (char *)(void *)&uaddr, in rpcb_uaddr2taddr()
|
/freebsd/usr.bin/rwall/ |
H A D | rwall.c | 94 if (clnt_call(cl, WALLPROC_WALL, (xdrproc_t)xdr_wrapstring, &mbuf, in main()
|
/freebsd/libexec/rpc.rwalld/ |
H A D | rwalld.c | 179 xdr_argument = (xdrproc_t)xdr_wrapstring; in wallprog_1()
|
/freebsd/include/rpc/ |
H A D | xdr.h | 312 extern bool_t xdr_wrapstring(XDR *, char **);
|
/freebsd/sys/rpc/ |
H A D | xdr.h | 325 extern bool_t xdr_wrapstring(XDR *, char **);
|
/freebsd/sys/xdr/ |
H A D | xdr.c | 681 xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring() function
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 407 (xdrproc_t) xdr_wrapstring, &uaddr, timo); in nlm_get_rpc() 425 xdr_free((xdrproc_t) xdr_wrapstring, &uaddr); in nlm_get_rpc()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3383 fun:xdr_wrapstring=uninstrumented
|