Home
last modified time | relevance | path

Searched defs:strpbrk (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrpbrk.c37 strpbrk(const char *s1, const char *s2) in strpbrk() function
/bionic/libc/include/
Dstring.h260 char* _Nullable strpbrk(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strpbrk() function
265 const char* _Nullable strpbrk(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overloa… in strpbrk() function