Home
last modified time | relevance | path

Searched refs:__bionic_strrchr (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/include/
Dstring.h228 char* _Nullable __bionic_strrchr(const char* _Nonnull const s __pass_object_size, int c) { in __bionic_strrchr() function
234 return __bionic_strrchr(s, c); in strrchr()
239 return __bionic_strrchr(s, c); in strrchr()