Home
last modified time | relevance | path

Searched refs:testv (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_mi_vector_hash.c51 } testv[] = { variable
79 for (i = 0; i < sizeof(testv) / sizeof(testv[0]); ++i) { in ATF_TC_BODY()
80 len = strlen(testv[i].vector); in ATF_TC_BODY()
81 strcpy(buf + j, testv[i].vector); in ATF_TC_BODY()
83 ATF_CHECK_EQ(hashes[0], testv[i].hashes[0]); in ATF_TC_BODY()
84 ATF_CHECK_EQ(hashes[1], testv[i].hashes[1]); in ATF_TC_BODY()
85 ATF_CHECK_EQ(hashes[2], testv[i].hashes[2]); in ATF_TC_BODY()