Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h39 #define REG_ECTYPE 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h39 #define REG_ECTYPE 4 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h39 #define REG_ECTYPE 4 macro
/third_party/musl/include/
H A Dregex.h39 #define REG_ECTYPE 4 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h69 #define REG_ECTYPE 4 macro
H A Dregerror.c62 { REG_ECTYPE, "REG_ECTYPE", "invalid character class" },
H A Dregcomp.c773 REQUIRE(c != '-' && c != ']', REG_ECTYPE); in p_b_term()
776 REQUIRE(EATTWO(':', ']'), REG_ECTYPE); in p_b_term()
827 SETERROR(REG_ECTYPE); in p_b_cclass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h69 #define REG_ECTYPE 4 macro
H A Dregerror.c62 { REG_ECTYPE, "REG_ECTYPE", "invalid character class" },
H A Dregcomp.c901 REQUIRE(c != '-' && c != ']', REG_ECTYPE); in p_b_term()
904 REQUIRE(EATTWO(':', ']'), REG_ECTYPE); in p_b_term()
955 SETERROR(REG_ECTYPE); in p_b_cclass()
/third_party/musl/libc-test/src/api/
H A Dregex.c27 C(REG_ECTYPE) in f()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h85 REG_ECTYPE, /* bad class */ enumerator
H A Dpcre2posix.c109 REG_ECTYPE, /* invalid escape sequence in character class */
132 30, REG_ECTYPE, /* unknown POSIX class name */
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs510 pub const REG_ECTYPE: ::c_int = 4; consts
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c567 return REG_ECTYPE; in parse_bracket_terms()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c567 return REG_ECTYPE; in parse_bracket_terms()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c567 return REG_ECTYPE; in parse_bracket_terms()
/third_party/musl/src/regex/
H A Dregcomp.c567 return REG_ECTYPE; in parse_bracket_terms()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1470 pub const REG_ECTYPE: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1636 pub const REG_ECTYPE: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3444 pub const REG_ECTYPE: ::c_int = 4; consts

Completed in 51 milliseconds