/external/pcre/dist2/testdata/ |
D | testoutput18 | 117 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/ |
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/llvm-project/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/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/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/llvm-project/llvm/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/external/pcre/dist2/src/ |
D | pcre2posix.h | 61 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
|
D | pcre2posix.c | 364 if ((preg->re_cflags & REG_NOSUB) != 0 || pmatch == NULL) nmatch = 0; in pcre2_regexec()
|
/external/toybox/toys/posix/ |
D | nl.c | 76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
/external/google-benchmark/src/ |
D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | re.h | 114 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/libcxx/utils/google-benchmark/src/ |
D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/llvm-project/libcxx/utils/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 | exclude.c | 47 ret = regcomp(&r->reg, s, REG_EXTENDED|REG_NOSUB); in erofs_insert_exclude()
|
/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()
|