Searched defs:strpbrk (Results 1 – 2 of 2) sorted by relevance
64 #define strpbrk(_ss,_aa) VG_(strpbrk)((_ss),(_aa)) macro
287 HChar* VG_(strpbrk) ( const HChar* s, const HChar* accpt ) in VG_() argument