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

  /external/selinux/libsepol/cil/src/
cil_internal.h 649 struct cil_cats { struct
657 struct cil_cats *cats;
666 struct cil_cats *cats;
673 struct cil_cats *cats;
980 void cil_cats_init(struct cil_cats **cats);
cil_verify.c 441 int __cil_is_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
456 int __cil_verify_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
466 int __cil_verify_cats_associated_with_sens(struct cil_sens *sens, struct cil_cats *cats)
529 int __cil_verify_levelrange_cats(struct cil_cats *low, struct cil_cats *high)
    [all...]
cil_build_ast.h 219 int cil_fill_cats(struct cil_tree_node *curr, struct cil_cats **cats);
220 void cil_destroy_cats(struct cil_cats *cats);
cil_reset_ast.c 221 static inline void cil_reset_cats(struct cil_cats *cats)
cil.c 1223 static int cil_cats_to_ebitmap(struct cil_cats *cats, struct ebitmap* cats_ebitmap)
    [all...]
cil_copy_ast.c 896 void cil_copy_cats(struct cil_db *db, struct cil_cats *orig, struct cil_cats **new)
    [all...]
cil_binary.c     [all...]
cil_policy.c 417 void cil_cats_to_policy(FILE **file_arr, uint32_t file_index, struct cil_cats *cats)
    [all...]
cil_tree.c 448 void cil_tree_print_cats(struct cil_cats *cats)
    [all...]
cil_post.c 831 static int __evaluate_cat_expression(struct cil_cats *cats, struct cil_db *db)
    [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c     [all...]

Completed in 927 milliseconds