Searched refs:xdr_short (Results 1 – 2 of 2) sorted by relevance
114 xdr_short (XDR *xdrs, short *sp) in libc_hidden_def()137 libc_hidden_def(xdr_short) in libc_hidden_def() argument168 return xdr_short (xdrs, (short *) ip); in libc_hidden_def()238 return xdr_short (xdrs, (short *) up); in libc_hidden_def()460 return xdr_short (xdrs, (short *) ep); in libc_hidden_def()
293 extern bool_t xdr_short (XDR *__xdrs, short *__sp) __THROW;294 libc_hidden_proto(xdr_short)
Completed in 4 milliseconds