Lines Matching defs:cat
534 struct mls_semantic_cat *cat;
538 if (level->cat != NULL) {
542 for (cat = level->cat; cat != NULL; cat = cat->next) {
543 if (cat->low == cat->high) {
544 cil_printf("%s", pdb->p_cat_val_to_name[cat->low - 1]);
546 cil_printf("range %s %s", pdb->p_cat_val_to_name[cat->low - 1], pdb->p_cat_val_to_name[cat->high - 1]);
549 if (cat->next != NULL) {
554 if (level->cat != NULL) {
2393 if (!ebitmap_is_empty(&level->level->cat)) {
2396 ebitmap_to_cil(pdb, &level->level->cat, SYM_CATS);
2426 struct cat_datum *cat = datum;
2432 if (!cat->isalias) {
2436 cil_println(indent, "(categoryaliasactual %s %s)", key, pdb->p_cat_val_to_name[cat->s.value - 1]);
2495 struct ebitmap *map = &level->cat;