Home
last modified time | relevance | path

Searched defs:REG_NOSUB (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/include/
Dregex.h30 #define REG_NOSUB 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h30 #define REG_NOSUB 8 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
/third_party/pcre2/pcre2/src/
Dpcre2posix.h61 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
/third_party/boost/boost/regex/v4/
Dcregex.hpp99 REG_NOSUB = 0004, enumerator
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c162 enum { REG_NOSUB = 1, REG_ICASE = 2 }; enumerator