Home
last modified time | relevance | path

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

12

/external/pcre/dist2/testdata/
Dtestoutput18110 Matched with REG_NOSUB
114 Matched with REG_NOSUB
118 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/swiftshader/third_party/LLVM/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
Dregengine.inc146 if (g->cflags&REG_NOSUB)
/external/llvm/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
Dregengine.inc146 if (g->cflags&REG_NOSUB)
/external/swiftshader/third_party/llvm-subzero/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 /* Maps to PCRE2_NO_AUTO_CAPTURE */ macro
Dpcre2posix.c311 if ((preg->re_cflags & REG_NOSUB) != 0 || pmatch == NULL) nmatch = 0; in regexec()
/external/toybox/toys/posix/
Dnl.c89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
/external/libcxx/utils/google-benchmark/src/
Dre.h88 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/google-benchmark/src/
Dre.h102 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/pcre/dist2/
DNEWS10 and subroutine calls if called with the REG_NOSUB option. It now does.
DChangeLog25 6. When the POSIX wrapper function regcomp() is called, the REG_NOSUB option
28 by other implementations of regcomp() with RE_NOSUB. Therefore, REG_NOSUB no
33 posix_nosub, to call regcomp() with REG_NOSUB. Previously the no_auto_capture
/external/strace/
Dqualify.c219 if ((rc = regcomp(&preg, s, REG_EXTENDED | REG_NOSUB)) != 0) in qualify_syscall_regex()
/external/syslinux/com32/tools/
Drelocs.c101 REG_EXTENDED|REG_NOSUB); in regex_init()
/external/toybox/kconfig/
Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
/external/libcups/cups/
Dipp.c5234 REG_NOSUB | REG_EXTENDED)) != 0) in ippValidateAttribute()
5288 REG_NOSUB | REG_EXTENDED)) != 0) in ippValidateAttribute()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1334 REG_EXTENDED|REG_NOSUB); in add_path()
/external/kmod/tools/
Ddepmod.c538 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB) != 0) in cfg_kernel_matches()

12