Home
last modified time | relevance | path

Searched refs:CIL_KEY_CONS_INCOMP (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_internal.h97 extern char *CIL_KEY_CONS_INCOMP;
Dcil.c100 char *CIL_KEY_CONS_INCOMP; variable
265 CIL_KEY_CONS_INCOMP = cil_strpool_add("incomp"); in cil_init_keys()
1335 return CIL_KEY_CONS_INCOMP; in cil_node_to_string()
Dcil_write_ast.c122 op_str = CIL_KEY_CONS_INCOMP; in __cil_unfill_expr_helper()
Dcil_tree.c404 op_str = CIL_KEY_CONS_INCOMP; in cil_expr_to_string()
Dcil_build_ast.c2649 else if (op == CIL_KEY_CONS_INCOMP) return CIL_CONS_INCOMP; in __cil_get_constraint_operator_flavor()