2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH HEXTOB 3TSOL "Jul 20, 2007"
8 hextob, htobsl, htobclear \- convert hexadecimal string to binary label
12 \fBcc\fR [\fIflag\fR...] \fIfile\fR... \fB-ltsol\fR [\fIlibrary\fR...]
17 #include <tsol/label.h>
19 \fBint htobsl\fR(\fBconst char *\fR\fIs\fR, \fBm_label_t *\fR\fIlabel\fR);
24 \fBint\fR \fBhtobclear\fR(\fBconst char *\fR\fIs\fR, \fBm_label_t *\fR\fIclearance\fR);
30 These functions convert hexadecimal string representations of internal label
31 values into binary labels.
34 The \fBhtobsl()\fR function converts into a binary sensitivity label, a
35 hexadecimal string of the form:
39 0x\fIsensitivity_label_hexadecimal_value\fR
46 The \fBhtobclear()\fR function converts into a binary clearance, a hexadecimal
51 0x\fIclearance_hexadecimal_value\fR
59 These functions return non-zero if the conversion was successful, otherwise
64 See \fBattributes\fR(5) for descriptions of the following attributes:
72 ATTRIBUTE TYPE ATTRIBUTE VALUE
74 Interface Stability Obsolete
81 These functions are obsolete and retained for ease of porting. They might be
82 removed in a future Solaris Trusted Extensions release. Use the
83 \fBstr_to_label\fR(3TSOL) function instead.
87 \fBlibtsol\fR(3LIB), \fBstr_to_label\fR(3TSOL), \fBattributes\fR(5),
92 The functionality described on this manual page is available only if the system
93 is configured with Trusted Extensions.