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