Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dregex_h.c60 MACRO(REG_BADBR); in regex_h()
/bionic/libc/include/
Dregex.h81 #define REG_BADBR 10 macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregerror.c146 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
Dregcomp.c519 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
529 SETERROR(REG_BADBR); in p_ere_exp()
714 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
724 SETERROR(REG_BADBR); in p_simp_re()
750 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()