Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h93 extern char *CIL_KEY_EQ;
Dcil.c96 char *CIL_KEY_EQ; variable
261 CIL_KEY_EQ = cil_strpool_add("eq"); in cil_init_keys()
1327 return CIL_KEY_EQ; in cil_node_to_string()
Dcil_write_ast.c104 op_str = CIL_KEY_EQ; in __cil_unfill_expr_helper()
Dcil_tree.c386 op_str = CIL_KEY_EQ; in cil_expr_to_string()
Dcil_build_ast.c2539 else if (op == CIL_KEY_EQ) return CIL_EQ; /* Only conditional */ in __cil_get_expr_operator_flavor()
2645 else if (op == CIL_KEY_EQ) return CIL_EQ; in __cil_get_constraint_operator_flavor()