Home
last modified time | relevance | path

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

12

/external/google-benchmark/cmake/
Dgnu_posix_regex.cpp10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
Dposix_regex.cpp10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
/external/google-benchmark/src/
Dre_posix.cc56 return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0; in Match()
/external/pcre/dist/
Dpcreposix.h137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
Dpcreposix.c322 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);
Dgrep.c138 rc = regexec((regex_t *)toybuf, start, 1, &matches, in do_grep()
/external/llvm/lib/Support/
DAndroid.mk94 regexec.c \
DCMakeLists.txt104 regexec.c
/external/ltrace/
Dfilter.c114 int status = regexec(re, name, 0, NULL, 0); in re_match_or_error()
Dglob.c223 status = regexec(&preg, str, 0, NULL, 0); in try_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/mesa3d/src/gtest/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/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/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/toybox/toys/pending/
Dmdev.c117 result=regexec(&match, device_name, 1, &off, 0); in make_device()
Dexpr.c90 if (!regexec(&rp, lhs->s, 2, rm, 0) && rm[0].rm_so == 0) { in re()
/external/gtest/src/
Dgtest-port.cc180 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/
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/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc540 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()
Dgtest-port.cc.orig157 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/
Drc_test_helpers.c53 err_code = regexec(&regex, search_str, num_matches, matches, 0); in regex_helper()
/external/toybox/kconfig/
Dsymbol.c737 if (regexec(&re, sym->name, 0, NULL, 0)) in sym_re_search()
/external/selinux/libsemanage/src/
Dgenhomedircon.c266 if (regexec(&re, handp->dir, 0, NULL, 0) == 0) in fcontext_matches()

12