Searched defs:label_spec_entry (Results 1 – 1 of 1) sorted by relevance
51 struct label_spec_entry { struct52 regex_t regex; /* compiled regular expression to match */53 char *regexstr; /* uncompiled regular expression */54 mode_t mode; /* mode to possibly match */55 const char *modestr; /* print-worthy ",-?" mode string */56 char *mactext; /* MAC label to apply */57 int flags; /* miscellaneous flags */