Home
last modified time | relevance | path

Searched refs:REG_NOSUB (Results 1 - 25 of 36) sorted by relevance

12

/third_party/benchmark/cmake/
H A Dposix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
H A Dgnu_posix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
/third_party/musl/libc-test/src/regression/
H A Dregexec-nosub.c2 // 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 Dregex.h30 #define REG_NOSUB 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h30 #define REG_NOSUB 8 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h30 #define REG_NOSUB 8 macro
/third_party/musl/include/
H A Dregex.h30 #define REG_NOSUB 8 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h59 #define REG_NOSUB 0004 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h59 #define REG_NOSUB 0004 macro
/third_party/musl/Benchmark/musl/
H A Dlibc_regex.cpp26 REG_NOSUB,
/third_party/musl/libc-test/src/api/
H A Dregex.c20 C(REG_NOSUB) in f()
/third_party/toybox/toys/posix/
H A Dnl.c76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h61 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
H A Dpcre2posix.c348 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 Ducm_regex.c138 options |= REG_NOSUB; in uc_mgr_define_regex()
/third_party/benchmark/src/
H A Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c778 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 Dregexec.c778 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 Dregexec.c778 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 Dregexec.c778 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 Dxmlconfig.c49 #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 Dman.c179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
/third_party/pulseaudio/src/modules/
H A Dmodule-match.c178 if (regcomp(&regex, ln, REG_EXTENDED|REG_NOSUB) != 0) { in load_rules()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx583 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 Dsymbol.c733 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()

Completed in 23 milliseconds

12