Searched refs:__bionic_strrchr (Results 1 – 1 of 1) sorted by relevance
228 char* _Nullable __bionic_strrchr(const char* _Nonnull const s __pass_object_size, int c) { in __bionic_strrchr() function234 return __bionic_strrchr(s, c); in strrchr()239 return __bionic_strrchr(s, c); in strrchr()