Searched refs:DUPMAX (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/regex/
H A Dutils.h38 #define DUPMAX _POSIX2_RE_DUP_MAX /* xxx is this right? */ macro
39 #define INFINITY (DUPMAX + 1)
H A Dregcomp.c842 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) {
847 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/freebsd-11-stable/contrib/nvi/regex/
H A Dutils.h39 #define DUPMAX _POSIX2_RE_DUP_MAX /* xxx is this right? */ macro
40 #define INFINITY (DUPMAX + 1)
H A Dregcomp.c670 while (MORE() && ISDIGIT((UCHAR_T)PEEK()) && count <= DUPMAX) {
675 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c277 #define DUPMAX _POSIX2_RE_DUP_MAX macro
279 #define DUPMAX 255 macro
281 #define INFINITY (DUPMAX + 1)
781 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) {
786 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);

Completed in 178 milliseconds