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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 100 CIL_NODECON,
cil_reset_ast.c 298 static void cil_reset_nodecon(struct cil_nodecon *nodecon)
495 case CIL_NODECON:
cil_post.c 197 struct cil_nodecon *anodecon;
198 struct cil_nodecon *bnodecon;
199 anodecon = *(struct cil_nodecon**)a;
200 bnodecon = *(struct cil_nodecon**)b;
398 case CIL_NODECON:
524 case CIL_NODECON: {
    [all...]
cil.c 718 case CIL_NODECON:
1081 case CIL_NODECON:
    [all...]
cil_verify.c 1065 struct cil_nodecon *nodecon = node->data;
    [all...]
cil_copy_ast.c 1153 struct cil_nodecon *orig = data;
1154 struct cil_nodecon *new = NULL;
    [all...]
cil_tree.c     [all...]
cil_resolve_ast.c     [all...]
cil_build_ast.c     [all...]

Completed in 82 milliseconds