Searched refs:LASTUNSIGNED (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/sunrpc/ |
D | xdr_array.c | 46 #define LASTUNSIGNED ((u_int)0-1) macro 118 stat = (*elproc) (xdrs, target, LASTUNSIGNED); in xdr_array() 158 if (!(*xdr_elem) (xdrs, elptr, LASTUNSIGNED)) in libc_hidden_def()
|
D | xdr_ref.c | 46 #define LASTUNSIGNED ((u_int)0-1) macro 87 stat = (*proc) (xdrs, loc, LASTUNSIGNED); in xdr_reference()
|
D | xdr.c | 55 #define LASTUNSIGNED ((u_int) 0-1) macro 710 return (*(choices->proc)) (xdrs, unp, LASTUNSIGNED); in libc_hidden_def() 717 (*dfault) (xdrs, unp, LASTUNSIGNED)); in libc_hidden_def() 820 if (xdr_string (xdrs, cpp, LASTUNSIGNED)) in libc_hidden_def()
|