Home
last modified time | relevance | path

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

123

/external/pcre/testdata/
Dtestoutput18117 Matched with REG_NOSUB
121 Matched with REG_NOSUB
125 Matched with REG_NOSUB
170 Matched with REG_NOSUB
/external/libcxx/utils/google-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()
/external/google-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()
/external/musl/include/
Dregex.h30 #define REG_NOSUB 8 macro
/external/libcups/vcnet/regex/
Dregex.h27 #define REG_NOSUB 0004 macro
Dmain.c102 if (!(copts&REG_NOSUB)) {
276 } else if (opts&REG_NOSUB) {
332 o |= REG_NOSUB;
/external/llvm/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
/external/pcre/src/
Dpcre2posix.h61 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
Dpcre2posix.c369 if ((preg->re_cflags & REG_NOSUB) != 0 || pmatch == NULL) nmatch = 0; in pcre2_regexec()
/external/toybox/toys/posix/
Dnl.c74 xregcomp((void *)(toybuf+16), TT.b+1, REG_NOSUB|FLAG(E)*REG_EXTENDED); in nl_main()
Dtest.c71 xregcomp(&reg, args[2], REG_NOSUB); // REG_EXTENDED? REG_ICASE? in do_test()
/external/trace-cmd/tracecmd/
Dtrace-list.c87 if (regcomp(&reg, str, REG_ICASE|REG_NOSUB)) in process_file_re()
188 if (regcomp(&system_reg, system, REG_ICASE|REG_NOSUB)) in process_events()
192 if (regcomp(&event_reg, event, REG_ICASE|REG_NOSUB)) in process_events()
/external/libcxx/utils/google-benchmark/src/
Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/google-benchmark/src/
Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/erofs-utils/lib/
Dcompress_hints.c32 ret = regcomp(&r->reg, s, REG_EXTENDED|REG_NOSUB); in erofs_insert_compress_hints()
Dexclude.c45 ret = regcomp(&r->reg, s, REG_EXTENDED|REG_NOSUB); in erofs_insert_exclude()
/external/musl/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()
/external/strace/
Dbasic_filters.c126 if ((rc = regcomp(&preg, s, REG_EXTENDED | REG_NOSUB)) != 0) in qualify_syscall_regex()
/external/toybox/toys/pending/
Dman.c179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
/external/mesa3d/src/util/
Dxmlconfig.c741 if (regcomp(&re, application_name_match, REG_EXTENDED|REG_NOSUB) == 0) { in parseAppAttr()
774 if (regcomp(&re, engine_name_match, REG_EXTENDED|REG_NOSUB) == 0) { in parseEngineAttr()
/external/google-breakpad/src/processor/
Dexploitability_linux.cc446 regcomp(&regex, "^[[:xdigit:]]{2}$", REG_EXTENDED | REG_NOSUB); in TokenizeObjdumpInstruction()

123