Home
last modified time | relevance | path

Searched refs:token (Results 1 – 4 of 4) sorted by relevance

/benchtests/
A Dbench-strtok.c27 char *token; in oldstrtok() local
41 token = s; in oldstrtok()
42 s = strpbrk (token, delim); in oldstrtok()
45 olds = rawmemchr (token, '\0'); in oldstrtok()
52 return token; in oldstrtok()
A Dbench-strcoll.c97 char *token = strtok (tmp, delim); in count_words() local
98 while (token != NULL) in count_words()
100 if (*token != '\0') in count_words()
102 token = strtok (NULL, delim); in count_words()
/benchtests/strcoll-inputs/
A Dfilelist#C14383 locfile-token.h
A Dfilelist#en_US.UTF-814383 locfile-token.h

Completed in 15 milliseconds