Home
last modified time | relevance | path

Searched refs:XDR_GETLONG (Results 1 – 3 of 3) sorted by relevance

/sunrpc/
A Dxdr_float.c125 if (!XDR_GETLONG(xdrs, (long *)&is)) in xdr_float()
144 return (XDR_GETLONG(xdrs, (long *)fp)); in xdr_float()
147 if (XDR_GETLONG(xdrs, &tmp)) { in xdr_float()
255 if (!XDR_GETLONG(xdrs, lp++) || !XDR_GETLONG(xdrs, lp)) in xdr_double()
280 return (XDR_GETLONG(xdrs, lp+!LSW) && in xdr_double()
281 XDR_GETLONG(xdrs, lp+LSW)); in xdr_double()
285 if (XDR_GETLONG(xdrs, tmp+!LSW) && in xdr_double()
286 XDR_GETLONG(xdrs, tmp+LSW)) { in xdr_double()
A Dxdr.c111 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
151 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
190 return XDR_GETLONG (xdrs, lp); in libc_hidden_def()
217 if (XDR_GETLONG (xdrs, &tmp) == FALSE) in libc_hidden_def()
260 if (!XDR_GETLONG(xdrs, &t1) || !XDR_GETLONG(xdrs, &t2)) in libc_hidden_def()
296 if (!XDR_GETLONG(xdrs, &t1) || !XDR_GETLONG(xdrs, &t2)) in libc_hidden_def()
351 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
384 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
462 if (!XDR_GETLONG (xdrs, &lb)) in libc_hidden_def()
506 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
/sunrpc/rpc/
A Dxdr.h175 #define XDR_GETLONG(xdrs, longp) \ macro

Completed in 10 milliseconds