Searched refs:regexec (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | regex_test.cpp | 26 ASSERT_EQ(0, regexec(&re, "abbbc", 0, NULL, 0)); in TEST() 27 ASSERT_EQ(REG_NOMATCH, regexec(&re, "foo", 0, NULL, 0)); in TEST()
|
/bionic/libc/include/ |
D | regex.h | 101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regexec.c | 102 __weak_alias(regexec,_regexec) in __weak_alias() argument 203 regexec(
|
/bionic/benchmarks/ |
D | Benchmark.cpp | 80 if (regexec(re, GetNameStr(arg).c_str(), 0, NULL, 0) != REG_NOMATCH) { in ShouldRun()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 848 regexec
|
/bionic/libc/ |
D | libc.map | 972 regexec;
|
D | Android.mk | 297 upstream-netbsd/lib/libc/regex/regexec.c \
|