Searched defs:strtok (Results 1 – 6 of 6) sorted by relevance
788 - Update to 2.1.1p3, which includes fixes for X11 forwarding and strtok(). function801 - Use of strtok() considered harmful. function
32 strtok(char *s, const char *ct) in strtok() function
39 int strtok; variable
94 strtok(char *s, const char *delim) in strtok() function
218 #define strtok fix_strtok macro223 #define strtok my_strtok macro
103 INTERCEPTOR(char *, strtok, char *str, const char *delim) { in INTERCEPTOR() argument