Searched refs:atf_list_to_charpp (Results 1 – 3 of 3) sorted by relevance
95 char **atf_list_to_charpp(const atf_list_t *);
117 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()
319 atf_list_to_charpp(const atf_list_t *l) in atf_list_to_charpp() function