Searched refs:REG_ECTYPE (Results 1 – 25 of 28) sorted by relevance
12
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 39 #define REG_ECTYPE 4 macro
|
/third_party/musl/include/ |
D | regex.h | 39 #define REG_ECTYPE 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 39 #define REG_ECTYPE 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 39 #define REG_ECTYPE 4 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 69 #define REG_ECTYPE 4 macro
|
D | regerror.c | 62 { REG_ECTYPE, "REG_ECTYPE", "invalid character class" },
|
D | regcomp.c | 773 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/ |
D | regex_impl.h | 69 #define REG_ECTYPE 4 macro
|
D | regerror.c | 62 { REG_ECTYPE, "REG_ECTYPE", "invalid character class" },
|
D | regcomp.c | 901 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/ |
D | regex.c | 27 C(REG_ECTYPE) in f()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 85 REG_ECTYPE, /* bad class */ enumerator
|
D | pcre2posix.c | 109 REG_ECTYPE, /* invalid escape sequence in character class */ 132 30, REG_ECTYPE, /* unknown POSIX class name */
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 706 REG_ECTYPE
|
D | dragonfly.txt | 809 REG_ECTYPE
|
D | netbsd.txt | 856 REG_ECTYPE
|
D | freebsd.txt | 1010 REG_ECTYPE
|
D | apple.txt | 1138 REG_ECTYPE
|
D | linux.txt | 1914 REG_ECTYPE
|
D | android.txt | 1858 REG_ECTYPE
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 510 pub const REG_ECTYPE: ::c_int = 4; constant
|
/third_party/musl/src/regex/ |
D | regcomp.c | 567 return REG_ECTYPE; in parse_bracket_terms()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regcomp.c | 567 return REG_ECTYPE; in parse_bracket_terms()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 567 return REG_ECTYPE; in parse_bracket_terms()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regcomp.c | 567 return REG_ECTYPE; in parse_bracket_terms()
|
12