Searched defs:strtok (Results 1 – 4 of 4) sorted by relevance
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