Lines Matching defs:label
29 * String to binary label translations.
38 #include <tsol/label.h>
71 * label = Address of Binary Sensitivity Label to be initialized or
75 * NEW_LABEL, Initialize the label to a valid empty
77 * NO_CORRECTION, Initialize the label to a valid
83 * Exit label = Translated (updated) Binary Sensitivity Label.
85 * -1, Unable to access label encodings file;
86 * 0, Invalid binary label passed;
102 stobsl(const char *string, bslabel_t *label, int flags, int *error)
120 if (htobsl(s, label)) {
140 slcall.label = *label;
152 * reterr < 0, invalid binary label,
156 *label = slret.label;
172 BSLLOW(label);
174 BSLHIGH(label);
202 * NEW_LABEL, Initialize the label to a valid empty
204 * NO_CORRECTION, Initialize the label to a valid
212 * -1, Unable to access label encodings file;
213 * 0, Invalid binary label passed;
270 * reterr < 0, invalid binary label,