Searched defs:strpbrk (Results 1 – 8 of 8) sorted by relevance
36 strpbrk(string, brkset) in strpbrk() function
42 strpbrk(const char *string, const char *brkset) in strpbrk() function
56 strpbrk(const char *s1, const char *s2) { in strpbrk() function
115 inline char *strpbrk(char *__s1, const char *__s2) { in strpbrk() function
840 strpbrk(string, brkset) in strpbrk() function
489 inline char *strpbrk(char *__s1, const char *__s2) { in strpbrk() function
526 strpbrk(const char *string, const char *brkset) in strpbrk() function