/external/google-benchmark/cmake/ |
D | gnu_posix_regex.cpp | 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
|
D | posix_regex.cpp | 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
|
/external/google-benchmark/src/ |
D | re_posix.cc | 56 return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0; in Match()
|
/external/pcre/dist/ |
D | pcreposix.h | 137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
|
D | pcreposix.c | 322 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
|
/external/toybox/toys/posix/ |
D | nl.c | 58 if (*TT.b == 'p') match = !regexec((void *)(toybuf+16), line, 0, 0, 0);
|
D | grep.c | 138 rc = regexec((regex_t *)toybuf, start, 1, &matches, in do_grep()
|
/external/llvm/lib/Support/ |
D | Android.mk | 94 regexec.c \
|
D | CMakeLists.txt | 104 regexec.c
|
/external/ltrace/ |
D | filter.c | 114 int status = regexec(re, name, 0, NULL, 0); in re_match_or_error()
|
D | glob.c | 223 status = regexec(&preg, str, 0, NULL, 0); in try_match()
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_structures.c | 79 if (0 != (ret = regexec(preg, full_uri, nmatch, pmatch, 0))) in parse_uri()
|
/external/protobuf/gtest/src/ |
D | gtest-port.cc | 130 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch() 139 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch() 141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch() 141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-port.cc | 157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch() 166 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
|
/external/toybox/toys/pending/ |
D | mdev.c | 117 result=regexec(&match, device_name, 1, &off, 0); in make_device()
|
D | expr.c | 90 if (!regexec(&rp, lhs->s, 2, rm, 0) && rm[0].rm_so == 0) { in re()
|
/external/gtest/src/ |
D | gtest-port.cc | 180 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch() 189 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
|
/external/libedit/src/ |
D | search.c | 132 rv = regexec(&re, ct_encode_string(str, &conv), (size_t)0, NULL, in el_match() 141 rv = regexec(re, ct_encode_string(str, &conv)); in el_match()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-port.cc | 540 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch() 549 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
|
D | gtest-port.cc.orig | 157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; 166 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 53 err_code = regexec(®ex, search_str, num_matches, matches, 0); in regex_helper()
|
/external/toybox/kconfig/ |
D | symbol.c | 737 if (regexec(&re, sym->name, 0, NULL, 0)) in sym_re_search()
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 266 if (regexec(&re, handp->dir, 0, NULL, 0) == 0) in fcontext_matches()
|