ultrix man page for error_c_get_text

Query: error_c_get_text

OS: ultrix

Section: 3ncs

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

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_set_binding(3ncs) - ultrix
rpc_allow_remote_shutdown(3ncs) - ultrix
rpc_sockaddr_to_name(3ncs) - ultrix
socket_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
Lost root password / Can't login as root
Can I change my hostname without messing things up?
PHP Write Man Pages to MySQL DB