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) {
697 if (cil_verify_is_list(cats->datum_expr, CIL_CAT)) {
709 cil_list_init(&new, CIL_CAT);
712 struct cil_cat *cat = curr->data;
751 struct cil_cat *cat = (struct cil_cat *)curr->data;
760 struct cil_cat *cat = alias->actual;
767 struct cil_cat *cat = (struct cil_cat *)datum;
788 struct cil_cat *c1 = (struct cil_cat *)d1
    [all...]
cil_verify.c 182 if (expr_flavor != CIL_CAT) {
388 } else if (node->flavor == CIL_CAT) {
389 struct cil_cat *cat = node->data;
440 int __cil_is_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
445 struct cil_cat *c = i->data;
455 int __cil_verify_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
480 struct cil_cat *cat = i->data;
    [all...]
cil_internal.h 599 struct cil_cat { struct
961 void cil_cat_init(struct cil_cat **cat);
cil.c 619 case CIL_CAT:
800 case CIL_CAT:
960 case CIL_CAT:
1181 struct cil_cat* cat;
1195 cat = (struct cil_cat*)j->data;
1202 cat = (struct cil_cat*)i->data;
    [all...]
cil_reset_ast.c 191 static void cil_reset_cat(struct cil_cat *cat)
437 case CIL_CAT:
cil_build_ast.h 145 void cil_destroy_category(struct cil_cat *cat);
cil_copy_ast.c 801 struct cil_cat *orig = data;
807 struct cil_cat *new;
    [all...]
cil_binary.c 822 struct cil_cat *cil_cat = NULL; local
826 cil_cat = curr_cat->data;
830 key = cil_strdup(cil_cat->datum.fqn);
    [all...]
cil_resolve_ast.c 1113 } else if (item->flavor == CIL_CAT) {
1114 struct cil_cat *cat = item->data;
    [all...]
cil_policy.c 382 fprintf(file_arr[CATS], " %s", ((struct cil_cat*)curr_catalias->data)->datum.name);
    [all...]
cil_tree.c 1138 case CIL_CAT: {
1139 struct cil_cat *cat = node->data;
    [all...]
cil_build_ast.c     [all...]

Completed in 77 milliseconds