/third_party/selinux/libsepol/cil/src/ |
H A D | cil_policy.c | 191 cil_list_for_each(i1, rules) { in cil_simple_rules_to_policy() function 202 cil_list_for_each(i1, cats->datum_expr) { in cil_cats_to_policy() 372 cil_list_for_each(i1, (struct cil_list *)operand->data) { in __cil_cons_leaf_operand_len() 537 cil_list_for_each(i1, (struct cil_list *)operand->data) { in __cil_cons_leaf_operand_to_string() 657 cil_list_for_each(i1, classperms->perms) { in cil_classperms_to_string() 674 cil_list_for_each(i1, classperms->perms) { in cil_classperms_to_string() 689 cil_list_for_each(i1, classperms) { in cil_classperms_to_strings() function 696 cil_list_for_each(i2, cp->perms) { in cil_classperms_to_strings() 713 cil_list_for_each(i1, classorder) { in cil_class_decls_to_policy() function 722 cil_list_for_each(i in cil_sid_decls_to_policy() function 734 cil_list_for_each(i1, commons) { cil_commons_to_policy() function 754 cil_list_for_each(i1, classorder) { cil_classes_to_policy() function 781 cil_list_for_each(i1, defaults) { cil_defaults_to_policy() function 786 cil_list_for_each(i3, class_list) { cil_defaults_to_policy() function 807 cil_list_for_each(i1, defaults) { cil_default_ranges_to_policy() function 812 cil_list_for_each(i3, class_list) { cil_default_ranges_to_policy() function 857 cil_list_for_each(i1, sensorder) { cil_sensitivities_to_policy() function 860 cil_list_for_each(i2, all_aliases) { cil_sensitivities_to_policy() function 877 cil_list_for_each(i2, aliases) { cil_sensitivities_to_policy() function 896 cil_list_for_each(item, sensorder) { cil_dominance_to_policy() function 912 cil_list_for_each(i1, catorder) { cil_categories_to_policy() function 915 cil_list_for_each(i2, all_aliases) { cil_categories_to_policy() function 932 cil_list_for_each(i2, aliases) { cil_categories_to_policy() function 950 cil_list_for_each(i1, sensorder) { cil_levels_to_policy() function 972 cil_list_for_each(i1, mlsconstrains) { cil_mlsconstrains_to_policy() function 977 cil_list_for_each(i2, classperms_strs) { cil_mlsconstrains_to_policy() function 995 cil_list_for_each(i1, validatetrans) { cil_validatetrans_to_policy() function 999 cil_list_for_each(i2, class_list) { cil_validatetrans_to_policy() function 1014 cil_list_for_each(i1, bools) { cil_bools_to_policy() function 1030 cil_list_for_each(i1, types) { cil_typealiases_to_policy() function 1033 cil_list_for_each(i2, all_aliases) { cil_typealiases_to_policy() function 1049 cil_list_for_each(i2, aliases) { cil_typealiases_to_policy() function 1068 cil_list_for_each(i1, types) { cil_typebounds_to_policy() function 1084 cil_list_for_each(i1, types) { cil_typeattributes_to_policy() function 1086 cil_list_for_each(i2, attributes) { cil_typeattributes_to_policy() function 1216 cil_list_for_each(i1, classperms_strs) { cil_av_rule_to_policy() function 1251 cil_list_for_each(i1, class_list) { cil_type_rule_to_policy() function 1270 cil_list_for_each(i1, class_list) { cil_nametypetransition_to_policy() function 1286 cil_list_for_each(i1, class_list) { cil_rangetransition_to_policy() function 1485 cil_list_for_each(i1, rules) { cil_roles_to_policy() function 1500 cil_list_for_each(i1, roles) { cil_role_types_to_policy() function 1505 cil_list_for_each(i2, types) { cil_role_types_to_policy() function 1532 cil_list_for_each(i1, roles) { cil_roleattributes_to_policy() function 1536 cil_list_for_each(i2, attributes) { cil_roleattributes_to_policy() function 1559 cil_list_for_each(i1, roleallows) { cil_roleallows_to_policy() function 1572 cil_list_for_each(i1, roletransitions) { cil_roletransitions_to_policy() function 1575 cil_list_for_each(i2, class_list) { cil_roletransitions_to_policy() function 1590 cil_list_for_each(i1, users) { cil_users_to_policy() function 1594 cil_list_for_each(i2, all_roles) { cil_users_to_policy() function 1609 cil_list_for_each(i2, roles) { cil_users_to_policy() function 1641 cil_list_for_each(i1, constrains) { cil_constrains_to_policy() function 1646 cil_list_for_each(i2, classperms_strs) { cil_constrains_to_policy() function 1661 cil_list_for_each(i1, sids) { cil_sid_contexts_to_policy() function [all...] |
H A D | cil_find.c | 154 cil_list_for_each(i1, cp1->perms) { in cil_classperms_match_any() 156 cil_list_for_each(i2, cp2->perms) { in cil_classperms_match_any() 169 cil_list_for_each(curr, cpl2) { in __cil_classperms_list_match_any() function 177 cil_list_for_each(i, cp->perms) { in __cil_classperms_list_match_any() 198 cil_list_for_each(curr, cpl1) { in cil_classperms_list_match_any() function 206 cil_list_for_each(i, cp->perms) { in cil_classperms_list_match_any() 226 cil_list_for_each(curr, classperms) { in __add_classes_from_classperms_list() function 233 cil_list_for_each(i, cp->perms) { in __add_classes_from_classperms_list()
|
H A D | cil_list.c | 234 cil_list_for_each(item, list) { in cil_list_remove() function 255 cil_list_for_each(curr, list) { in cil_list_contains() function 269 cil_list_for_each(i1, l1) { in cil_list_match_any() function 270 cil_list_for_each(i2, l2) { in cil_list_match_any() function
|
H A D | cil_binary.c | 292 cil_list_for_each(curr_class, db->classorder) { in cil_classorder_to_policydb() 797 cil_list_for_each(curr_cat, db->catorder) { in cil_catorder_to_policydb() 857 cil_list_for_each(curr, db->sensitivityorder) { in cil_sensitivityorder_to_policydb() 1079 cil_list_for_each(c, class_list) { in __cil_type_rule_to_avtab_helper() function 1179 cil_list_for_each(c, class_list) { in __cil_typetransition_to_avtab_helper() function 1326 cil_list_for_each(curr_perm, perms) { in __cil_perms_to_datum() function 1437 cil_list_for_each(curr, classperms) { in __cil_avrule_expand() function 1447 cil_list_for_each(i, cp->perms) { in __cil_avrule_expand() 1733 cil_list_for_each(item, xperms_list) { in __cil_avrulex_ioctl_to_policydb() function 1745 cil_list_for_each(ite in __cil_avrulex_ioctl_to_policydb() function 1827 cil_list_for_each(c, class_list) { __cil_avrulex_to_hashtable_helper() function 2448 cil_list_for_each(c, class_list) { cil_roletrans_to_policydb() function 2716 cil_list_for_each(curr, r_expr) { __cil_constrain_expr_leaf_to_sepol_expr() function 2941 cil_list_for_each(curr, classperms) { cil_constrain_expand() function 3002 cil_list_for_each(c, class_list) { cil_validatetrans_to_policydb() function 3279 cil_list_for_each(c, class_list) { cil_rangetransition_to_policydb() function 3744 cil_list_for_each(c, class_list) { cil_default_to_policydb() function 3799 cil_list_for_each(c, class_list) { cil_defaultrange_to_policydb() function 4487 cil_list_for_each(i, classperms) { __cil_rule_to_sepol_class_perms() function 4544 cil_list_for_each(c, class_list) { __cil_permx_to_sepol_class_perms() function 4769 cil_list_for_each(i2, matching) { __cil_print_neverallow_failure() function 4772 cil_list_for_each(i2, matching) { __cil_print_neverallow_failure() function 4849 cil_list_for_each(item, xperms) { cil_check_neverallow() function 4864 cil_list_for_each(item, xperms) { cil_check_neverallow() function 4882 cil_list_for_each(item, neverallows) { cil_check_neverallows() function 5007 cil_list_for_each(i2, matching) { cil_check_type_bounds() function 5010 cil_list_for_each(i2, matching) { cil_check_type_bounds() function [all...] |
H A D | cil_verify.c | 405 cil_list_for_each(item, param_list) { in cil_verify_decl_does_not_shadow_macro_parameter() function 429 cil_list_for_each(item, expr) { in __verify_no_self_reference_in_expr() function 504 cil_list_for_each(curr, list) { in __cil_verify_ranges() function 583 cil_list_for_each(i, sids) { in __cil_verify_initsids() function 598 cil_list_for_each(i, cats->datum_expr) { in __cil_is_cat_in_cats() 633 cil_list_for_each(i, cats->datum_expr) { in __cil_verify_cats_associated_with_sens() 636 cil_list_for_each(j, sens->cats_list) { in __cil_verify_cats_associated_with_sens() 659 cil_list_for_each(curr, db->sensitivityorder) { in __cil_verify_levelrange_sensitivity() 696 cil_list_for_each(item, low->datum_expr) { in __cil_verify_levelrange_cats() 1440 cil_list_for_each(ite in __cil_verify_permissionx() function 1738 cil_list_for_each(curr, classperms) { __cil_verify_classperms() function 1759 cil_list_for_each(j, perm_list) { __cil_verify_classperms() function [all...] |
H A D | cil_resolve_ast.c | 91 cil_list_for_each(item, macro->params) { in __cil_insert_name() 121 cil_list_for_each(curr, perm_strs) { in __cil_resolve_perms() function 224 cil_list_for_each(curr, cp_list) { in cil_resolve_classperms_list() function 268 cil_list_for_each(curr, cps->classperms) { in cil_resolve_classpermissionset() 478 cil_list_for_each(curr, expandattr->attr_strs) { in cil_resolve_expandtypeattribute() 834 cil_list_for_each(curr, mapping->classperms) { in cil_resolve_classmapping() 1394 cil_list_for_each(curr, unordered) { in insert_unordered() function 1397 cil_list_for_each(item, unordered_list->list) { in insert_unordered() 1434 cil_list_for_each(curr, *ordered_lists) { in __cil_ordered_lists_merge_all() 1448 cil_list_for_each(cur in __cil_ordered_lists_merge_all() 1573 cil_list_for_each(curr, ordered_cats) { cil_set_cat_values() function 2496 cil_list_for_each(curr, in_list) { cil_resolve_in_list() function 2686 cil_list_for_each(item, trace) { cil_print_recursive_call() function 3285 cil_list_for_each(curr, str_expr) { cil_resolve_expr() function 4152 cil_list_for_each(item, extra_args.abstract_blocks) { cil_resolve_ast() function 4214 cil_list_for_each(item, extra_args.to_destroy) { cil_resolve_ast() function 4251 cil_list_for_each(item, extra_args.to_destroy) { cil_resolve_ast() function [all...] |
H A D | cil_list.h | 47 #define cil_list_for_each(item, list) \ macro
|
H A D | cil_write_ast.c | 60 cil_list_for_each(curr, expr) { in write_expr() function 214 cil_list_for_each(curr, list) { in write_string_list() function 235 cil_list_for_each(curr, list) { in write_datum_list() function 271 cil_list_for_each(curr, cp_list) { in write_classperms_list() function 276 cil_list_for_each(curr, cp_list) { in write_classperms_list() function 401 cil_list_for_each(item, args) { in write_call_args() function 638 cil_list_for_each(curr, macro->params) { in cil_write_ast_node()
|
H A D | cil_post.c | 73 cil_list_for_each(i, a->datum_expr) { in cats_compare() 74 cil_list_for_each(j, b->datum_expr) { in cats_compare() 144 cil_list_for_each(curr, list) { in cil_verify_is_list() function 1121 cil_list_for_each(curr, db->catorder) { in __evaluate_cat_expression() 1422 cil_list_for_each(expr, expr_list) { in __cil_expr_list_to_bitmap() function 1489 cil_list_for_each(curr, expr_list) { in __mark_neverallow_attrs() function 2122 cil_list_for_each(curr, classperms) { in __evaluate_classperms_list() function 2136 cil_list_for_each(i, cp->perms) { in __evaluate_classperms_list()
|
H A D | cil.c | 1442 cil_list_for_each(curr, db->userprefixes) { in cil_userprefixes_to_string() 1453 cil_list_for_each(curr, db->userprefixes) { in cil_userprefixes_to_string() 1489 cil_list_for_each(i, cats->datum_expr) { in cil_cats_to_ebitmap() 1493 cil_list_for_each(j, cs->cats->datum_expr) { in cil_cats_to_ebitmap() 1561 cil_list_for_each(item, cats->datum_expr) { in __cil_level_strlen() 1617 cil_list_for_each(item, cats->datum_expr) { in __cil_level_to_string() 1675 cil_list_for_each(curr, db->selinuxusers) { in cil_selinuxusers_to_string()
|
H A D | cil_reset_ast.c | 82 cil_list_for_each(curr, cp_list) { in cil_reset_classperms_list() function
|
H A D | cil_copy_ast.c | 58 cil_list_for_each(orig_item, data) { in cil_copy_list() function 212 cil_list_for_each(orig_item, orig) { in cil_copy_classperms_list() function 1407 cil_list_for_each(curr, orig) { in cil_copy_expr() function
|
H A D | cil_build_ast.c | 250 cil_list_for_each(item, block->bi_nodes) { in cil_destroy_block() 316 cil_list_for_each(item, inherit->block->bi_nodes) { in cil_destroy_blockinherit() 543 cil_list_for_each(curr, classorder->class_list_str) { in cil_gen_classorder() 798 cil_list_for_each(curr, *cp_list) { in cil_destroy_classperms_list() 1251 cil_list_for_each(curr, sidorder->sid_list_str) { in cil_gen_sidorder() 3672 cil_list_for_each(curr, catorder->cat_list_str) { in cil_gen_catorder() 3732 cil_list_for_each(curr, sensorder->sens_list_str) { in cil_gen_sensitivityorder() 5341 cil_list_for_each(curr_param, macro->params) { in cil_gen_macro()
|