Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_internal.h120 extern char *CIL_KEY_RANGE;
Dcil.c103 char *CIL_KEY_RANGE; variable
272 CIL_KEY_RANGE = cil_strpool_add("range"); in cil_init_keys()
1371 return CIL_KEY_RANGE; in cil_node_to_string()
Dcil_verify.c78 if ((name == CIL_KEY_ALL) || (name == CIL_KEY_RANGE)) in __cil_is_reserved_name()
Dcil_write_ast.c110 op_str = CIL_KEY_RANGE; in write_expr()
Dcil_binary.c1985 cil_asprintf(out, "%s %s %s", CIL_KEY_RANGE, s1, s2); in __cil_expr_to_string()
Dcil_build_ast.c2599 else if (op == CIL_KEY_RANGE) return CIL_RANGE; /* Only catset and permissionx */ in __cil_get_expr_operator_flavor()