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

  /external/selinux/libsepol/cil/src/
cil_verify.h 69 int __cil_verify_senscat(struct cil_sens *sens, struct cil_cat *cat);
cil_post.c 146 if (flavor == CIL_CAT) {
1093 if (cil_verify_is_list(cats->datum_expr, CIL_CAT)) {
1105 cil_list_init(&new, CIL_CAT);
1108 struct cil_cat *cat = curr->data;
1141 struct cil_cat *cat = (struct cil_cat *)curr->data;
1150 struct cil_cat *cat = alias->actual;
1157 struct cil_cat *cat = (struct cil_cat *)datum;
1178 struct cil_cat *c1 = (struct cil_cat *)d1
    [all...]
cil_verify.c 189 if (expr_flavor != CIL_CAT && expr_flavor != CIL_PERMISSIONX) {
395 } else if (node->flavor == CIL_CAT) {
396 struct cil_cat *cat = node->data;
447 int __cil_is_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
452 struct cil_cat *c = i->data;
462 int __cil_verify_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
487 struct cil_cat *cat = i->data;
    [all...]
cil_internal.h 669 struct cil_cat { struct
1055 void cil_cat_init(struct cil_cat **cat);
cil.c 660 case CIL_CAT:
855 case CIL_CAT:
1024 case CIL_CAT:
    [all...]
cil_reset_ast.c 217 static void cil_reset_cat(struct cil_cat *cat)
482 case CIL_CAT:
cil_build_ast.h 154 void cil_destroy_category(struct cil_cat *cat);
cil_write_ast.c 875 struct cil_cat *cat = (struct cil_cat *)node->data;
    [all...]
cil_copy_ast.c 903 struct cil_cat *orig = data;
909 struct cil_cat *new;
    [all...]
cil_resolve_ast.c     [all...]
cil_binary.c 807 struct cil_cat *cil_cat = NULL; local
811 cil_cat = curr_cat->data;
815 key = cil_strdup(cil_cat->datum.fqn);
    [all...]
cil_tree.c 1253 case CIL_CAT: {
1254 struct cil_cat *cat = node->data;
    [all...]
cil_policy.c 198 struct cil_cat *first = NULL, *last = NULL, *cat;
    [all...]
cil_build_ast.c     [all...]

Completed in 85 milliseconds