Searched refs:atf_text_for_each_word (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | text.h | 40 atf_error_t atf_text_for_each_word(const char *, const char *,
|
H A D | text_test.c | 138 atf_tc_set_md_var(tc, "descr", "Checks the atf_text_for_each_word" 148 RE(atf_text_for_each_word("1 2 3", " ", word_count, &cnt)); 149 RE(atf_text_for_each_word("1 2 3", " ", word_acum, acum)); 155 RE(atf_text_for_each_word("1 2 3", ".", word_count, &cnt)); 156 RE(atf_text_for_each_word("1 2 3", ".", word_acum, acum)); 162 RE(atf_text_for_each_word("1 2 3 4 5", " ", word_count, &cnt)); 163 RE(atf_text_for_each_word("1 2 3 4 5", " ", word_acum, acum)); 169 RE(atf_text_for_each_word("1 2.3.4 5", " .", word_count, &cnt)); 170 RE(atf_text_for_each_word("1 2.3.4 5", " .", word_acum, acum)); 178 atf_error_t err = atf_text_for_each_word(" [all...] |
H A D | text.c | 42 atf_text_for_each_word(const char *instr, const char *sep, function
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc.c | 505 err = atf_text_for_each_word(path, ":", check_prog_in_dir, &pf);
|
Completed in 13 milliseconds