Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h75 #define REG_BADBR 10 macro
H A Dregerror.c68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregcomp.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/contrib/nvi/regex/
H A Dregex.h81 #define REG_BADBR 10 macro
H A Dregerror.c98 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregcomp.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/include/
H A Dregex.h84 #define REG_BADBR 10 macro
/freebsd/lib/libc/regex/
H A Dregerror.c92 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
H A Dregcomp.c601 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
611 SETERROR(REG_BADBR); in p_ere_exp()
978 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
988 SETERROR(REG_BADBR); in p_simp_re()
1011 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()