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

  /external/selinux/libsepol/cil/src/
cil_verify.c 447 return CIL_TRUE;
457 if (__cil_is_cat_in_cats(cat, cats) != CIL_TRUE) {
483 if (__cil_is_cat_in_cats(cat, j->data) == CIL_TRUE) {
484 ok = CIL_TRUE;
489 if (ok != CIL_TRUE) {
507 found = CIL_TRUE;
510 if ((found == CIL_TRUE) && (curr->data == high)) {
515 if (found != CIL_TRUE || curr == NULL) {
773 found = CIL_TRUE;
782 if (found == CIL_TRUE) {
    [all...]
cil_binary.c 1192 int add = CIL_TRUE;
1219 if (add == CIL_TRUE) {
    [all...]
cil_post.c 76 return CIL_TRUE;
334 if (blk->is_abstract == CIL_TRUE) {
411 if (blk->is_abstract == CIL_TRUE) {
693 if (cats->evaluated == CIL_TRUE) {
728 cats->evaluated = CIL_TRUE;
1003 if (blk->is_abstract == CIL_TRUE) {
1079 if (blk->is_abstract == CIL_TRUE) {
1171 if (blk->is_abstract == CIL_TRUE) {
    [all...]
cil_resolve_ast.c 268 attr->used = CIL_TRUE;
1101 if (sid->ordered == CIL_TRUE) {
1105 sid->ordered = CIL_TRUE;
1108 if (class->ordered == CIL_TRUE) {
1112 class->ordered = CIL_TRUE;
1115 if (cat->ordered == CIL_TRUE) {
1119 cat->ordered = CIL_TRUE;
1122 if (sens->ordered == CIL_TRUE) {
1126 sens->ordered = CIL_TRUE;
    [all...]
cil_build_ast.c 596 cil_list_destroy(&cp->perm_strs, CIL_TRUE);
662 cil_list_destroy(cp_list, CIL_TRUE);
    [all...]
cil.c 301 cil_list_destroy(&(*db)->names, CIL_TRUE);
    [all...]
cil_internal.h 807 #define CIL_TRUE 1
cil_policy.c 859 case CIL_TRUE:
    [all...]

Completed in 47 milliseconds