Lines Matching defs:label
32 * Description: Get the zone pathname associated with a label.
43 #include <tsol/label.h>
48 label_error(const char *label, const int err)
54 gettext("%s: bad string %s\n"), prog, label);
58 gettext("%s: bad previous label\n"), prog);
63 "\"%s\" at position %d\n"), prog, label, err);
76 m_label_t *label = NULL;
92 "Usage: %s label\n"), prog);
96 if (str_to_label(argv[1], &label, MAC_LABEL, L_NO_CORRECTION,
101 if ((zone_root = getzonerootbylabel(label)) == NULL) {
103 gettext("%s: cannot get path for label: %s.\n"), prog,