Searched refs:REG_NOSUB (Results 1 – 25 of 29) sorted by relevance
12
/external/pcre/dist2/testdata/ |
D | testoutput18 | 110 Matched with REG_NOSUB 114 Matched with REG_NOSUB 118 Matched with REG_NOSUB
|
/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/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/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-subzero/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 /* Maps to PCRE2_NO_AUTO_CAPTURE */ macro
|
D | pcre2posix.c | 311 if ((preg->re_cflags & REG_NOSUB) != 0 || pmatch == NULL) nmatch = 0; in regexec()
|
/external/toybox/toys/posix/ |
D | nl.c | 89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
/external/libcxx/utils/google-benchmark/src/ |
D | re.h | 88 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/google-benchmark/src/ |
D | re.h | 102 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/pcre/dist2/ |
D | NEWS | 10 and subroutine calls if called with the REG_NOSUB option. It now does.
|
D | ChangeLog | 25 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/ |
D | qualify.c | 219 if ((rc = regcomp(&preg, s, REG_EXTENDED | REG_NOSUB)) != 0) in qualify_syscall_regex()
|
/external/syslinux/com32/tools/ |
D | relocs.c | 101 REG_EXTENDED|REG_NOSUB); in regex_init()
|
/external/toybox/kconfig/ |
D | symbol.c | 731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
|
/external/libcups/cups/ |
D | ipp.c | 5234 REG_NOSUB | REG_EXTENDED)) != 0) in ippValidateAttribute() 5288 REG_NOSUB | REG_EXTENDED)) != 0) in ippValidateAttribute()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 1334 REG_EXTENDED|REG_NOSUB); in add_path()
|
/external/kmod/tools/ |
D | depmod.c | 538 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB) != 0) in cfg_kernel_matches()
|
12