Searched refs:CIL_LIST (Results 1 – 11 of 11) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_policy.c | 333 } else if (i1->flavor == CIL_LIST) { in cil_cond_expr_to_policy() 370 } else if (flavor == CIL_LIST) { in __cil_cons_leaf_operand_len() 535 } else if (flavor == CIL_LIST) { in __cil_cons_leaf_operand_to_string() 865 cil_list_init(&aliases, CIL_LIST); in cil_sensitivities_to_policy() 920 cil_list_init(&aliases, CIL_LIST); in cil_categories_to_policy() 974 cil_list_init(&classperms_strs, CIL_LIST); in cil_mlsconstrains_to_policy() 1038 cil_list_init(&aliases, CIL_LIST); in cil_typealiases_to_policy() 1214 cil_list_init(&classperms_strs, CIL_LIST); in cil_av_rule_to_policy() 1598 cil_list_init(&roles, CIL_LIST); in cil_users_to_policy() 1643 cil_list_init(&classperms_strs, CIL_LIST); in cil_constrains_to_policy() [all …]
|
D | cil_flavor.h | 45 CIL_LIST, enumerator
|
D | cil_list.c | 68 if (item->flavor == CIL_LIST) { in cil_list_destroy()
|
D | cil_resolve_ast.c | 122 if (curr->flavor == CIL_LIST) { in __cil_resolve_perms() 129 cil_list_append(*perm_datums, CIL_LIST, sub_list); in __cil_resolve_perms() 459 cil_list_append(attr->expr_list, CIL_LIST, attrtypes->datum_expr); in cil_resolve_typeattributeset() 1176 cil_list_append(attr->expr_list, CIL_LIST, attrroles->datum_expr); in cil_resolve_roleattributeset() 3308 cil_list_append(*datum_expr, CIL_LIST, datum_sub_expr); in cil_resolve_expr() 3319 case CIL_LIST: { in cil_resolve_expr() 3324 cil_list_append(*datum_expr, CIL_LIST, datum_sub_expr); in cil_resolve_expr() 3367 } else if (curr->flavor == CIL_LIST) { in __cil_evaluate_tunable_expr_helper() 3503 cil_list_append(attr->expr_list, CIL_LIST, attrusers->datum_expr); in cil_resolve_userattributeset()
|
D | cil_copy_ast.c | 63 case CIL_LIST: { in cil_copy_list() 66 cil_list_append(new, CIL_LIST, new_sub); in cil_copy_list() 1409 case CIL_LIST: { in cil_copy_expr() 1412 cil_list_append(*new, CIL_LIST, sub_list); in cil_copy_expr()
|
D | cil_verify.c | 254 if (r_flavor == CIL_STRING || r_flavor == CIL_LIST) { in cil_verify_constraint_leaf_expr_syntax() 433 } else if (item->flavor == CIL_LIST) { in __verify_no_self_reference_in_expr() 506 if (curr->flavor == CIL_LIST) { in __cil_verify_ranges()
|
D | cil_post.c | 146 case CIL_LIST: in cil_verify_is_list() 1281 } else if (curr->flavor == CIL_LIST) { in __cil_expr_to_bitmap_helper() 1499 } else if (curr->flavor == CIL_LIST) { in __mark_neverallow_attrs()
|
D | cil_build_ast.c | 2654 cil_list_append(expr, CIL_LIST, sub_expr); in __cil_fill_expr() 2699 if (operand == NULL) return CIL_LIST; in __cil_get_constraint_operand_flavor() 2766 } else if (r_flavor == CIL_LIST) { in __cil_fill_constraint_leaf_expr() 2773 cil_list_append(*leaf_expr, CIL_LIST, sub_list); in __cil_fill_constraint_leaf_expr() 2822 cil_list_append(*expr, CIL_LIST, lexpr); in __cil_fill_constraint_expr() 2836 cil_list_append(*expr, CIL_LIST, lexpr); in __cil_fill_constraint_expr() 2837 cil_list_append(*expr, CIL_LIST, rexpr); in __cil_fill_constraint_expr()
|
D | cil.c | 715 case CIL_LIST: in cil_destroy_data() 1124 case CIL_LIST: in cil_node_to_string()
|
D | cil_binary.c | 2034 } else if (curr->flavor == CIL_LIST) { in __cil_expr_to_string_helper() 2128 } else if (item->flavor == CIL_LIST) { in __cil_cond_item_to_sepol_expr() 2713 } else if (r_item->flavor == CIL_LIST) { in __cil_constrain_expr_leaf_to_sepol_expr()
|
D | cil_write_ast.c | 66 case CIL_LIST: in write_expr()
|