HomeSort by: relevance | last modified time | path
    Searched refs:aiter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
build.c 127 char **aiter; local
130 aiter = a;
132 *aiter = strdup((const char *)atf_list_citer_data(liter));
133 aiter++;
135 *aiter = NULL;
  /src/external/bsd/atf/dist/atf-c/detail/
process.c 575 const char **aiter; local
578 aiter = a;
580 *aiter = (const char *)atf_list_citer_data(liter);
581 aiter++;
583 *aiter = NULL;

Completed in 40 milliseconds