Home
last modified time | relevance | path

Searched refs:REG_BADRPT (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h48 #define REG_BADRPT 13 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h48 #define REG_BADRPT 13 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h48 #define REG_BADRPT 13 macro
/third_party/musl/include/
H A Dregex.h48 #define REG_BADRPT 13 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h78 #define REG_BADRPT 13 macro
H A Dregerror.c71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
H A Dregcomp.c368 SETERROR(REG_BADRPT); in p_ere_exp()
412 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp()
428 REQUIRE(!wascaret, REG_BADRPT); in p_ere_exp()
476 SETERROR(REG_BADRPT); in p_ere_exp()
562 SETERROR(REG_BADRPT); in p_simp_re()
608 REQUIRE(starordinary, REG_BADRPT); in p_simp_re()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h78 #define REG_BADRPT 13 macro
H A Dregerror.c71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
H A Dregcomp.c496 SETERROR(REG_BADRPT); in p_ere_exp()
540 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp()
556 REQUIRE(!wascaret, REG_BADRPT); in p_ere_exp()
604 SETERROR(REG_BADRPT); in p_ere_exp()
690 SETERROR(REG_BADRPT); in p_simp_re()
736 REQUIRE(starordinary, REG_BADRPT); in p_simp_re()
/third_party/musl/libc-test/src/api/
H A Dregex.c36 C(REG_BADRPT) in f()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h81 REG_BADRPT, /* ? * + invalid */ enumerator
H A Dpcre2posix_test.c106 REG_BADRPT /* Compiler rc */
H A Dpcre2posix.c111 REG_BADRPT, /* nothing to repeat */
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c854 return REG_BADRPT; in parse_atom()
911 return REG_BADRPT; in parse_atom()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c855 return REG_BADRPT; in parse_atom()
912 return REG_BADRPT; in parse_atom()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c854 return REG_BADRPT; in parse_atom()
911 return REG_BADRPT; in parse_atom()
/third_party/musl/src/regex/
H A Dregcomp.c854 return REG_BADRPT; in parse_atom()
911 return REG_BADRPT; in parse_atom()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs519 pub const REG_BADRPT: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1479 pub const REG_BADRPT: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1645 pub const REG_BADRPT: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3453 pub const REG_BADRPT: ::c_int = 13; consts

Completed in 49 milliseconds