Home
last modified time | relevance | path

Searched refs:REG_BADPAT (Results 1 – 25 of 32) sorted by relevance

12

/third_party/pcre2/pcre2/src/
Dpcre2posix.c114 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()
Dpcre2posix.h80 REG_BADPAT, /* pattern error */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregexec.c152 return(REG_BADPAT); in llvm_regexec()
155 return(REG_BADPAT); in llvm_regexec()
DRegex.cpp22 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex()
41 regex.error = REG_BADPAT; in Regex()
Dregex_impl.h67 #define REG_BADPAT 2 macro
Dregerror.c60 { REG_BADPAT, "REG_BADPAT", "invalid regular expression" },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregexec.c152 return(REG_BADPAT); in llvm_regexec()
155 return(REG_BADPAT); in llvm_regexec()
DRegex.cpp26 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex()
45 regex.error = REG_BADPAT; in Regex()
Dregex_impl.h67 #define REG_BADPAT 2 macro
Dregerror.c60 { REG_BADPAT, "REG_BADPAT", "invalid regular expression" },
/third_party/musl/libc-test/src/regression/
Dregex-escaped-high-byte.c17 if (n != REG_BADPAT) { in main()
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h37 #define REG_BADPAT 2 macro
/third_party/musl/ndk_musl_include/
Dregex.h37 #define REG_BADPAT 2 macro
/third_party/musl/include/
Dregex.h37 #define REG_BADPAT 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h37 #define REG_BADPAT 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h37 #define REG_BADPAT 2 macro
/third_party/musl/libc-test/src/api/
Dregex.c25 C(REG_BADPAT) in f()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt699 REG_BADPAT
Dnetbsd.txt849 REG_BADPAT
Ddragonfly.txt802 REG_BADPAT
Dfreebsd.txt1003 REG_BADPAT
Dapple.txt1131 REG_BADPAT
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs508 pub const REG_BADPAT: ::c_int = 2; constant
/third_party/musl/src/regex/
Dregcomp.c543 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/
Dregcomp.c543 return *s ? REG_BADPAT : REG_EBRACK; in parse_bracket_terms()
922 return REG_BADPAT; in parse_atom()

12