Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h114 char *CIL_KEY_RANGE; variable
Dcil.c121 CIL_KEY_RANGE = cil_strpool_add("range"); in cil_init_keys()
1114 return CIL_KEY_RANGE; in cil_node_to_string()
Dcil_tree.c309 op_str = CIL_KEY_RANGE; in cil_expr_to_string()
Dcil_binary.c1855 cil_asprintf(out, "%s %s %s", CIL_KEY_RANGE, s1, s2); in __cil_expr_to_string()
Dcil_build_ast.c2534 else if (op == CIL_KEY_RANGE) return CIL_RANGE; /* Only catset and permissionx */ in __cil_get_expr_operator_flavor()