/external/libcxx/utils/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 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
|
/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 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
|
/external/libmtp/util/ |
D | mtp-probe.c | 205 if (S_ISDIR(st.st_mode) && !regexec(&r, dent->d_name, 0, 0, 0)) { in check_interface() 273 if (!regexec(&r, dent->d_name, 0, 0, 0)) in check_sysfs()
|
/external/pcre/dist2/src/ |
D | pcre2posix.h | 138 PCRE2POSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
|
D | pcre2posix.c | 294 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);
|
/external/libcxx/utils/google-benchmark/src/ |
D | re.h | 120 return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0; in Match()
|
/external/libcups/cups/ |
D | debug.c | 125 result = regexec(debug_filter, format, 0, NULL, 0); in _cups_debug_printf() 208 result = regexec(debug_filter, s, 0, NULL, 0); in _cups_debug_puts()
|
/external/google-benchmark/src/ |
D | re.h | 134 return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0; in 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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
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/lib/Support/ |
D | CMakeLists.txt | 106 regexec.c
|
/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/mesa3d/src/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 | 113 if (!regexec(&pat, target, 2, m, 0) && !m[0].rm_so) { in re()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 73 return regexec(®ex, str, 0, NULL, 0) != REG_NOMATCH; in is_whitespace() 99 err_code = regexec(®ex, search_str, num_matches, matches, 0); in regex_helper()
|
/external/swiftshader/src/Reactor/ |
D | Android.mk | 92 $(LLVMDEPENDENCIES_PATH)/lib/Support/regexec.c \
|
/external/eigen/bench/tensors/ |
D | benchmark_main.cc | 110 int match = regexec(&re, name_, 0, NULL, 0); in ShouldRun()
|
/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/v8/testing/gtest/src/ |
D | gtest-port.cc | 563 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch() 572 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
|