Searched refs:REG_BADBR (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
H A D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
H A D | regcomp.c | 583 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 D | regex.h | 81 #define REG_BADBR 10 macro
|
H A D | regerror.c | 98 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
H A D | regcomp.c | 456 (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 D | regex.h | 84 #define REG_BADBR 10 macro
|
/freebsd/lib/libc/regex/ |
H A D | regerror.c | 92 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
|
H A D | regcomp.c | 601 (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()
|