Searched refs:atf_list_append_list (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | list.h | 99 void atf_list_append_list(atf_list_t *, atf_list_t *);
|
H A D | list_test.c | 174 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_append_list " 185 atf_list_append_list(&l1, &l2); 199 atf_list_append_list(&l1, &l2); 214 atf_list_append_list(&l1, &l2); 231 atf_list_append_list(&l1, &l2); 251 atf_list_append_list(&l1, &l2);
|
H A D | list.c | 370 atf_list_append_list(atf_list_t *l, atf_list_t *src) function
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | build.c | 52 atf_list_append_list(argv, &words);
|
Completed in 1456 milliseconds