Trusted Extensions Library Functions blcompare(3TSOL)
NAME
blcompare, blequal, bldominates, blstrictdom, blinrange -
compare binary labelsSYNOPSIS
cc [flag...] file... -ltsol [library...]
#include
int blequal(const m_label_t *label1, const m_label_t *label2);
int bldominates(const m_label_t *label1, const m_label_t *label2);
int blstrictdom(const m_label_t *label1, const m_label_t *label2);
int blinrange(const m_label_t *label, const brange_t *range);
DESCRIPTION
These functions compare binary labels for meeting a particu-
lar condition. The blequal() function compares two labels for equality.The bldominates() function compares label label1 for domi-
nance over label label2. The blstrictdom() function compares label label1 for strict dominance over label label2. The blinrange() function compares label label for dominanceover range->lower_bound and range->upper_bound for dominance
over level label.RETURN VALUES
These functions return non-zero if their respective condi-
tions are met, otherwise zero is returned.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 20 Jul 2007 1
Trusted Extensions Library Functions blcompare(3TSOL)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
getplabel(3TSOL), label_to_str(3TSOL), libtsol(3LIB),
ucred_getlabel(3C), label_encodings(4), attributes(5),
labels(5) Determining the Relationship Between Two Labels in Oracle Solaris Trusted Extensions Developer's Guide NOTES The functionality described on this manual page is available only if the system is configured with Trusted Extensions.SunOS 5.11 Last change: 20 Jul 2007 2