Searched refs:CIL_CAT (Results 1 - 10 of 10) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_flavor.h | 180 CIL_CAT, enumerator
|
H A D | cil_resolve_ast.c | 1249 } else if (item->flavor == CIL_CAT) { in __cil_ordered_item_insert() 1604 if (node->flavor != CIL_CAT) { in cil_resolve_catorder() 1610 cil_list_append(new, CIL_CAT, cat); in cil_resolve_catorder() 1706 cil_list_init(&sens->cats_list, CIL_CAT); in cil_resolve_senscat() 1709 cil_list_append(sens->cats_list, CIL_CAT, senscat->cats); in cil_resolve_senscat() 2828 case CIL_CAT: in cil_build_call_args() 3163 case CIL_CAT: in cil_resolve_call_args() 3276 case CIL_CAT: in cil_resolve_expr() 3686 rc = cil_resolve_aliasactual(node, args, CIL_CAT, CIL_CATALIAS); in __cil_resolve_ast_node() 3701 rc = cil_resolve_alias_to_actual(node, CIL_CAT); in __cil_resolve_ast_node() [all...] |
H A D | cil_write_ast.c | 77 case CIL_CAT: in write_expr() 413 case CIL_CAT: in write_call_args() 509 case CIL_CAT: in macro_param_flavor_to_string() 868 case CIL_CAT: { in cil_write_ast_node()
|
H A D | cil_post.c | 153 if (flavor == CIL_CAT) { in cil_verify_is_list() 1107 if (cil_verify_is_list(cats->datum_expr, CIL_CAT)) { in __evaluate_cat_expression() 1119 cil_list_init(&new, CIL_CAT); in __evaluate_cat_expression() 1275 case CIL_CAT: in __cil_expr_to_bitmap_helper() 1322 if (flavor == CIL_CAT) { in __cil_expr_to_bitmap()
|
H A D | cil_reset_ast.c | 551 case CIL_CAT: in __cil_reset_node()
|
H A D | cil_verify.c | 74 case CIL_CAT: in __cil_is_reserved_name() 224 if (expr_flavor != CIL_CAT && expr_flavor != CIL_PERMISSIONX) { in cil_verify_expr_syntax() 543 } else if (node->flavor == CIL_CAT) { in __cil_verify_ordered_node_helper()
|
H A D | cil.c | 878 case CIL_CAT: in cil_destroy_data() 1073 case CIL_CAT: in cil_flavor_to_symtab_index() 1242 case CIL_CAT: in cil_node_to_string()
|
H A D | cil_copy_ast.c | 1875 case CIL_CAT: in __cil_copy_node_helper()
|
H A D | cil_build_ast.c | 3562 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)cat, (hashtab_key_t)key, CIL_SYM_CATS, CIL_CAT); in cil_gen_category() 5305 param->flavor = CIL_CAT; in cil_gen_macro() 5764 rc = cil_gen_expr(curr, CIL_CAT, &(*cats)->str_expr); in cil_fill_cats()
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_resolve_ast.c | 696 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_cat_list_catrange() 831 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_catrange() 856 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_catrange_catloworder_neg() 884 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_catrange_cathighorder_neg() 909 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_catrange_cat1_neg() 934 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_catrange_cat2_neg() 1070 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_senscat_sublist() 1145 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_senscat_currrangecat() 8894 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_ast_node_helper_catrange() 8947 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_ast_node_helper_level() [all...] |
Completed in 42 milliseconds