Home
last modified time | relevance | path

Searched refs:REG_EESCAPE (Results 1 - 21 of 21) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c102 REG_EESCAPE, /* \ at end of pattern */
103 REG_EESCAPE, /* \c at end of pattern */
104 REG_EESCAPE, /* unrecognized character follows \ */
134 37, REG_EESCAPE, /* PCRE2 does not support \L, \l, \N{name}, \U, or \u */
137 99, REG_EESCAPE /* \K in lookaround */
H A Dpcre2posix.h86 REG_EESCAPE, /* bad escape sequence */ enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h40 #define REG_EESCAPE 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h40 #define REG_EESCAPE 5 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h40 #define REG_EESCAPE 5 macro
/third_party/musl/include/
H A Dregex.h40 #define REG_EESCAPE 5 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h70 #define REG_EESCAPE 5 macro
H A Dregerror.c63 { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" },
H A Dregcomp.c380 REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() local
548 REQUIRE(MORE(), REG_EESCAPE); in p_simp_re() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h70 #define REG_EESCAPE 5 macro
H A Dregerror.c63 { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" },
H A Dregcomp.c508 REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() local
676 REQUIRE(MORE(), REG_EESCAPE); in p_simp_re() local
/third_party/musl/libc-test/src/api/
H A Dregex.c28 C(REG_EESCAPE) in f()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs511 pub const REG_EESCAPE: ::c_int = 5; consts
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c813 return REG_EESCAPE; in parse_atom()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c813 return REG_EESCAPE; in parse_atom()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c813 return REG_EESCAPE; in parse_atom()
/third_party/musl/src/regex/
H A Dregcomp.c813 return REG_EESCAPE; in parse_atom()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1471 pub const REG_EESCAPE: ::c_int = 5; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1637 pub const REG_EESCAPE: ::c_int = 5; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3445 pub const REG_EESCAPE: ::c_int = 5; consts

Completed in 50 milliseconds