/external/pcre/testdata/ |
D | testoutput18 | 117 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/ |
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()
|
/external/google-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()
|
/external/musl/include/ |
D | regex.h | 30 #define REG_NOSUB 8 macro
|
/external/libcups/vcnet/regex/ |
D | regex.h | 27 #define REG_NOSUB 0004 macro
|
D | main.c | 102 if (!(copts®_NOSUB)) { 276 } else if (opts®_NOSUB) { 332 o |= REG_NOSUB;
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/external/pcre/src/ |
D | pcre2posix.h | 61 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
|
D | pcre2posix.c | 369 if ((preg->re_cflags & REG_NOSUB) != 0 || pmatch == NULL) nmatch = 0; in pcre2_regexec()
|
/external/toybox/toys/posix/ |
D | nl.c | 74 xregcomp((void *)(toybuf+16), TT.b+1, REG_NOSUB|FLAG(E)*REG_EXTENDED); in nl_main()
|
D | test.c | 71 xregcomp(®, args[2], REG_NOSUB); // REG_EXTENDED? REG_ICASE? in do_test()
|
/external/trace-cmd/tracecmd/ |
D | trace-list.c | 87 if (regcomp(®, 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/ |
D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/google-benchmark/src/ |
D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/erofs-utils/lib/ |
D | compress_hints.c | 32 ret = regcomp(&r->reg, s, REG_EXTENDED|REG_NOSUB); in erofs_insert_compress_hints()
|
D | exclude.c | 45 ret = regcomp(&r->reg, s, REG_EXTENDED|REG_NOSUB); in erofs_insert_exclude()
|
/external/musl/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()
|
/external/strace/ |
D | basic_filters.c | 126 if ((rc = regcomp(&preg, s, REG_EXTENDED | REG_NOSUB)) != 0) in qualify_syscall_regex()
|
/external/toybox/toys/pending/ |
D | man.c | 179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
|
/external/mesa3d/src/util/ |
D | xmlconfig.c | 741 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/ |
D | exploitability_linux.cc | 446 regcomp(®ex, "^[[:xdigit:]]{2}$", REG_EXTENDED | REG_NOSUB); in TokenizeObjdumpInstruction()
|