# %W% %E% # # Copyright (C) 1986-1995-2000 The Santa Cruz Operation, Inc. # All Rights Reserved. # The information in this file is provided for the exclusive use of # the licensees of The Santa Cruz Operation, Inc. Such users have the # right to use, modify, and incorporate this code into other products # for purposes authorized by the license agreement provided they include # this notice and the associated copyright notice with any such product. # The information in this file is provided "AS IS" without warranty. # # Copyright (C) 1986-1989 AT&T # All Rights Reserved. # # This is the whatis file for man(C) # Lines beginning with # are comments and are ignored # by man(C). # # This file contains three columns of data. Column one # is a title. Column 2 is the manual section in which it # appears. The third column is the corresponding description. # # Thus the entry for man(C) is: # # col1 = man # col2 = (C) # col3 = - print reference pages in this guide # Intro (NS) - introduction to RPC library functions async_daemons (NS) - asynchronous I/O daemon auth_destroy (NS) - destroy authentication handle authnone_create (NS) - create authentication handle authunix_create (NS) - create authentication handle authunix_create_default (NS) - invoke authunix_create bindresvport (NS) - bind a socket to a privileged IP port callrpc (NS) - call a remote procedure clnt_broadcast (NS) - broadcast remote procedure call clnt_call (NS) - call a remote procedure clnt_control (NS) - control client handle clnt_create (NS) - generic client handle creation clnt_destroy (NS) - destroy client handle clnt_freeres (NS) - free data allocated by RPC/XDR clnt_geterr (NS) - get error information clnt_pcreateerror (NS) - print error information clnt_perrno (NS) - print error information clnt_perror (NS) - print error information clntraw_create (NS) - client handle creation clnt_spcreateerror (NS) - string print error information clnt_sperrno (NS) - string print error information clnt_sperror (NS) - string print error information clnttcp_create (NS) - client handle creation clntudp_bufcreate (NS) - client handle creation for remote program clntudp_create (NS) - client handle creation dbm: dbmclose, dbminit, fetch, store, delete, firstkey, nextkey (NS) - database subroutines dbm (NS) - database subroutines dbm_clearerr (NS) - reset error condition dbm_close (NS) - close database dbm_delete (NS) - delete datum and key dbm_error (NS) - return error value dbm_fetch (NS) - retrieve datum under key dbm_firstkey (NS) - find first key dbminit (NS) - initialize database dbm_nextkey (NS) - find next key dbm_open (NS) - open database dbm_store (NS) - store datum under key delete (NS) - delete data endnetgrent (NS) - free space allocated by getnetgrent endrpcent (NS) - close the rpc file exportfs (NS) - export directory trees fetch (NS) - access data fh_fcntl (NS) - fcntl given NFS file handle firstkey (NS) - return first key in database getdomainname (NS) - get name of current domain getdomainname, setdomainname (NS) - get/set name of current domain get_myaddress (NS) - return the local IP address getnetgrent (NS) - return next member of network group getnetgrent, setnetgrent, endnetgrent, innetgr (NS) - get network group entry getrpcbyname (NS) - get RPC entry by name getrpcbynumber (NS) - get RPC entry by number getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent (NS) - get RPC entry getrpcent (NS) - get RPC entry getrpcport (NS) - get RPC port number innetgr (NS) - verify netgroup entry kclt_create (NS) - create kernel RPC client handles lstat (NS) - get file status ndbm: dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr (NS) - database subroutines nextkey (NS) - return next key in database nfs_getfh (NS) - get NFS file handle nfs_svc, async_daemons (NS) - NFS daemons nfs_svc (NS) - transport endpoint daemon pmap_getmaps (NS) - return current RPC program-to-ports map pmap_getport (NS) - return port number for RPC service pmap_rmtcall (NS) - indirect remote procedure call pmap_set (NS) - establish a program-to-port mapping pmap_unset (NS) - destroy a program-to-port mapping registerrpc (NS) - register procedure with RPC rex (NS) - remote execution protocol rpc (NS) - library routines for remote procedure calls rwall (NS) - write to specified remote machines setdomainname (NS) - set name of current domain setnetgrent (NS) - set netgroup used by getnetgrent setrpcent (NS) - rewind the rpc file store (NS) - store data svc_destroy (NS) - destroy a service handle svcerr_auth (NS) - return service error svcerr_decode (NS) - return service error svcerr_noproc (NS) - return service error svcerr_noprog (NS) - return service error svcerr_progvers (NS) - return service error svcerr_systemerr (NS) - return service error svcerr_weakauth (NS) - return service error svcfd_create (NS) - create service handle svc_freeargs (NS) - free data allocated by RPC/XDR svc_getargs (NS) - decode the arguments to an RPC svc_getcaller (NS) - get the network of the caller svc_getreqset (NS) - get RPC request svcraw_create (NS) - create service handle svc_register (NS) - register an RPC service procedure svc_run (NS) - get RPC requests svc_sendreply (NS) - send replies to an RPC svctcp_create (NS) - create service handle svcudp_bufcreate (NS) - create UDP/IP-based RPC service transport svcudp_create (NS) - create service handle svcudp_enablecache (NS) - allocates space for replies sent to a service handle svc_unregister (NS) - unregister an RPC service procedure xdr (NS) - library routines for external data representation xdr_accepted_reply (NS) - XDR an accepted reply xdr_array (NS) - XDR a C array of objects xdr_authunix_parms (NS) - XDR UNIX credentials xdr_bool (NS) - XDR an boolean xdr_bytes (NS) - XDR a counted byte string xdr_callhdr (NS) - XDR the RPC call header xdr_callmsg (NS) - XDR an RPC call message xdr_char (NS) - XDR a C character xdr_destroy (NS) - destroy an XDR stream xdr_double (NS) - XDR a C double xdr_enum (NS) - XDR a C enum xdr_float (NS) - XDR a C float xdr_free (NS) - generic XDR free routine xdr_getpos (NS) - get current position of XDR stream xdr_inline (NS) - allocate space for inline XDR operation xdr_int (NS) - XDR a C integer xdr_long (NS) - XDR a C long xdrmem_create (NS) - create an XDR stream xdr_opaque (NS) - XDR an opaque object xdr_opaque_auth (NS) - XDR opaque authentication parameters xdr_pmap (NS) - XDR parameters to portmapper procedures xdr_pmaplist (NS) - XDR a list of port mappings xdr_pointer (NS) - XDR a C pointer xdr_ppasswd (NS) - XDR an yppasswd xdrrec_create (NS) - create an XDR stream xdrrec_endofrecord (NS) - mark end of record on XDR stream xdrrec_eof (NS) - mark end of file on XDR stream xdrrec_readbytes (NS) - read from XDR stream into buffer xdrrec_skiprecord (NS) - skip rest of XDR record xdr_reference (NS) - XDR a C pointer xdr_rejected_reply (NS) - XDR a rejected reply xdr_replymsg (NS) - XDR an RPC reply message xdr_rex_result (NS) - XDR a REX result message xdr_rex_start (NS) - XDR a REX start message xdr_rex_ttymode (NS) - XDR a REX tty modes message xdr_rex_ttysize (NS) - XDR a REX tty size message xdr_setpos (NS) - set current position on XDR stream xdr_short (NS) - XDR a C short xdrstdio_create (NS) - create an XDR stream xdr_string (NS) - XDR a C string xdr_u_char (NS) - XDR a C unsigned character xdr_u_int (NS) - XDR a C unsigned integer xdr_u_long (NS) - XDR a C unsigned long xdr_union (NS) - XDR a discriminated union of choices xdr_u_short (NS) - XDR a C unsigned short xdr_vector (NS) - XDR a C fixed length array xdr_void (NS) - XDR nothing xdr_wrapstring (NS) - XDR a C string xdr_yppasswd (NS) - XDR an NIS passwd entry xprt_register (NS) - register an RPC service transport handle xprt_unregister (NS) - unregister an RPC service transport handle yp_all (NS) - return all key-value pairs yp_bind (NS) - bind to a NIS server ypclnt: yp_bind, yp_unbind, yp_get_default_domain, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err (NS)- Network Information Service (NIS) client interface yperr_string (NS) - return error message string yp_first (NS) - return first key-value pair yp_get_default_domain (NS) - return the default domain yp_master (NS) - return the master for a map yp_match (NS) - return value associated with key yp_next (NS) - return next key-value pair yp_order (NS) - return the order number for a map yppasswd (NS) - replace an NIS password entry yppasswd (NS) - update user password in Network Information Service (NIS) ypprot_err (NS) - return ypclnt layer error yp_unbind (NS) - unbind from a specific NIS server