Searched refs:token (Results 1 – 4 of 4) sorted by relevance
27 char *token; in oldstrtok() local41 token = s; in oldstrtok()42 s = strpbrk (token, delim); in oldstrtok()45 olds = rawmemchr (token, '\0'); in oldstrtok()52 return token; in oldstrtok()
97 char *token = strtok (tmp, delim); in count_words() local98 while (token != NULL) in count_words()100 if (*token != '\0') in count_words()102 token = strtok (NULL, delim); in count_words()
14383 locfile-token.h
Completed in 15 milliseconds