Lines Matching defs:high
379 CIL_KEY_HIGH = cil_strpool_add("high");
380 CIL_KEY_LOW_HIGH = cil_strpool_add("low-high");
1515 static int cil_level_equals(struct cil_level *low, struct cil_level *high)
1521 if (strcmp(low->sens->datum.fqn, high->sens->datum.fqn)) {
1534 rc = cil_cats_to_ebitmap(high->cats, &ehigh);
1683 str_len += __cil_level_strlen(range->low) + __cil_level_strlen(range->high) + 2;
1708 buf_pos = __cil_level_to_string(range->high, str_tmp);
1748 if (cil_level_equals(range->low, range->high)) {
1751 str_len += __cil_level_strlen(range->low) + __cil_level_strlen(range->high) + 2;
1821 if (!cil_level_equals(range->low, range->high)) {
1824 buf_pos = __cil_level_to_string(range->high, str_tmp);
2153 (*range)->high = NULL;