Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3tsol/blminmax.3tsol
Real path: /usr/share/man/man3tsol/blminmax.3tsol
Zurück
'\" te .\" Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved. .TH blminmax 3TSOL "18 Aug 2014" "Oracle Solaris 11.4" "Trusted Extensions Library Functions" .SH NAME blminmax, blmaximum, blminimum \- bound of two labels .SH SYNOPSIS .LP .nf \fBcc\fR [\fIflag\fR...] \fIfile\fR... \fB-ltsol\fR [\fIlibrary\fR...] .fi .LP .nf #include <tsol/label.h> \fBvoid\fR \fBblmaximum\fR(\fBm_label_t *\fR\fImaximum_label\fR, \fBconst m_label_t *\fR\fIbounding_label\fR); .fi .LP .nf \fBvoid\fR \fBblminimum\fR(\fBm_label_t *\fR\fIminimum_label\fR, \fBconst m_label_t *\fR\fIbounding_label\fR); .fi .SH DESCRIPTION .sp .LP The \fBblmaximum()\fR function replaces the contents of label \fImaximum_label\fR with the least upper bound of the labels \fImaximum_label\fR and \fIbounding_label\fR. The least upper bound is the greater of the classifications and all of the compartments of the two labels. This is the least label that dominates both of the original labels. .sp .LP The \fBblminimum()\fR function replaces the contents of label \fIminimum_label\fR with the greatest lower bound of the labels \fIminimum_label\fR and \fIbounding_label\fR. The greatest lower bound is the lower of the classifications and only the compartments that are contained in both labels. This is the greatest label that is dominated by both of the original labels. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Interface Stability Committed _ MT-Level MT-Safe .TE .sp .SH SEE ALSO .sp .LP \fBlibtsol\fR(3LIB), \fBlabel_to_str\fR(3TSOL), \fBsbltos\fR(3TSOL), \fBattributes\fR(7)