Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h46 #define REG_ERANGE 11 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h46 #define REG_ERANGE 11 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h46 #define REG_ERANGE 11 macro
/third_party/musl/include/
H A Dregex.h46 #define REG_ERANGE 11 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h76 #define REG_ERANGE 11 macro
H A Dregerror.c69 { REG_ERANGE, "REG_ERANGE", "invalid character range" },
H A Dregcomp.c760 SETERROR(REG_ERANGE); in p_b_term()
800 REQUIRE(start <= finish, REG_ERANGE); in p_b_term()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h76 #define REG_ERANGE 11 macro
H A Dregerror.c69 { REG_ERANGE, "REG_ERANGE", "invalid character range" },
H A Dregcomp.c888 SETERROR(REG_ERANGE); in p_b_term()
928 REQUIRE(start <= finish, REG_ERANGE); in p_b_term()
/third_party/musl/libc-test/src/api/
H A Dregex.c34 C(REG_ERANGE) in f()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h89 REG_ERANGE, /* bad range inside [] */ enumerator
H A Dpcre2posix.c110 REG_ERANGE, /* range out of order in character class */
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c551 return REG_ERANGE; in parse_bracket_terms()
581 return REG_ERANGE; in parse_bracket_terms()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c551 return REG_ERANGE; in parse_bracket_terms()
581 return REG_ERANGE; in parse_bracket_terms()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c551 return REG_ERANGE; in parse_bracket_terms()
581 return REG_ERANGE; in parse_bracket_terms()
/third_party/musl/src/regex/
H A Dregcomp.c551 return REG_ERANGE; in parse_bracket_terms()
581 return REG_ERANGE; in parse_bracket_terms()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs517 pub const REG_ERANGE: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1477 pub const REG_ERANGE: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1643 pub const REG_ERANGE: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3451 pub const REG_ERANGE: ::c_int = 11; consts

Completed in 51 milliseconds