Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/xdr/
H A Dxdr_rec.c76 static bool_t xdrrec_getbytes(XDR *, char *, u_int);
87 xdrrec_getbytes,
247 if (! xdrrec_getbytes(xdrs, (char *)(void *)&mylong, in xdrrec_getlong()
278 xdrrec_getbytes(XDR *xdrs, char *addr, u_int len) in xdrrec_getbytes() function