Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

setlabel(3c) [hpux man page]

setlabel(3C)															      setlabel(3C)

NAME
setlabel() - define label for formatting routines SYNOPSIS
DESCRIPTION
The system call defines a label to be printed by formatting routines (see pfmt(3C)) in the standard message format. label is a character string limited to 25 characters in length. If label is NULL or an empty string, the label is reset to no label. No label is defined before assumes that label has already been translated into a locale-specific string using the current locale. RETURN VALUE
returns zero upon successful completion or nonzero if the routine failed. EXAMPLES
This example, with no label defined: generates: Using generates: SEE ALSO
pfmt(3C), thread_safety(5). STANDARDS COMPLIANCE
setlabel(3C)

Check Out this Related Man Page

getlabel(1)							   User Commands						       getlabel(1)

NAME
getlabel - display the label of files SYNOPSIS
/usr/bin/getlabel [-sS] filename... DESCRIPTION
getlabel displays the label that is associated with each filename. When options are not specified, the output format of the label is dis- played in default format. OPTIONS
-s Display the label that is associated with filename in short form. -S Display the label that is associated with filename in long form. EXIT STATUS
getlabel exits with one of the following values: 0 Successful completion. 1 Unsuccessful completion due to usage error. 2 Unable to translate label. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWtsu | +-----------------------------+-----------------------------+ |Interface Stability |See below. | +-----------------------------+-----------------------------+ The command line is Committed. The output is Not-an-Interface. SEE ALSO
setlabel(1), m_label(3TSOL), label_encodings(4), attributes(5) NOTES
The functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 11 Jul 2008 getlabel(1)
Man Page