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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dlist_test.c79 RE(atf_list_append(&list, &i1, false));
80 RE(atf_list_append(&list, &i2, false));
81 RE(atf_list_append(&list, &i3, false));
103 RE(atf_list_append(&list, &i1, false));
104 RE(atf_list_append(&list, &i2, false));
105 RE(atf_list_append(&list, &i3, false));
139 RE(atf_list_append(&list, s1, false));
140 RE(atf_list_append(&list, s2, false));
141 RE(atf_list_append(&list, s3, false));
159 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_append functio
[all...]
H A Dlist.h102 atf_error_t atf_list_append(atf_list_t *, void *, bool);
H A Dtext.c126 err = atf_list_append(words, atf_dynstr_fini_disown(&word), true);
H A Dlist.c355 atf_list_append(atf_list_t *l, void *data, bool managed) function
H A Dmap.c363 err = atf_list_append(&m->m_list, me, false);
H A Dprocess_test.c919 atf_list_append(&argv, strdup(atf_fs_path_cstring(&process_helpers)), true);
920 atf_list_append(&argv, strdup("echo"), true);
921 atf_list_append(&argv, strdup("test-message"), true);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dbuild.c65 return atf_list_append(argv, strdup(arg), true);
H A Dtp.c186 err = atf_list_append(&tp->pimpl->m_tcs, tc, false);
H A Dcheck.c243 err = atf_list_append(l, item, true);

Completed in 24 milliseconds