Searched refs:CIL_KEY_RANGE (Results 1 – 6 of 6) sorted by relevance
117 extern char *CIL_KEY_RANGE;
120 char *CIL_KEY_RANGE; variable285 CIL_KEY_RANGE = cil_strpool_add("range"); in cil_init_keys()1317 return CIL_KEY_RANGE; in cil_node_to_string()
110 op_str = CIL_KEY_RANGE; in __cil_unfill_expr_helper()
395 op_str = CIL_KEY_RANGE; in cil_expr_to_string()
2000 cil_asprintf(out, "%s %s %s", CIL_KEY_RANGE, s1, s2); in __cil_expr_to_string()
2543 else if (op == CIL_KEY_RANGE) return CIL_RANGE; /* Only catset and permissionx */ in __cil_get_expr_operator_flavor()