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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 174 CIL_CATSET,
cil_post.c 69 if (n->flavor == CIL_CATSET) {
743 if (node->flavor == CIL_CATSET) {
744 struct cil_catset *catset = (struct cil_catset *)datum;
792 if (n1->flavor == CIL_CATSET || n2->flavor == CIL_CATSET) {
1180 case CIL_CATSET: {
1181 struct cil_catset *catset = node->data;
    [all...]
cil_reset_ast.c 210 static void cil_reset_catset(struct cil_catset *catset)
443 case CIL_CATSET:
cil.c 622 case CIL_CATSET:
801 case CIL_CATSET:
962 case CIL_CATSET:
1182 struct cil_catset *cs;
1192 if (node->flavor == CIL_CATSET) {
1193 cs = (struct cil_catset*)i->data;
    [all...]
cil_resolve_ast.c     [all...]
cil_tree.c 1153 case CIL_CATSET: {
1154 struct cil_catset *catset = node->data;
    [all...]
cil_build_ast.c     [all...]
cil_copy_ast.c 826 struct cil_catset *orig = data;
827 struct cil_catset *new = NULL;
    [all...]
cil_binary.c     [all...]

Completed in 44 milliseconds