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

/freebsd-current/contrib/nvi/regex/
H A Dregex.h81 #define REG_BADBR 10 macro
H A Dregerror.c74 = #define REG_BADBR 10
98 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregcomp.c456 (void)REQUIRE(count <= count2, REG_BADBR);
466 SETERROR(REG_BADBR);
643 (void)REQUIRE(count <= count2, REG_BADBR);
653 SETERROR(REG_BADBR);
675 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/freebsd-current/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);
593 SETERROR(REG_BADBR);
754 REQUIRE(count <= count2, REG_BADBR);
764 SETERROR(REG_BADBR);
786 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/freebsd-current/include/
H A Dregex.h84 #define REG_BADBR 10 macro
/freebsd-current/lib/libc/regex/
H A Dregerror.c67 = #define REG_BADBR 10
92 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
H A Dregcomp.c601 (void)REQUIRE(count <= count2, REG_BADBR);
611 SETERROR(REG_BADBR);
978 (void)REQUIRE(count <= count2, REG_BADBR);
988 SETERROR(REG_BADBR);
1011 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);

Completed in 186 milliseconds