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

  /external/selinux/libsepol/cil/src/
cil_find.c 54 return CIL_TRUE;
60 return CIL_TRUE;
66 return CIL_TRUE;
153 if (&p1->datum == &p2->datum) return CIL_TRUE;
169 if (rc == CIL_TRUE) return CIL_TRUE;
175 if (rc == CIL_TRUE) return CIL_TRUE;
182 if (rc == CIL_TRUE) return CIL_TRUE;
    [all...]
cil_verify.c 448 return CIL_TRUE;
458 if (__cil_is_cat_in_cats(cat, cats) != CIL_TRUE) {
484 if (__cil_is_cat_in_cats(cat, j->data) == CIL_TRUE) {
485 ok = CIL_TRUE;
490 if (ok != CIL_TRUE) {
508 found = CIL_TRUE;
511 if ((found == CIL_TRUE) && (curr->data == high)) {
516 if (found != CIL_TRUE || curr == NULL) {
777 found = CIL_TRUE;
786 if (found == CIL_TRUE) {
    [all...]
cil_list.c 256 return CIL_TRUE;
271 return CIL_TRUE;
cil_binary.c 1166 int add = CIL_TRUE;
1193 if (add == CIL_TRUE) {
    [all...]
cil_resolve_ast.c 270 attr->used = CIL_TRUE;
1169 if (sid->ordered == CIL_TRUE) {
1173 sid->ordered = CIL_TRUE;
1176 if (class->ordered == CIL_TRUE) {
1180 class->ordered = CIL_TRUE;
1183 if (cat->ordered == CIL_TRUE) {
1187 cat->ordered = CIL_TRUE;
1190 if (sens->ordered == CIL_TRUE) {
1194 sens->ordered = CIL_TRUE;
    [all...]
cil_post.c 76 return CIL_TRUE;
334 if (blk->is_abstract == CIL_TRUE) {
436 if (blk->is_abstract == CIL_TRUE) {
838 if (cats->evaluated == CIL_TRUE) {
873 cats->evaluated = CIL_TRUE;
1197 if (blk->is_abstract == CIL_TRUE) {
1297 if (blk->is_abstract == CIL_TRUE) {
    [all...]
cil_build_ast.c 619 cil_list_destroy(&cp->perm_strs, CIL_TRUE);
685 cil_list_destroy(cp_list, CIL_TRUE);
1352 cil_list_destroy(&attrset->str_expr, CIL_TRUE);
    [all...]
cil.c 313 cil_list_destroy(&(*db)->names, CIL_TRUE);
    [all...]
cil_internal.h 851 #define CIL_TRUE 1
cil_policy.c 859 case CIL_TRUE:
    [all...]

Completed in 50 milliseconds