Searched defs:strrchr (Results 1 – 3 of 3) sorted by relevance
33 char* strrchr(const char* p, int ch) { in strrchr() function
370 char* strrchr(const char* const _Nonnull s __pass_object_size, int c) in strrchr() function583 char* strrchr(const char* _Nonnull s, int c) { in strrchr() function649 const char* strrchr(const char* const _Nonnull s __pass_object_size, int c) __prefer_this_overload { in strrchr() function654 char* strrchr(char* const _Nonnull s __pass_object_size, int c) __prefer_this_overload { in strrchr() function
748 TEST(STRING_TEST, strrchr) { in TEST() argument