Searched defs:strtok (Results 1 – 4 of 4) sorted by relevance
745 - Update to 2.1.1p3, which includes fixes for X11 forwarding and strtok(). function758 - Use of strtok() considered harmful. function
97 StringTokenizer strtok = new StringTokenizer( authString, ","); in scrapeAuthenticationDetails() local
146 #define strtok(p,s) VG_(strtok) ((p),(s)) macro
435 VG_(strtok) (HChar *s, const HChar *delim) in VG_() argument