/third_party/musl/ndk_musl_include/ |
D | regex.h | 48 #define REG_BADRPT 13 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 48 #define REG_BADRPT 13 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 48 #define REG_BADRPT 13 macro
|
/third_party/musl/include/ |
D | regex.h | 48 #define REG_BADRPT 13 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 48 #define REG_BADRPT 13 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 78 #define REG_BADRPT 13 macro
|
D | regerror.c | 71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
|
D | regcomp.c | 496 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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 78 #define REG_BADRPT 13 macro
|
D | regerror.c | 71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
|
D | regcomp.c | 368 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/musl/libc-test/src/api/ |
D | regex.c | 36 C(REG_BADRPT) in f()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 81 REG_BADRPT, /* ? * + invalid */ enumerator
|
D | pcre2posix.c | 125 REG_BADRPT, /* nothing to repeat */
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 700 REG_BADRPT
|
D | dragonfly.txt | 803 REG_BADRPT
|
D | netbsd.txt | 850 REG_BADRPT
|
D | freebsd.txt | 1004 REG_BADRPT
|
D | apple.txt | 1132 REG_BADRPT
|
D | linux.txt | 1910 REG_BADRPT
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 519 pub const REG_BADRPT: ::c_int = 13; constant
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 854 return REG_BADRPT; in parse_atom() 911 return REG_BADRPT; in parse_atom()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regcomp.c | 855 return REG_BADRPT; in parse_atom() 912 return REG_BADRPT; in parse_atom()
|
/third_party/musl/src/regex/ |
D | regcomp.c | 854 return REG_BADRPT; in parse_atom() 911 return REG_BADRPT; in parse_atom()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regcomp.c | 854 return REG_BADRPT; in parse_atom() 911 return REG_BADRPT; in parse_atom()
|