Home
last modified time | relevance | path

Searched refs:regexec (Results 1 – 25 of 56) sorted by relevance

123

/external/libcxx/utils/google-benchmark/cmake/
Dgnu_posix_regex.cpp10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
Dposix_regex.cpp10 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
/external/google-benchmark/cmake/
Dgnu_posix_regex.cpp10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
Dposix_regex.cpp10 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
/external/libmtp/util/
Dmtp-probe.c205 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/
Dpcre2posix.h138 PCRE2POSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
Dpcre2posix.c294 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
/external/toybox/toys/posix/
Dnl.c58 if (*TT.b == 'p') match = !regexec((void *)(toybuf+16), line, 0, 0, 0);
/external/libcxx/utils/google-benchmark/src/
Dre.h120 return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0; in Match()
/external/libcups/cups/
Ddebug.c125 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/
Dre.h134 return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0; in Match()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_structures.c79 if (0 != (ret = regexec(preg, full_uri, nmatch, pmatch, 0))) in parse_uri()
/external/protobuf/gtest/src/
Dgtest-port.cc130 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/
Dgtest-port.cc132 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/
Dgtest-port.cc132 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/
DCMakeLists.txt106 regexec.c
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc157 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/
Dgtest-port.cc157 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/
Dmdev.c117 result=regexec(&match, device_name, 1, &off, 0); in make_device()
Dexpr.c113 if (!regexec(&pat, target, 2, m, 0) && !m[0].rm_so) { in re()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c73 return regexec(&regex, str, 0, NULL, 0) != REG_NOMATCH; in is_whitespace()
99 err_code = regexec(&regex, search_str, num_matches, matches, 0); in regex_helper()
/external/swiftshader/src/Reactor/
DAndroid.mk92 $(LLVMDEPENDENCIES_PATH)/lib/Support/regexec.c \
/external/eigen/bench/tensors/
Dbenchmark_main.cc110 int match = regexec(&re, name_, 0, NULL, 0); in ShouldRun()
/external/libedit/src/
Dsearch.c132 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/
Dgtest-port.cc563 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()

123