Home
last modified time | relevance | path

Searched refs:atf_list_to_charpp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Dlist.h95 char **atf_list_to_charpp(const atf_list_t *);
H A Dlist_test.c117 ATF_REQUIRE((array = atf_list_to_charpp(&list)) != NULL); in ATF_TC_BODY()
138 ATF_REQUIRE((array = atf_list_to_charpp(&list)) != NULL); in ATF_TC_BODY()
H A Dlist.c319 atf_list_to_charpp(const atf_list_t *l) in atf_list_to_charpp() function