Home
last modified time | relevance | path

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

12

/third_party/pcre2/pcre2/src/
Dpcre2posix.c117 REG_EPAREN, /* missing ) */
122 REG_EPAREN, /* missing ) after (?# comment */
127 REG_EPAREN, /* unmatched closing parenthesis */
Dpcre2posix.h88 REG_EPAREN, /* unbalanced () */ enumerator
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h43 #define REG_EPAREN 8 macro
/third_party/musl/ndk_musl_include/
Dregex.h43 #define REG_EPAREN 8 macro
/third_party/musl/include/
Dregex.h43 #define REG_EPAREN 8 macro
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h43 #define REG_EPAREN 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h43 #define REG_EPAREN 8 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h73 #define REG_EPAREN 8 macro
Dregerror.c66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
Dregcomp.c452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
465 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
476 SETERROR(REG_EPAREN); in p_ere_exp()
706 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
710 SETERROR(REG_EPAREN); in p_simp_re()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h73 #define REG_EPAREN 8 macro
Dregerror.c66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
Dregcomp.c324 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
337 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
348 SETERROR(REG_EPAREN); in p_ere_exp()
578 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
582 SETERROR(REG_EPAREN); in p_simp_re()
/third_party/musl/libc-test/src/api/
Dregex.c31 C(REG_EPAREN) in f()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt709 REG_EPAREN
Dnetbsd.txt860 REG_EPAREN
Ddragonfly.txt813 REG_EPAREN
Dfreebsd.txt1014 REG_EPAREN
Dapple.txt1141 REG_EPAREN
Dlinux.txt1917 REG_EPAREN
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs514 pub const REG_EPAREN: ::c_int = 8; constant
/third_party/musl/src/regex/
Dregcomp.c1062 if (!depth) return REG_EPAREN; in tre_parse()
1075 return REG_EPAREN; in tre_parse()
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c1062 if (!depth) return REG_EPAREN; in tre_parse()
1075 return REG_EPAREN; in tre_parse()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c1063 if (!depth) return REG_EPAREN; in tre_parse()
1076 return REG_EPAREN; in tre_parse()
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c1062 if (!depth) return REG_EPAREN; in tre_parse()
1075 return REG_EPAREN; in tre_parse()

12