opensolaris man page for tnfctl_strerror

Query: tnfctl_strerror

OS: opensolaris

Section: 3tnf

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

tnfctl_strerror(3TNF)					       TNF Library Functions					     tnfctl_strerror(3TNF)

NAME
tnfctl_strerror - map a tnfctl error code to a string
SYNOPSIS
cc [ flag ... ] file ... -ltnfctl [ library ... ] #include <tnf/tnfctl.h> const char * tnfctl_strerror(tnfctl_errcode_t errcode);
DESCRIPTION
tnfctl_strerror() maps the error number in errcode to an error message string, and it returns a pointer to that string. The returned string should not be overwritten or freed.
ERRORS
tnfctl_strerror() returns the string "unknown libtnfctl.so error code" if the error number is not within the legal range.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWtnfc | +-----------------------------+-----------------------------+ |MT Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
prex(1), TNF_PROBE(3TNF), libtnfctl(3TNF), tracing(3TNF), attributes(5) SunOS 5.11 4 Mar 1997 tnfctl_strerror(3TNF)
Related Man Pages
libtnfctl(3lib) - opensolaris
tnfctl_buffer_dealloc(3tnf) - opensolaris
tnfctl_strerror(3tnf) - opensolaris
tnfctl_register_funcs(3tnf) - opensolaris
tnfctl_trace_attrs_get(3tnf) - opensolaris
Similar Topics in the Unix Linux Community
How to learn UNIX
Change directory for core file
What's legal and what's not?
Solaris 10 - password complexity not working
What is good?