Home
last modified time | relevance | path

Searched defs:strrchr (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dstrrchr.cpp32 char* strrchr(const char* p, int ch) { in strrchr() function
/aosp12/bionic/libc/include/
H A Dstring.h193 const char* strrchr(const char* const s __pass_object_size, int c) __prefer_this_overload { in strrchr() function
198 char* strrchr(char* const s __pass_object_size, int c) __prefer_this_overload { in strrchr() function
/aosp12/bionic/libc/arch-arm64/
H A Ddynamic_function_dispatch.cpp108 DEFINE_IFUNC_FOR(strrchr) { in DEFINE_IFUNC_FOR() argument
/aosp12/bionic/libc/include/bits/fortify/
H A Dstring.h232 char* strrchr(const char* const s __pass_object_size, int c) __overloadable { in strrchr() function
/aosp12/bionic/tests/
H A Dstring_test.cpp753 TEST(STRING_TEST, strrchr) { in TEST() argument