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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 181 CIL_CATSET,
cil_reset_ast.c 236 static void cil_reset_catset(struct cil_catset *catset)
488 case CIL_CATSET:
cil_post.c 149 if (n->flavor == CIL_CATSET) {
1133 if (node->flavor == CIL_CATSET) {
1134 struct cil_catset *catset = (struct cil_catset *)datum;
1182 if (n1->flavor == CIL_CATSET || n2->flavor == CIL_CATSET) {
    [all...]
cil.c 664 case CIL_CATSET:
857 case CIL_CATSET:
1027 case CIL_CATSET:
    [all...]
cil_resolve_ast.c     [all...]
cil_tree.c 1272 case CIL_CATSET: {
1273 struct cil_catset *catset = node->data;
    [all...]
cil_write_ast.c     [all...]
cil_copy_ast.c 928 struct cil_catset *orig = data;
929 struct cil_catset *new = NULL;
    [all...]
cil_build_ast.c     [all...]
cil_binary.c     [all...]

Completed in 392 milliseconds