/external/libcups/vcnet/regex/ |
D | regex.h | 45 #define REG_BADBR 10 macro
|
D | regerror.c | 48 REG_BADBR, "REG_BADBR", "invalid repetition count(s)",
|
D | regcomp.c | 356 REQUIRE(count <= count2, REG_BADBR); 366 SETERROR(REG_BADBR); 534 REQUIRE(count <= count2, REG_BADBR); 544 SETERROR(REG_BADBR); 568 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
D | 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()
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
D | regcomp.c | 455 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() 465 SETERROR(REG_BADBR); in p_ere_exp() 626 REQUIRE(count <= count2, REG_BADBR); in p_simp_re() 636 SETERROR(REG_BADBR); in p_simp_re() 658 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
D | regcomp.c | 455 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() 465 SETERROR(REG_BADBR); in p_ere_exp() 626 REQUIRE(count <= count2, REG_BADBR); in p_simp_re() 636 SETERROR(REG_BADBR); in p_simp_re() 658 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
|
/external/llvm-project/llvm/lib/Support/ |
D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
D | 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()
|
/external/pcre/dist2/src/ |
D | pcre2posix.h | 79 REG_BADBR, /* invalid repeat counts in {} */ enumerator
|
D | pcre2posix.c | 119 REG_BADBR, /* numbers out of order in {} quantifier */ 121 REG_BADBR, /* number too big in {} quantifier */
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 492 pub const REG_BADBR: ::c_int = 10; constant
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1303 pub const REG_BADBR: ::c_int = 10; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2721 pub const REG_BADBR: ::c_int = 10; constant
|