Home
last modified time | relevance | path

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

/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/google-benchmark/src/
Dre_posix.cc23 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/llvm/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
Dregengine.inc146 if (g->cflags&REG_NOSUB)
/external/pcre/dist/
Dpcreposix.h60 #define REG_NOSUB 0x0020 /* Maps to PCRE_NO_AUTO_CAPTURE */ macro
Dpcreposix.c279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
Dpcretest.c3929 if ((options & PCRE_NO_AUTO_CAPTURE) != 0) cflags |= REG_NOSUB; in main()
DChangeLog3941 11. The POSIX flag REG_NOSUB is now supported. When a pattern that was compiled
5389 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
/external/toybox/toys/posix/
Dnl.c89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
/external/pcre/dist/testdata/
Dtestoutput14110 Matched with REG_NOSUB
114 Matched with REG_NOSUB
/external/toybox/kconfig/
Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1334 REG_EXTENDED|REG_NOSUB); in add_path()
Dmksquashfs.c4520 REG_EXTENDED|REG_NOSUB); in add_path()
/external/pcre/dist/doc/
Dpcretest.txt575 /N REG_NOSUB
Dpcre.txt9603 REG_NOSUB
9719 If the pattern was compiled with the REG_NOSUB flag, no data about any