Searched refs:REG_ERANGE (Results 1 – 5 of 5) sorted by relevance
199 case REG_ERANGE: in compile()
323 REG_ERANGE, /* Invalid range end. */ enumerator
2556 return REG_ERANGE; in build_range_exp()2588 return REG_ERANGE; in build_range_exp()2644 return REG_ERANGE; in build_range_exp()2818 return REG_ERANGE; in parse_bracket_exp()2826 return REG_ERANGE; in parse_bracket_exp()3264 return REG_ERANGE; in parse_bracket_element()
2765 FREE_STACK_RETURN (REG_ERANGE); in PREFIX()3176 FREE_STACK_RETURN (REG_ERANGE); in PREFIX()4416 return REG_ERANGE; in wcs_compile_range()4443 && (start_val > end_val))? REG_ERANGE : REG_NOERROR; in wcs_compile_range()4460 && (range_start > range_end))? REG_ERANGE : REG_NOERROR; in wcs_compile_range()4506 return REG_ERANGE; in byte_compile_range()4513 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR; in byte_compile_range()
514 {REG_ERANGE, "ERANGE"},
Completed in 22 milliseconds