| /src/external/bsd/atf/dist/atf-c/detail/ |
| list.h | 110 #define atf_list_for_each_c(iter, list) \ macro
|
| list_test.c | 308 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_for_each_c macro"); 320 atf_list_for_each_c(iter, &list) { 335 atf_list_for_each_c(iter, &list) {
|
| list.c | 334 atf_list_for_each_c(iter, l) { function
|
| map.c | 290 atf_list_for_each_c(iter, &m->m_list) {
|
| process.c | 579 atf_list_for_each_c(liter, l) { function
|
| /src/external/bsd/atf/dist/atf-c/ |
| tp.c | 60 atf_list_for_each_c(iter, &tp->pimpl->m_tcs) { 159 atf_list_for_each_c(iter, &tp->pimpl->m_tcs) {
|
| build.c | 131 atf_list_for_each_c(liter, l) { function
|
| /src/external/bsd/atf/dist/atf-c++/ |
| build.cpp | 55 atf_list_for_each_c(iter, l)
|