/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | regex.h | 45 #define REG_BADBR 10 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | regex.h | 45 #define REG_BADBR 10 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | regex.h | 45 #define REG_BADBR 10 macro
|
/third_party/musl/include/ |
H A D | regex.h | 45 #define REG_BADBR 10 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
H A D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
H A 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
H A D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
H A 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()
|
/third_party/musl/libc-test/src/api/ |
H A D | regex.c | 33 C(REG_BADBR) in f()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.h | 79 REG_BADBR, /* invalid repeat counts in {} */ enumerator
|
H A D | pcre2posix.c | 105 REG_BADBR, /* numbers out of order in {} quantifier */ 107 REG_BADBR, /* number too big in {} quantifier */
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 516 pub const REG_BADBR: ::c_int = 10; consts
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 1023 return REG_BADBR; in tre_parse()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 1024 return REG_BADBR; in tre_parse()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 1023 return REG_BADBR; in tre_parse()
|
/third_party/musl/src/regex/ |
H A D | regcomp.c | 1023 return REG_BADBR; in tre_parse()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1476 pub const REG_BADBR: ::c_int = 10; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1642 pub const REG_BADBR: ::c_int = 10; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3450 pub const REG_BADBR: ::c_int = 10; consts
|