Searched refs:REG_BADPAT (Results 1 – 25 of 32) sorted by relevance
12
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.c | 114 REG_BADPAT, /* unrecognized character after (? or (?- */ 115 REG_BADPAT, /* POSIX named classes are supported only within a class */ 116 REG_BADPAT, /* POSIX collating elements are not supported */ 313 if (errorcode < COMPILE_ERROR_BASE) return REG_BADPAT; in pcre2_regcomp() 320 return REG_BADPAT; in pcre2_regcomp()
|
D | pcre2posix.h | 80 REG_BADPAT, /* pattern error */ enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regexec.c | 152 return(REG_BADPAT); in llvm_regexec() 155 return(REG_BADPAT); in llvm_regexec()
|
D | Regex.cpp | 22 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() 41 regex.error = REG_BADPAT; in Regex()
|
D | regex_impl.h | 67 #define REG_BADPAT 2 macro
|
D | regerror.c | 60 { REG_BADPAT, "REG_BADPAT", "invalid regular expression" },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regexec.c | 152 return(REG_BADPAT); in llvm_regexec() 155 return(REG_BADPAT); in llvm_regexec()
|
D | Regex.cpp | 26 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() 45 regex.error = REG_BADPAT; in Regex()
|
D | regex_impl.h | 67 #define REG_BADPAT 2 macro
|
D | regerror.c | 60 { REG_BADPAT, "REG_BADPAT", "invalid regular expression" },
|
/third_party/musl/libc-test/src/regression/ |
D | regex-escaped-high-byte.c | 17 if (n != REG_BADPAT) { in main()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 37 #define REG_BADPAT 2 macro
|
/third_party/musl/ndk_musl_include/ |
D | regex.h | 37 #define REG_BADPAT 2 macro
|
/third_party/musl/include/ |
D | regex.h | 37 #define REG_BADPAT 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 37 #define REG_BADPAT 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 37 #define REG_BADPAT 2 macro
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 25 C(REG_BADPAT) in f()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 699 REG_BADPAT
|
D | netbsd.txt | 849 REG_BADPAT
|
D | dragonfly.txt | 802 REG_BADPAT
|
D | freebsd.txt | 1003 REG_BADPAT
|
D | apple.txt | 1131 REG_BADPAT
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 508 pub const REG_BADPAT: ::c_int = 2; constant
|
/third_party/musl/src/regex/ |
D | regcomp.c | 543 return *s ? REG_BADPAT : REG_EBRACK; in parse_bracket_terms() 922 return REG_BADPAT; in parse_atom()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regcomp.c | 543 return *s ? REG_BADPAT : REG_EBRACK; in parse_bracket_terms() 922 return REG_BADPAT; in parse_atom()
|
12