/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/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/libmtp/util/ |
D | mtp-probe.c | 187 ret = regcomp(&r, "^ep_[0-9a-f]+$", REG_EXTENDED | REG_NOSUB); in check_interface() 251 ret = regcomp(&r, "^[0-9]+-[0-9]+(\\.[0-9])*\\:[0-9]+\\.[0-9]+$", REG_EXTENDED | REG_NOSUB); in check_sysfs()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
D | regengine.inc | 146 if (g->cflags®_NOSUB)
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
D | regengine.inc | 146 if (g->cflags®_NOSUB)
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
D | regengine.inc | 146 if (g->cflags®_NOSUB)
|
/external/pcre/dist2/src/ |
D | pcre2posix.h | 59 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
|
D | pcre2posix.c | 316 if ((preg->re_cflags & REG_NOSUB) != 0 || pmatch == NULL) nmatch = 0; in regexec()
|
/external/toybox/toys/posix/ |
D | nl.c | 85 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
/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/strace/ |
D | basic_filters.c | 126 if ((rc = regcomp(&preg, s, REG_EXTENDED | REG_NOSUB)) != 0) in qualify_syscall_regex()
|
/external/u-boot/tools/ |
D | proftool.c | 432 err = regcomp(&line->regex, tok, REG_NOSUB); in read_trace_config()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | proto_translation_table.cc | 202 int ret = regcomp(&re, pattern, REG_EXTENDED | REG_NOSUB); in Match()
|
/external/pcre/dist2/ |
D | NEWS | 148 and subroutine calls if called with the REG_NOSUB option. It now does.
|
/external/toybox/kconfig/ |
D | symbol.c | 731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
|
/external/kmod/testsuite/ |
D | testsuite.c | 435 return !regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB) && in fd_cmp_regex_one()
|
/external/libcups/cups/ |
D | ipp.c | 5320 REG_NOSUB | REG_EXTENDED)) != 0) in ippValidateAttribute() 5374 REG_NOSUB | REG_EXTENDED)) != 0) in ippValidateAttribute()
|