Home
last modified time | relevance | path

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

12

/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/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/libmtp/util/
Dmtp-probe.c187 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/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
Dregengine.inc146 if (g->cflags&REG_NOSUB)
/external/swiftshader/third_party/LLVM/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
Dregengine.inc146 if (g->cflags&REG_NOSUB)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
Dregengine.inc146 if (g->cflags&REG_NOSUB)
/external/pcre/dist2/src/
Dpcre2posix.h59 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
Dpcre2posix.c316 if ((preg->re_cflags & REG_NOSUB) != 0 || pmatch == NULL) nmatch = 0; in regexec()
/external/toybox/toys/posix/
Dnl.c85 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
/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/strace/
Dbasic_filters.c126 if ((rc = regcomp(&preg, s, REG_EXTENDED | REG_NOSUB)) != 0) in qualify_syscall_regex()
/external/u-boot/tools/
Dproftool.c432 err = regcomp(&line->regex, tok, REG_NOSUB); in read_trace_config()
/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table.cc202 int ret = regcomp(&re, pattern, REG_EXTENDED | REG_NOSUB); in Match()
/external/pcre/dist2/
DNEWS148 and subroutine calls if called with the REG_NOSUB option. It now does.
/external/toybox/kconfig/
Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
/external/kmod/testsuite/
Dtestsuite.c435 return !regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB) && in fd_cmp_regex_one()
/external/libcups/cups/
Dipp.c5234 REG_NOSUB | REG_EXTENDED)) != 0) in ippValidateAttribute()
5288 REG_NOSUB | REG_EXTENDED)) != 0) in ippValidateAttribute()

12