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

/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dtext.h41 atf_error_t atf_text_for_each_word(const char *, const char *,
H A Dtext_test.c138 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 Dtext.c42 atf_text_for_each_word(const char *instr, const char *sep, function
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dtc.c509 err = atf_text_for_each_word(path, ":", check_prog_in_dir, &pf);

Completed in 102 milliseconds