Searched refs:XDR_PUTLONG (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/sunrpc/ |
D | xdr.c | 108 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def() 148 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def() 187 return XDR_PUTLONG (xdrs, lp); in libc_hidden_def() 229 return XDR_PUTLONG (xdrs, (long *) ulp); in libc_hidden_def() 255 return (XDR_PUTLONG(xdrs, &t1) && XDR_PUTLONG(xdrs, &t2)); in libc_hidden_def() 291 return (XDR_PUTLONG(xdrs, &t1) && XDR_PUTLONG(xdrs, &t2)); in libc_hidden_def() 348 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def() 381 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def() 459 return XDR_PUTLONG (xdrs, &lb); in libc_hidden_def() 503 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
|
D | xdr_float.c | 111 return (XDR_PUTLONG(xdrs, (long *)&is)); in xdr_float() 114 return (XDR_PUTLONG(xdrs, (long *)fp)); in xdr_float() 117 return (XDR_PUTLONG(xdrs, &tmp)); in xdr_float() 240 return (XDR_PUTLONG(xdrs, lp+!LSW) && in xdr_double() 241 XDR_PUTLONG(xdrs, lp+LSW)); in xdr_double() 247 return (XDR_PUTLONG(xdrs, tmp) && in xdr_double() 248 XDR_PUTLONG(xdrs, tmp+1)); in xdr_double()
|
D | clnt_raw.c | 154 (!XDR_PUTLONG (xdrs, (long *) &proc)) || in libc_hidden_nolink_sunrpc()
|
D | clnt_tcp.c | 254 (!XDR_PUTLONG (xdrs, (long *) &proc)) || in libc_hidden_def()
|
D | clnt_unix.c | 233 (!XDR_PUTLONG (xdrs, (long *) &proc)) || in libc_hidden_nolink_sunrpc()
|
D | clnt_udp.c | 338 if ((!XDR_PUTLONG (xdrs, (long *) &proc)) || in clntudp_call()
|
/glibc-2.36/sunrpc/rpc/ |
D | xdr.h | 180 #define XDR_PUTLONG(xdrs, longp) \ macro
|
/glibc-2.36/manual/ |
D | users.texi | 1982 @c XDR_PUTLONG 1987 @c XDR_PUTLONG dup 1990 @c XDR_PUTLONG dup 1995 @c XDR_PUTLONG dup
|