Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

blstrictdom(3TSOL)

Name

blcompare, blequal, bldominates, blstrictdom, blinrange - compare binary labels

Synopsis

cc [flag...] file... -ltsol [library...]
#include <tsol/label.h>

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 particular condition.

The blequal() function compares two labels for equality.

The bldominates() function compares label label1 for dominance over label label2.

The blstrictdom() function compares label label1 for strict dominance over label label2.

The blinrange() function compares label label for dominance over rangelower_bound and rangeupper_bound for dominance over level label .

Return Values

These functions return non-zero if their respective conditions are met, otherwise zero is returned.

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
MT-Safe

See Also

ucred_getlabel(3C), libtsol(3LIB), getplabel(3TSOL), label_to_str(3TSOL), label_encodings(5), attributes(7), labels(7)