Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dregex.h84 #define REG_BADBR 10 macro
Dregerror.c63 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
Dregcomp.c411 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
421 SETERROR(REG_BADBR); in p_ere_exp()
582 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
592 SETERROR(REG_BADBR); in p_simp_re()
614 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h414 #define REG_BADBR _REG_BADBR macro
Dregcomp.c2487 *err = REG_BADBR; /* <re>{} is invalid. */ in parse_dup_op()
2506 *err = REG_BADBR; in parse_dup_op()
2523 *err = REG_BADBR; in parse_dup_op()