Searched refs:text (Results 1 – 1 of 1) sorted by relevance
92 count_words (const char *text, const char *delim) in count_words() argument95 char *tmp = strdup (text); in count_words()221 char *text = read_file (filename); in bench_file() local222 if (text == NULL) in bench_file()225 word_list *list = str_word_list (text, TEXTFILE_DELIMITER); in bench_file()232 free (text); in bench_file()
Completed in 3 milliseconds