Searched refs:XDR_GETLONG (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | xdr_float.c | 130 if (!XDR_GETLONG(xdrs, (long *)&is)) in xdr_float() 149 return (XDR_GETLONG(xdrs, (long *)fp)); in xdr_float() 152 if (XDR_GETLONG(xdrs, &tmp)) { in xdr_float() 259 if (!XDR_GETLONG(xdrs, lp++) || !XDR_GETLONG(xdrs, lp)) in xdr_double() 284 return (XDR_GETLONG(xdrs, lp+!LSW) && in xdr_double() 285 XDR_GETLONG(xdrs, lp+LSW)); in xdr_double() 289 if (XDR_GETLONG(xdrs, tmp+!LSW) && in xdr_double() 290 XDR_GETLONG(xdrs, tmp+LSW)) { in xdr_double()
|
A D | xdr.c | 101 return XDR_GETLONG (xdrs, lp); in libc_hidden_def() 125 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def() 156 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def() 189 if (XDR_GETLONG (xdrs, &tmp) == FALSE) in libc_hidden_def() 226 if (!XDR_GETLONG (xdrs, (long *) &l)) in libc_hidden_def() 264 if (!XDR_GETLONG(xdrs, &t1) || !XDR_GETLONG(xdrs, (long *) &t2)) in libc_hidden_def() 299 if (!XDR_GETLONG(xdrs, (long *) &t1) || !XDR_GETLONG(xdrs, (long *) &t2)) in libc_hidden_def() 340 if (!XDR_GETLONG (xdrs, (long *) &l)) in xdr_u_short() 404 if (!XDR_GETLONG (xdrs, &lb)) in xdr_bool() 444 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | xdr.h | 181 #define XDR_GETLONG(xdrs, longp) \ macro
|
Completed in 5 milliseconds