Searched defs:strchr (Results 1 – 4 of 4) sorted by relevance
270 const char* _Nullable strchr(const char* _Nonnull const s __pass_object_size, int c) in strchr() function276 char* _Nullable strchr(char* _Nonnull const s __pass_object_size, int c) in strchr() function
114 DEFINE_IFUNC_FOR(strchr) { in DEFINE_IFUNC_FOR() argument
246 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