Lines Matching refs:drange
1609 blrange_t drange; in _check_label() local
1611 drange.lower_bound = blabel_alloc(); in _check_label()
1614 bsllow(drange.lower_bound); in _check_label()
1615 } else if (stobsl(lstr, drange.lower_bound, NO_CORRECTION, in _check_label()
1620 blabel_free(drange.lower_bound); in _check_label()
1623 drange.upper_bound = blabel_alloc(); in _check_label()
1626 bslhigh(drange.upper_bound); in _check_label()
1627 } else if (stobsl(lstr, drange.upper_bound, NO_CORRECTION, in _check_label()
1632 blabel_free(drange.lower_bound); in _check_label()
1633 blabel_free(drange.upper_bound); in _check_label()
1636 if (blinrange(zlabel, &drange) == 0) { in _check_label()
1640 (void) bsltos(drange.lower_bound, &min, 0, 0); in _check_label()
1641 (void) bsltos(drange.upper_bound, &max, 0, 0); in _check_label()
1647 blabel_free(drange.lower_bound); in _check_label()
1648 blabel_free(drange.upper_bound); in _check_label()