Searched refs:REG_NOSUB (Results 1 – 16 of 16) sorted by relevance
/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/google-benchmark/src/ |
D | re_posix.cc | 23 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
D | regengine.inc | 146 if (g->cflags®_NOSUB)
|
/external/pcre/dist/ |
D | pcreposix.h | 60 #define REG_NOSUB 0x0020 /* Maps to PCRE_NO_AUTO_CAPTURE */ macro
|
D | pcreposix.c | 279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
|
D | pcretest.c | 3929 if ((options & PCRE_NO_AUTO_CAPTURE) != 0) cflags |= REG_NOSUB; in main()
|
D | ChangeLog | 3941 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/ |
D | nl.c | 89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
/external/pcre/dist/testdata/ |
D | testoutput14 | 110 Matched with REG_NOSUB 114 Matched with REG_NOSUB
|
/external/toybox/kconfig/ |
D | symbol.c | 731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 1334 REG_EXTENDED|REG_NOSUB); in add_path()
|
D | mksquashfs.c | 4520 REG_EXTENDED|REG_NOSUB); in add_path()
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 575 /N REG_NOSUB
|
D | pcre.txt | 9603 REG_NOSUB 9719 If the pattern was compiled with the REG_NOSUB flag, no data about any
|