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