Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_internal.h97 extern char *CIL_KEY_NEQ;
Dcil.c80 char *CIL_KEY_NEQ; variable
249 CIL_KEY_NEQ = cil_strpool_add("neq"); in cil_init_keys()
1383 return CIL_KEY_NEQ; in cil_node_to_string()
Dcil_verify.c56 if ((name == CIL_KEY_EQ) || (name == CIL_KEY_NEQ)) in __cil_is_reserved_name()
Dcil_write_ast.c104 op_str = CIL_KEY_NEQ; in write_expr()
Dcil_build_ast.c2596 else if (op == CIL_KEY_NEQ) return CIL_NEQ; /* Only conditional */ in __cil_get_expr_operator_flavor()
2690 else if (op == CIL_KEY_NEQ) return CIL_NEQ; in __cil_get_constraint_operator_flavor()