Searched defs:strpbrk (Results 1 – 2 of 2) sorted by relevance
233 char* _Nullable strpbrk(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strpbrk() function238 const char* _Nullable strpbrk(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overloa… in strpbrk() function
37 strpbrk(const char *s1, const char *s2) in strpbrk() function