Searched defs:strpbrk (Results 1 – 5 of 5) sorted by relevance
83 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} in strpbrk() function85 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} in strpbrk() function
55 char *strpbrk(const char *s, const char *accept) in strpbrk() function
161 char * strpbrk(const char * cs,const char * ct) in strpbrk() function
64 #define strpbrk(_ss,_aa) VG_(strpbrk)((_ss),(_aa)) macro
295 HChar* VG_(strpbrk) ( const HChar* s, const HChar* accpt ) in VG_() argument