/third_party/pcre2/pcre2/testdata/ |
D | testoutput18 | 117 Matched with REG_NOSUB 121 Matched with REG_NOSUB 125 Matched with REG_NOSUB 170 Matched with REG_NOSUB
|
/third_party/benchmark/cmake/ |
D | gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
D | posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
/third_party/json/benchmarks/thirdparty/benchmark/cmake/ |
D | gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
D | posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
/third_party/musl/libc-test/src/regression/ |
D | regexec-nosub.c | 11 r = regcomp(&re, "abc", REG_NOSUB); in main()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 30 #define REG_NOSUB 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 30 #define REG_NOSUB 8 macro
|
/third_party/musl/include/ |
D | regex.h | 30 #define REG_NOSUB 8 macro
|
/third_party/musl/ndk_musl_include/ |
D | regex.h | 30 #define REG_NOSUB 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 30 #define REG_NOSUB 8 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/third_party/boost/libs/regex/test/c_compiler_checks/ |
D | posix_api_check.cpp | 29 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
|
D | posix_api_check.c | 28 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
|
D | wide_posix_api_check.c | 35 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
|
D | wide_posix_api_check.cpp | 37 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 20 C(REG_NOSUB) in f()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 61 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
|
/third_party/toybox/toys/posix/ |
D | nl.c | 76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | re.h | 114 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/third_party/benchmark/src/ |
D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/third_party/boost/boost/ |
D | regex.h | 36 using boost::REG_NOSUB;
|
/third_party/alsa-lib/src/ucm/ |
D | ucm_regex.c | 138 options |= REG_NOSUB; in uc_mgr_define_regex()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regexec.c | 779 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()
|