Searched defs:strrchr (Results 1 – 5 of 5) sorted by relevance
32 char* strrchr(const char* p, int ch) { in strrchr() function
206 const char* _Nullable strrchr(const char* _Nonnull const s __pass_object_size, int c) __prefer_this… in strrchr() function211 char* _Nullable strrchr(char* _Nonnull const s __pass_object_size, int c) __prefer_this_overload { in strrchr() function
126 DEFINE_IFUNC_FOR(strrchr) { in DEFINE_IFUNC_FOR() argument
242 char* strrchr(const char* const s __pass_object_size, int c) __overloadable { in strrchr() function
758 TEST(STRING_TEST, strrchr) { in TEST() argument