Searched defs:strtok (Results 1 – 5 of 5) sorted by relevance
742 - Update to 2.1.1p3, which includes fixes for X11 forwarding and strtok(). function755 - Use of strtok() considered harmful. function
7 char *strtok(char *s, const char *delim) in strtok() function
183 char * strtok(char * s,const char * ct) in strtok() function
154 #define strtok(p,s) VG_(strtok) ((p),(s)) macro
466 VG_(strtok) (HChar *s, const HChar *delim) in VG_() argument