Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h116 char *CIL_KEY_RANGE; variable
Dcil.c122 CIL_KEY_RANGE = cil_strpool_add("range"); in cil_init_keys()
1153 return CIL_KEY_RANGE; in cil_node_to_string()
Dcil_write_ast.c110 op_str = CIL_KEY_RANGE; in __cil_unfill_expr_helper()
Dcil_tree.c395 op_str = CIL_KEY_RANGE; in cil_expr_to_string()
Dcil_binary.c2040 cil_asprintf(out, "%s %s %s", CIL_KEY_RANGE, s1, s2); in __cil_expr_to_string()
Dcil_build_ast.c2543 else if (op == CIL_KEY_RANGE) return CIL_RANGE; /* Only catset and permissionx */ in __cil_get_expr_operator_flavor()