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 176 CIL_CAT,
cil_resolve_ast.c 1181 } else if (item->flavor == CIL_CAT) {
1182 struct cil_cat *cat = item->data;
    [all...]
cil_reset_ast.c 216 static void cil_reset_cat(struct cil_cat *cat)
468 case CIL_CAT:
cil_post.c 66 if (flavor == CIL_CAT) {
842 if (cil_verify_is_list(cats->datum_expr, CIL_CAT)) {
854 cil_list_init(&new, CIL_CAT);
857 struct cil_cat *cat = curr->data;
896 struct cil_cat *cat = (struct cil_cat *)curr->data;
905 struct cil_cat *cat = alias->actual;
912 struct cil_cat *cat = (struct cil_cat *)datum;
933 struct cil_cat *c1 = (struct cil_cat *)d1
    [all...]
cil_verify.c 183 if (expr_flavor != CIL_CAT && expr_flavor != CIL_PERMISSIONX) {
389 } else if (node->flavor == CIL_CAT) {
390 struct cil_cat *cat = node->data;
441 int __cil_is_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
446 struct cil_cat *c = i->data;
456 int __cil_verify_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
481 struct cil_cat *cat = i->data;
    [all...]
cil.c 638 case CIL_CAT:
824 case CIL_CAT:
991 case CIL_CAT:
1228 struct cil_cat* cat;
    [all...]
cil_policy.c 382 fprintf(file_arr[CATS], " %s", ((struct cil_cat*)curr_catalias->data)->datum.name);
    [all...]
cil_tree.c 1156 case CIL_CAT: {
1157 struct cil_cat *cat = node->data;
    [all...]
cil_copy_ast.c 880 struct cil_cat *orig = data;
886 struct cil_cat *new;
    [all...]
cil_build_ast.c     [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 195 milliseconds