Home
last modified time | relevance | path

Searched refs:CIL_KEY_OR (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_internal.h91 char *CIL_KEY_OR; variable
Dcil.c97 CIL_KEY_OR = cil_strpool_add("or"); in cil_init_keys()
1141 return CIL_KEY_OR; in cil_node_to_string()
Dcil_write_ast.c95 op_str = CIL_KEY_OR; in __cil_unfill_expr_helper()
Dcil_tree.c377 op_str = CIL_KEY_OR; in cil_expr_to_string()
Dcil_build_ast.c2503 else if (op == CIL_KEY_OR) return CIL_OR; in __cil_get_expr_operator_flavor()
2609 else if (op == CIL_KEY_OR) return CIL_OR; in __cil_get_constraint_operator_flavor()
Dcil_binary.c2055 opstr = CIL_KEY_OR; in __cil_expr_to_string()