Home
last modified time | relevance | path

Searched refs:DUPMAX (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dutils.h65 #define DUPMAX _POSIX2_RE_DUP_MAX /* xxx is this right? */ macro
66 #define INFINITY (DUPMAX + 1)
Dregcomp.c1085 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count()
1090 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()