Home
last modified time | relevance | path

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

123

/external/pcre/dist2/testdata/
Dtestoutput18117 Matched with REG_NOSUB
121 Matched with REG_NOSUB
125 Matched with REG_NOSUB
170 Matched with REG_NOSUB
/external/llvm-project/llvm/utils/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/llvm-project/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/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
/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/llvm-project/llvm/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
/external/pcre/dist2/src/
Dpcre2posix.h61 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
Dpcre2posix.c364 if ((preg->re_cflags & REG_NOSUB) != 0 || pmatch == NULL) nmatch = 0; in pcre2_regexec()
/external/toybox/toys/posix/
Dnl.c76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
/external/google-benchmark/src/
Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/llvm-project/llvm/utils/benchmark/src/
Dre.h114 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/libcxx/utils/google-benchmark/src/
Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/erofs-utils/lib/
Dexclude.c47 ret = regcomp(&r->reg, s, REG_EXTENDED|REG_NOSUB); in erofs_insert_exclude()
/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()

123