Searched refs:aiter (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dbuild.c127 char **aiter; local
130 aiter = a;
132 *aiter = strdup((const char *)atf_list_citer_data(liter));
133 aiter++;
135 *aiter = NULL;
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess.c575 const char **aiter; local
578 aiter = a;
580 *aiter = (const char *)atf_list_citer_data(liter);
581 aiter++;
583 *aiter = NULL;

Completed in 19 milliseconds