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

  /external/selinux/libsepol/cil/src/
cil_internal.h 660 struct cil_cats { struct
668 struct cil_cats *cats;
677 struct cil_cats *cats;
684 struct cil_cats *cats;
997 void cil_cats_init(struct cil_cats **cats);
cil_verify.c 447 int __cil_is_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
462 int __cil_verify_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
472 int __cil_verify_cats_associated_with_sens(struct cil_sens *sens, struct cil_cats *cats)
535 int __cil_verify_levelrange_cats(struct cil_cats *low, struct cil_cats *high)
    [all...]
cil_build_ast.h 221 int cil_fill_cats(struct cil_tree_node *curr, struct cil_cats **cats);
222 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     [all...]
cil_copy_ast.c 896 void cil_copy_cats(struct cil_db *db, struct cil_cats *orig, struct cil_cats **new)
    [all...]
cil_write_ast.c 264 static int cil_unfill_cats(struct cil_cats *cats, char **out_str) {
    [all...]
cil_binary.c     [all...]
cil_tree.c 534 void cil_tree_print_cats(struct cil_cats *cats)
    [all...]
cil_policy.c 195 static void cil_cats_to_policy(FILE *out, struct cil_cats *cats)
    [all...]
cil_post.c 834 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 3651 milliseconds