Home
last modified time | relevance | path

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

/benchtests/
A Dbench-strcoll.c92 count_words (const char *text, const char *delim) in count_words() argument
95 char *tmp = strdup (text); in count_words()
221 char *text = read_file (filename); in bench_file() local
222 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