hpux man page for xdr

Query: xdr

OS: hpux

Section: 3n

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

xdr(3N) 																   xdr(3N)

NAME
xdr - library routines for external data representation
DESCRIPTION
XDR routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. Data for remote procedure calls (RPC) are transmitted using these routines. Index to Routines The following table lists XDR routines and the manual reference pages on which they are described: XDR Routine Manual Reference Page xdr_complex(3N) xdr_simple(3N) xdr_complex(3N) xdr_simple(3N) xdr_admin(3N) xdr_create(3N) xdr_simple(3N) xdr_simple(3N) xdr_simple(3N) xdr_simple(3N) xdr_admin(3N) xdr_simple(3N) xdr_admin(3N) xdr_simple(3N) xdr_simple(3N) xdr_simple(3N) xdr_complex(3N) xdr_complex(3N) xdr_simple(3N) xdr_complex(3N) xdr_admin(3N) xdr_simple(3N) xdr_admin(3N) xdr_complex(3N) xdr_simple(3N) xdr_simple(3N) xdr_simple(3N) xdr_simple(3N) xdr_simple(3N) xdr_simple(3N) xdr_complex(3N) xdr_complex(3N) xdr_simple(3N) xdr_complex(3N) xdr_create(3N) xdr_create(3N) xdr_admin(3N) xdr_admin(3N) xdr_admin(3N) xdr_admin(3N) xdr_create(3N)
MULTITHREAD USAGE
Thread Safe: Yes Cancel Safe: Yes Fork Safe: No Async-cancel Safe: No Async-signal Safe: No These functions can be called safely in a multithreaded environment. They may be cancellation points in that they call functions that are cancel points. In a multithreaded environment, these functions are not safe to be called by a child process after and before These functions should not be called by a multithreaded application that support asynchronous cancellation or asynchronous signals.
SEE ALSO
rpc(3N), xdr_admin(3N), xdr_complex(3N), xdr_create(3N), xdr_simple(3N). xdr(3N)
Related Man Pages
xdr_char(3n) - hpux
xdr_free(3n) - hpux
xdr_hyper(3n) - hpux
xdr_int(3n) - hpux
xdr_quadruple(3n) - hpux
Similar Topics in the Unix Linux Community
Async-Signal-Safe versus MT-Safe