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

/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dlist_test.c75 RE(atf_list_append(&list, &i1, false));
76 RE(atf_list_append(&list, &i2, false));
77 RE(atf_list_append(&list, &i3, false));
99 RE(atf_list_append(&list, &i1, false));
100 RE(atf_list_append(&list, &i2, false));
101 RE(atf_list_append(&list, &i3, false));
135 RE(atf_list_append(&list, s1, false));
136 RE(atf_list_append(&list, s2, false));
137 RE(atf_list_append(&list, s3, false));
155 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_append functio
[all...]
H A Dlist.h98 atf_error_t atf_list_append(atf_list_t *, void *, bool);
H A Dtext.c122 err = atf_list_append(words, atf_dynstr_fini_disown(&word), true);
H A Dlist.c351 atf_list_append(atf_list_t *l, void *data, bool managed) function
H A Dmap.c359 err = atf_list_append(&m->m_list, me, false);
H A Dprocess_test.c926 atf_list_append(&argv, strdup(atf_fs_path_cstring(&process_helpers)), true);
927 atf_list_append(&argv, strdup("echo"), true);
928 atf_list_append(&argv, strdup("test-message"), true);
/freebsd-12-stable/contrib/atf/atf-c/
H A Dtp.c182 err = atf_list_append(&tp->pimpl->m_tcs, tc, false);
H A Dbuild.c62 return atf_list_append(argv, strdup(arg), true);
H A Dcheck.c239 err = atf_list_append(l, item, true);

Completed in 45 milliseconds