Home
last modified time | relevance | path

Searched defs:REG_ESUBREG (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dregex.h41 #define REG_ESUBREG 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h41 #define REG_ESUBREG 6 macro
/third_party/musl/include/
Dregex.h41 #define REG_ESUBREG 6 macro
/third_party/musl/ndk_musl_include/
Dregex.h41 #define REG_ESUBREG 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h41 #define REG_ESUBREG 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h71 #define REG_ESUBREG 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h71 #define REG_ESUBREG 6 macro
/third_party/pcre2/pcre2/src/
Dpcre2posix.h92 REG_ESUBREG, /* bad back reference */ enumerator
/third_party/boost/boost/regex/v4/
Dcregex.hpp142 static const reg_error_t REG_ESUBREG = 6; /* Invalid back reference. */ variable