Searched defs:xdr_string (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr.c82 /* fragment size to use when doing an xdr_string() */
527 * xdr_string deals with "C strings" - arrays of bytes that are
534 xdr_string(XDR *xdrs, char **cpp, const uint_t maxsize) function
554 * advantages here will be miniscule compared to xdr_string.
673 * Wrapper for xdr_string that can be called directly from
679 return (xdr_string(xdrs, cpp, LASTUNSIGNED));

Completed in 477 milliseconds