xdr.3 (2efeeba554cbd7bdee9cfe17641c8bd335c7972f) | xdr.3 (7062693e56a4ce8feb73cfe6c35787cc138aa39f) |
---|---|
1.\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI 2.\" $FreeBSD$ 3.\" 4.Dd February 16, 1988 5.Dt XDR 3 6.Os 7.Sh NAME 8.Nm xdr , --- 197 unchanged lines hidden (view full) --- 206.Vt float Ns s 207and their external representations. 208This routine returns one if it succeeds, zero otherwise. 209.Pp 210.It Xo 211.Ft void 212.Xc 213.It Xo | 1.\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI 2.\" $FreeBSD$ 3.\" 4.Dd February 16, 1988 5.Dt XDR 3 6.Os 7.Sh NAME 8.Nm xdr , --- 197 unchanged lines hidden (view full) --- 206.Vt float Ns s 207and their external representations. 208This routine returns one if it succeeds, zero otherwise. 209.Pp 210.It Xo 211.Ft void 212.Xc 213.It Xo |
214.Fn xdr_free "xdrproc_t proc" "char *objp" | 214.Fn xdr_free "xdrproc_t proc" "void *objp" |
215.Xc 216.Pp 217Generic freeing routine. 218The first argument is the 219.Tn XDR 220routine for the object being freed. 221The second argument 222is a pointer to the object itself. --- 169 unchanged lines hidden (view full) --- 392.It Xo 393.Ft void 394.Xc 395.It Xo 396.Fo xdrrec_create 397.Fa "XDR *xdrs" 398.Fa "u_int sendsize" 399.Fa "u_int recvsize" | 215.Xc 216.Pp 217Generic freeing routine. 218The first argument is the 219.Tn XDR 220routine for the object being freed. 221The second argument 222is a pointer to the object itself. --- 169 unchanged lines hidden (view full) --- 392.It Xo 393.Ft void 394.Xc 395.It Xo 396.Fo xdrrec_create 397.Fa "XDR *xdrs" 398.Fa "u_int sendsize" 399.Fa "u_int recvsize" |
400.Fa "char *handle" | 400.Fa "void *handle" |
401.Fa "int \*(lp*readit\*(rp\*(lp\*(rp" 402.Fa "int \*(lp*writeit\*(rp\*(lp\*(rp" 403.Fc 404.Xc 405.Pp 406This routine initializes the 407.Tn XDR 408stream object pointed to by --- 421 unchanged lines hidden --- | 401.Fa "int \*(lp*readit\*(rp\*(lp\*(rp" 402.Fa "int \*(lp*writeit\*(rp\*(lp\*(rp" 403.Fc 404.Xc 405.Pp 406This routine initializes the 407.Tn XDR 408stream object pointed to by --- 421 unchanged lines hidden --- |