Home
last modified time | relevance | path

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

/NextBSD/contrib/atf/atf-c/detail/
HDlist.h95 char **atf_list_to_charpp(const atf_list_t *);
HDlist_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()
HDlist.c319 atf_list_to_charpp(const atf_list_t *l) in atf_list_to_charpp() function