Home
last modified time | relevance | path

Searched refs:RE_NO_EMPTY_RANGES (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dregex.h130 # define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
134 # define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
191 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
227 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_old.c4442 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()
4459 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()
4513 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR; in byte_compile_range()
A Dregcomp.c2825 if (BE ((syntax & RE_NO_EMPTY_RANGES) && start_collseq > end_collseq, 0)) in parse_bracket_exp()

Completed in 18 milliseconds