Searched refs:REG_BADBR (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | regex_impl.h | 75 #define REG_BADBR 10 macro
|
| HD | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
| HD | 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-14-stable/contrib/nvi/regex/ |
| HD | regex.h | 81 #define REG_BADBR 10 macro
|
| HD | regerror.c | 98 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
| HD | 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-14-stable/include/ |
| HD | regex.h | 86 #define REG_BADBR 10 macro
|
| /freebsd-14-stable/lib/libc/regex/ |
| HD | regerror.c | 97 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
|
| HD | regcomp.c | 591 (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()
|