Searched refs:regexec (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | regex_test.cpp | 26 ASSERT_EQ(0, regexec(&re, "abbbc", 0, nullptr, 0)); in TEST() 27 ASSERT_EQ(REG_NOMATCH, regexec(&re, "foo", 0, nullptr, 0)); in TEST() 44 ASSERT_EQ(0, regexec(&re, "abc", 1, matches, 0)); in TEST()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regexec.c | 102 __weak_alias(regexec,_regexec) in __weak_alias() argument 203 regexec(
|
/bionic/tests/headers/posix/ |
D | regex_h.c | 67 FUNCTION(regexec, int (*f)(const regex_t*, const char*, size_t, regmatch_t*, int)); in regex_h()
|
/bionic/libc/include/ |
D | regex.h | 102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 848 regexec
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 870 regexec;
|
/bionic/libc/ |
D | libc.map.txt | 870 regexec;
|
D | Android.bp | 396 "upstream-netbsd/lib/libc/regex/regexec.c",
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_096.S | 4396 CALL(regexec)
|