Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h45 #define REG_BADBR 10 macro
/third_party/musl/ndk_musl_include/
Dregex.h45 #define REG_BADBR 10 macro
/third_party/musl/include/
Dregex.h45 #define REG_BADBR 10 macro
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h45 #define REG_BADBR 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h45 #define REG_BADBR 10 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h75 #define REG_BADBR 10 macro
Dregerror.c68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
Dregcomp.c583 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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h75 #define REG_BADBR 10 macro
Dregerror.c68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
Dregcomp.c455 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/musl/libc-test/src/api/
Dregex.c33 C(REG_BADBR) in f()
/third_party/pcre2/pcre2/src/
Dpcre2posix.h79 REG_BADBR, /* invalid repeat counts in {} */ enumerator
Dpcre2posix.c105 REG_BADBR, /* numbers out of order in {} quantifier */
107 REG_BADBR, /* number too big in {} quantifier */
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt698 REG_BADBR
Dnetbsd.txt848 REG_BADBR
Ddragonfly.txt801 REG_BADBR
Dfreebsd.txt1002 REG_BADBR
Dapple.txt1130 REG_BADBR
Dlinux.txt1908 REG_BADBR
Dandroid.txt1850 REG_BADBR
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs516 pub const REG_BADBR: ::c_int = 10; constant
/third_party/musl/src/regex/
Dregcomp.c1023 return REG_BADBR; in tre_parse()
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c1023 return REG_BADBR; in tre_parse()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c1024 return REG_BADBR; in tre_parse()

12