Home
last modified time | relevance | path

Searched refs:REG_BADBR (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDregex_impl.h75 #define REG_BADBR 10 macro
HDregerror.c68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
HDregcomp.c583 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
593 SETERROR(REG_BADBR); in p_ere_exp()
754 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
764 SETERROR(REG_BADBR); in p_simp_re()
786 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
/freebsd-14-stable/contrib/nvi/regex/
HDregex.h81 #define REG_BADBR 10 macro
HDregerror.c98 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
HDregcomp.c456 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
466 SETERROR(REG_BADBR); in p_ere_exp()
643 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
653 SETERROR(REG_BADBR); in p_simp_re()
675 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
/freebsd-14-stable/include/
HDregex.h86 #define REG_BADBR 10 macro
/freebsd-14-stable/lib/libc/regex/
HDregerror.c97 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
HDregcomp.c591 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
601 SETERROR(REG_BADBR); in p_ere_exp()
965 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
975 SETERROR(REG_BADBR); in p_simp_re()
998 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()