Searched defs:strcspn (Results 1 – 2 of 2) sorted by relevance
59 #define strcspn(_ss,_rr) VG_(strcspn)((_ss),(_rr)) macro
607 SizeT VG_(strcspn) ( const HChar* s, const HChar* reject ) in VG_() argument