Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h93 char *CIL_KEY_NEQ; variable
Dcil.c100 CIL_KEY_NEQ = cil_strpool_add("neq"); in cil_init_keys()
1126 return CIL_KEY_NEQ; in cil_node_to_string()
Dcil_tree.c303 op_str = CIL_KEY_NEQ; in cil_expr_to_string()
Dcil_policy.c698 op_str = CIL_KEY_NEQ; in cil_expr_to_string()
Dcil_build_ast.c2531 else if (op == CIL_KEY_NEQ) return CIL_NEQ; /* Only conditional */ in __cil_get_expr_operator_flavor()
2636 else if (op == CIL_KEY_NEQ) return CIL_NEQ; in __cil_get_constraint_operator_flavor()