Searched defs:strchr (Results 1 – 6 of 6) sorted by relevance
32 char* strchr(const char* p, int ch) { in strchr() function
216 const char* _Nullable strchr(const char* _Nonnull const s __pass_object_size, int c) in strchr() function222 char* _Nullable strchr(char* _Nonnull const s __pass_object_size, int c) in strchr() function
110 DEFINE_IFUNC_FOR(strchr) { in DEFINE_IFUNC_FOR() argument
99 DEFINE_IFUNC_FOR(strchr) { in DEFINE_IFUNC_FOR() argument
230 char* _Nullable strchr(const char* _Nonnull const s __pass_object_size, int c) __overloadable { in strchr() function
447 TEST(STRING_TEST, strchr) { in TEST() argument