Deleted Added
full compact
xdr.3 (84426) xdr.3 (108037)
1.\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI
1.\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI
2.\" $FreeBSD: head/lib/libc/xdr/xdr.3 84426 2001-10-03 16:53:59Z bde $
2.\" $FreeBSD: head/lib/libc/xdr/xdr.3 108037 2002-12-18 12:45:11Z ru $
3.\"
4.Dd February 16, 1988
5.Dt XDR 3
6.Os
7.Sh NAME
8.Nm xdr ,
9.Nm xdr_array ,
10.Nm xdr_bool ,

--- 777 unchanged lines hidden (view full) ---

788.Fn xdr_wrapstring "XDR *xdrs" "char **sp"
789.Xc
790.Pp
791A primitive that calls
792.Fn xdr_string xdrs sp MAXUN.UNSIGNED ;
793where
794.Dv MAXUN.UNSIGNED
795is the maximum value of an unsigned integer.
3.\"
4.Dd February 16, 1988
5.Dt XDR 3
6.Os
7.Sh NAME
8.Nm xdr ,
9.Nm xdr_array ,
10.Nm xdr_bool ,

--- 777 unchanged lines hidden (view full) ---

788.Fn xdr_wrapstring "XDR *xdrs" "char **sp"
789.Xc
790.Pp
791A primitive that calls
792.Fn xdr_string xdrs sp MAXUN.UNSIGNED ;
793where
794.Dv MAXUN.UNSIGNED
795is the maximum value of an unsigned integer.
796The
796.Fn xdr_wrapstring
797.Fn xdr_wrapstring
798function
797is handy because the
798.Tn RPC
799package passes a maximum of two
800.Tn XDR
801routines as parameters, and
802.Fn xdr_string ,
803one of the most frequently used primitives, requires three.
804Returns one if it succeeds, zero otherwise.

--- 14 unchanged lines hidden ---
799is handy because the
800.Tn RPC
801package passes a maximum of two
802.Tn XDR
803routines as parameters, and
804.Fn xdr_string ,
805one of the most frequently used primitives, requires three.
806Returns one if it succeeds, zero otherwise.

--- 14 unchanged lines hidden ---