HomeSort by relevance Sort by last modified time
    Searched refs:cil_cat (Results 1 - 13 of 13) 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 66 if (flavor == CIL_CAT) {
842 if (cil_verify_is_list(cats->datum_expr, CIL_CAT)) {
854 cil_list_init(&new, CIL_CAT);
857 struct cil_cat *cat = curr->data;
896 struct cil_cat *cat = (struct cil_cat *)curr->data;
905 struct cil_cat *cat = alias->actual;
912 struct cil_cat *cat = (struct cil_cat *)datum;
933 struct cil_cat *c1 = (struct cil_cat *)d1
    [all...]
cil_verify.c 183 if (expr_flavor != CIL_CAT && expr_flavor != CIL_PERMISSIONX) {
389 } else if (node->flavor == CIL_CAT) {
390 struct cil_cat *cat = node->data;
441 int __cil_is_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
446 struct cil_cat *c = i->data;
456 int __cil_verify_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
481 struct cil_cat *cat = i->data;
    [all...]
cil_internal.h 643 struct cil_cat { struct
1006 void cil_cat_init(struct cil_cat **cat);
cil.c 638 case CIL_CAT:
824 case CIL_CAT:
991 case CIL_CAT:
1228 struct cil_cat* cat;
    [all...]
cil_reset_ast.c 216 static void cil_reset_cat(struct cil_cat *cat)
468 case CIL_CAT:
cil_build_ast.h 152 void cil_destroy_category(struct cil_cat *cat);
cil_copy_ast.c 880 struct cil_cat *orig = data;
886 struct cil_cat *new;
    [all...]
cil_resolve_ast.c 1181 } else if (item->flavor == CIL_CAT) {
1182 struct cil_cat *cat = item->data;
    [all...]
cil_binary.c 796 struct cil_cat *cil_cat = NULL; local
800 cil_cat = curr_cat->data;
804 key = cil_strdup(cil_cat->datum.fqn);
    [all...]
cil_policy.c 382 fprintf(file_arr[CATS], " %s", ((struct cil_cat*)curr_catalias->data)->datum.name);
    [all...]
cil_tree.c 1156 case CIL_CAT: {
1157 struct cil_cat *cat = node->data;
    [all...]
cil_build_ast.c     [all...]

Completed in 51 milliseconds