Home
last modified time | relevance | path

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

/bionic/libc/include/
Dregex.h80 #define REG_BADBR 10 macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregerror.c146 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
Dregcomp.c518 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
528 SETERROR(REG_BADBR); in p_ere_exp()
711 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
721 SETERROR(REG_BADBR); in p_simp_re()
747 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()