HomeSort by relevance Sort by last modified time
    Searched refs:CIL_CAT (Results 1 - 11 of 11) sorted by null

  /external/selinux/libsepol/cil/src/
cil_flavor.h 173 CIL_CAT,
cil_post.c 66 if (flavor == CIL_CAT) {
697 if (cil_verify_is_list(cats->datum_expr, CIL_CAT)) {
709 cil_list_init(&new, CIL_CAT);
712 struct cil_cat *cat = curr->data;
751 struct cil_cat *cat = (struct cil_cat *)curr->data;
760 struct cil_cat *cat = alias->actual;
767 struct cil_cat *cat = (struct cil_cat *)datum;
788 struct cil_cat *c1 = (struct cil_cat *)d1
    [all...]
cil_resolve_ast.c 1113 } else if (item->flavor == CIL_CAT) {
1114 struct cil_cat *cat = item->data;
    [all...]
cil_reset_ast.c 191 static void cil_reset_cat(struct cil_cat *cat)
437 case CIL_CAT:
cil_verify.c 182 if (expr_flavor != CIL_CAT) {
388 } else if (node->flavor == CIL_CAT) {
389 struct cil_cat *cat = node->data;
440 int __cil_is_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
445 struct cil_cat *c = i->data;
455 int __cil_verify_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
480 struct cil_cat *cat = i->data;
    [all...]
cil.c 619 case CIL_CAT:
800 case CIL_CAT:
960 case CIL_CAT:
1181 struct cil_cat* cat;
1195 cat = (struct cil_cat*)j->data;
1202 cat = (struct cil_cat*)i->data;
    [all...]
cil_policy.c 382 fprintf(file_arr[CATS], " %s", ((struct cil_cat*)curr_catalias->data)->datum.name);
    [all...]
cil_tree.c 1138 case CIL_CAT: {
1139 struct cil_cat *cat = node->data;
    [all...]
cil_build_ast.c     [all...]
cil_copy_ast.c 801 struct cil_cat *orig = data;
807 struct cil_cat *new;
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 696 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
831 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
856 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
884 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
909 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
934 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
    [all...]

Completed in 70 milliseconds