Home
last modified time | relevance | path

Searched refs:REG_ECOLLATE (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h38 #define REG_ECOLLATE 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h38 #define REG_ECOLLATE 3 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h38 #define REG_ECOLLATE 3 macro
/third_party/musl/include/
H A Dregex.h38 #define REG_ECOLLATE 3 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h68 #define REG_ECOLLATE 3 macro
H A Dregerror.c61 { REG_ECOLLATE, "REG_ECOLLATE", "invalid collating element" },
H A Dregcomp.c782 REQUIRE(c != '-' && c != ']', REG_ECOLLATE); in p_b_term()
785 REQUIRE(EATTWO('=', ']'), REG_ECOLLATE); in p_b_term()
866 REQUIRE(EATTWO('.', ']'), REG_ECOLLATE); in p_b_symbol()
893 SETERROR(REG_ECOLLATE); /* neither */ in p_b_coll_elem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h68 #define REG_ECOLLATE 3 macro
H A Dregerror.c61 { REG_ECOLLATE, "REG_ECOLLATE", "invalid collating element" },
H A Dregcomp.c910 REQUIRE(c != '-' && c != ']', REG_ECOLLATE); in p_b_term()
913 REQUIRE(EATTWO('=', ']'), REG_ECOLLATE); in p_b_term()
994 REQUIRE(EATTWO('.', ']'), REG_ECOLLATE); in p_b_symbol()
1021 SETERROR(REG_ECOLLATE); /* neither */ in p_b_coll_elem()
/third_party/musl/libc-test/src/api/
H A Dregex.c26 C(REG_ECOLLATE) in f()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h84 REG_ECOLLATE, /* collation error - not relevant */ enumerator
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs509 pub const REG_ECOLLATE: ::c_int = 3; consts
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c554 return REG_ECOLLATE; in parse_bracket_terms()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c554 return REG_ECOLLATE; in parse_bracket_terms()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c554 return REG_ECOLLATE; in parse_bracket_terms()
/third_party/musl/src/regex/
H A Dregcomp.c554 return REG_ECOLLATE; in parse_bracket_terms()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1469 pub const REG_ECOLLATE: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1635 pub const REG_ECOLLATE: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3443 pub const REG_ECOLLATE: ::c_int = 3; consts

Completed in 51 milliseconds