/third_party/benchmark/cmake/ |
H A D | posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
H A D | gnu_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/ |
H A D | regexec-nosub.c | 2 // regexec should not crash on non-zero nmatch with REG_NOSUB 11 r = regcomp(&re, "abc", REG_NOSUB); in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | regex.h | 30 #define REG_NOSUB 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | regex.h | 30 #define REG_NOSUB 8 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | regex.h | 30 #define REG_NOSUB 8 macro
|
/third_party/musl/include/ |
H A D | regex.h | 30 #define REG_NOSUB 8 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_regex.cpp | 26 REG_NOSUB,
|
/third_party/musl/libc-test/src/api/ |
H A D | regex.c | 20 C(REG_NOSUB) in f()
|
/third_party/toybox/toys/posix/ |
H A D | nl.c | 76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.h | 61 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
|
H A D | pcre2posix.c | 348 for each match. If REG_NOSUB was specified at compile time, the nmatch and 365 /* When REG_NOSUB was specified, or if no vector has been passed in which to in pcre2_regexec() 369 if ((preg->re_cflags & REG_NOSUB) != 0 || pmatch == NULL) nmatch = 0; in pcre2_regexec()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_regex.c | 138 options |= REG_NOSUB; in uc_mgr_define_regex()
|
/third_party/benchmark/src/ |
H A D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regexec.c | 778 turn off REG_NOSUB temporarily. */ in tre_tnfa_run_backtrack() 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()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regexec.c | 778 turn off REG_NOSUB temporarily. */ in tre_tnfa_run_backtrack() 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()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regexec.c | 778 turn off REG_NOSUB temporarily. */ in tre_tnfa_run_backtrack() 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()
|
/third_party/musl/src/regex/ |
H A D | regexec.c | 778 turn off REG_NOSUB temporarily. */ in tre_tnfa_run_backtrack() 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()
|
/third_party/mesa3d/src/util/ |
H A D | xmlconfig.c | 49 #define REG_NOSUB 0 macro 707 if (regcomp(&re, exec_regexp, REG_EXTENDED|REG_NOSUB) == 0) { in parseAppAttr() 740 if (regcomp(&re, application_name_match, REG_EXTENDED|REG_NOSUB) == 0) { in parseAppAttr() 777 if (regcomp(&re, engine_name_match, REG_EXTENDED|REG_NOSUB) == 0) { in parseEngineAttr()
|
/third_party/toybox/toys/pending/ |
H A D | man.c | 179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-match.c | 178 if (regcomp(®ex, ln, REG_EXTENDED|REG_NOSUB) != 0) { in load_rules()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 583 rc = regcomp (&file_include_regex, arg, REG_EXTENDED|REG_NOSUB); in parse_opt() 591 rc = regcomp (&file_exclude_regex, arg, REG_EXTENDED|REG_NOSUB); in parse_opt() 4102 int rc = regcomp (& file_include_regex, ".*", REG_EXTENDED|REG_NOSUB); // match everything in main() 4105 rc = regcomp (& file_exclude_regex, "^$", REG_EXTENDED|REG_NOSUB); // match nothing in main()
|
/third_party/toybox/kconfig/ |
H A D | symbol.c | 733 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
|