Home
last modified time | relevance | path

Searched refs:REG_NOSUB (Results 1 – 25 of 52) sorted by relevance

123

/third_party/pcre2/pcre2/testdata/
Dtestoutput18117 Matched with REG_NOSUB
121 Matched with REG_NOSUB
125 Matched with REG_NOSUB
170 Matched with REG_NOSUB
/third_party/benchmark/cmake/
Dgnu_posix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
Dposix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
/third_party/json/benchmarks/thirdparty/benchmark/cmake/
Dgnu_posix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
Dposix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
/third_party/musl/libc-test/src/regression/
Dregexec-nosub.c11 r = regcomp(&re, "abc", REG_NOSUB); in main()
/third_party/musl/porting/uniproton/kernel/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/musl/include/
Dregex.h30 #define REG_NOSUB 8 macro
/third_party/musl/ndk_musl_include/
Dregex.h30 #define REG_NOSUB 8 macro
/third_party/musl/porting/liteos_m_iccarm/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/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.cpp29 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dposix_api_check.c28 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dwide_posix_api_check.c35 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dwide_posix_api_check.cpp37 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
/third_party/musl/libc-test/src/api/
Dregex.c20 C(REG_NOSUB) in f()
/third_party/pcre2/pcre2/src/
Dpcre2posix.h61 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
/third_party/toybox/toys/posix/
Dnl.c76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dre.h114 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/third_party/benchmark/src/
Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/third_party/boost/boost/
Dregex.h36 using boost::REG_NOSUB;
/third_party/alsa-lib/src/ucm/
Ducm_regex.c138 options |= REG_NOSUB; in uc_mgr_define_regex()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregexec.c779 tre_fill_pmatch(bt + 1, pmatch, tnfa->cflags & ~REG_NOSUB, in tre_tnfa_run_backtrack()
938 if (match_eo >= 0 && !(cflags & REG_NOSUB)) in tre_fill_pmatch()
1002 if (tnfa->cflags & REG_NOSUB) nmatch = 0; in regexec()

123