error_c_get_text(3ncs) ultrix man page | unix.com

Man Page: error_c_get_text

Operating Environment: ultrix

Section: 3ncs

error_c_get_text(3ncs)													    error_c_get_text(3ncs)

Name
       error_c_get_text - return subsystem, module, and error texts for a status code

Syntax
       void error_$c_get_text(status, subsys, subsysmax, module, modulemax,			     error, errormax)
       status_$t status;
       char *subsys;
       long subsysmax;
       char *module;
       long modulemax;
       char *error;
       long errormax;

Arguments
       status	      A status code in status_$t format.

       subsys	      A character string.  The subsystem represented by the status code.

       subsysmax      The maximum number of bytes to be returned in subsys.

       module	      A character string.  The module represented by the status code.

       modulemax      The maximum number of bytes to be returned in module.

       error	      A character string.  The error represented by the status code.

       errormax       The maximum number of bytes to be returned in error.

Description
       The  routine  returns  predefined  text	strings  that describe the subsystem, the module, and the error represented by a status code.  The
       strings are null terminated.  See the reference page which lists all of the possible diagnostics that could be returned in

Files
See Also
       intro(3ncs)

															    error_c_get_text(3ncs)
Related Man Pages
rpc_bind(3ncs) - ultrix
rpc_inq_binding(3ncs) - ultrix
rpc_name_to_sockaddr(3ncs) - ultrix
socket_family_from_name(3ncs) - ultrix
socket_to_name(3ncs) - ultrix
Similar Topics in the Unix Linux Community
A short history of UNIX by l.madden@ic.ac.uk
Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH)
Can I change my hostname without messing things up?
PHP Write Man Pages to MySQL DB