Lines Matching full:tst
42 } tst[] = { variable
114 for (size_t i = 0; i < __arraycount(tst); i++) { in ATF_TC_BODY()
115 r = dl_print(buf, l, &tst[i].ia); in ATF_TC_BODY()
116 ATF_REQUIRE_STREQ(buf, tst[i].str); in ATF_TC_BODY()
117 ATF_REQUIRE_EQ(r, tst[i].len); in ATF_TC_BODY()
121 for (size_t i = 0; i < __arraycount(tst); i++) { in ATF_TC_BODY()
122 r = dl_print(buf, l, &tst[i].ia); in ATF_TC_BODY()
123 ATF_CHECK(strncmp(buf, tst[i].str, l - 1) == 0); in ATF_TC_BODY()
126 ATF_REQUIRE_EQ(r, tst[i].len); in ATF_TC_BODY()
146 for (size_t i = 0; i < __arraycount(tst); i++) { in ATF_TC_BODY()
147 memcpy(&sdl.sdl_addr, &tst[i].ia, sizeof(sdl.sdl_addr)); in ATF_TC_BODY()
153 e = snprintf(res, l, "[%s]:%zu", tst[i].str, i); in ATF_TC_BODY()
159 for (size_t i = 0; i < __arraycount(tst); i++) { in ATF_TC_BODY()
160 memcpy(&sdl.sdl_addr, &tst[i].ia, sizeof(sdl.sdl_addr)); in ATF_TC_BODY()
166 e = snprintf(res, l, "[%s]:%zu", tst[i].str, i); in ATF_TC_BODY()