Searched defs:strchr (Results 1 – 5 of 5) sorted by relevance
32 char* strchr(const char* p, int ch) { in strchr() function
189 const char* _Nullable strchr(const char* _Nonnull const s __pass_object_size, int c) in strchr() function195 char* _Nullable strchr(char* _Nonnull const s __pass_object_size, int c) in strchr() function
75 DEFINE_IFUNC_FOR(strchr) { in DEFINE_IFUNC_FOR() argument
230 char* strchr(const char* const s __pass_object_size, int c) __overloadable { in strchr() function
445 TEST(STRING_TEST, strchr) { in TEST() argument