Searched refs:word_count (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtext_test.c100 word_count(const char *word ATF_DEFS_ATTRIBUTE_UNUSED, void *data) function
148 RE(atf_text_for_each_word("1 2 3", " ", word_count, &cnt));
155 RE(atf_text_for_each_word("1 2 3", ".", word_count, &cnt));
162 RE(atf_text_for_each_word("1 2 3 4 5", " ", word_count, &cnt));
169 RE(atf_text_for_each_word("1 2.3.4 5", " .", word_count, &cnt));

Completed in 93 milliseconds