Searched refs:toks (Results 1 – 1 of 1) sorted by relevance
132 char *toks = strdup (str); in str_word_list() local133 char *word = strtok (toks, delim); in str_word_list()141 free (toks); in str_word_list()
Completed in 3 milliseconds