HomeSort by: relevance | last modified time | path
    Searched defs:xdrrec_getbytes (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
xdr_rec.c 92 static bool_t xdrrec_getbytes(XDR *, char *, u_int);
103 xdrrec_getbytes,
263 if (! xdrrec_getbytes(xdrs, (char *)(void *)&mylong,
294 xdrrec_getbytes(XDR *xdrs, char *addr, u_int len) function in typeref:typename:bool_t
xdr_rec.c 92 static bool_t xdrrec_getbytes(XDR *, char *, u_int);
103 xdrrec_getbytes,
263 if (! xdrrec_getbytes(xdrs, (char *)(void *)&mylong,
294 xdrrec_getbytes(XDR *xdrs, char *addr, u_int len) function in typeref:typename:bool_t

Completed in 25 milliseconds