Home
last modified time | relevance | path

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

/freebsd/lib/libnv/tests/
H A Dnv_tests.cc998 size_t testsize, othersize, actual_size; in ATF_TEST_CASE_BODY() local
1005 othersize = sizeof(otherval1); in ATF_TEST_CASE_BODY()
1006 nvlist_add_binary(nvl, otherkey1, otherval1, othersize); in ATF_TEST_CASE_BODY()
1022 ATF_REQUIRE_EQ(othersize, actual_size); in ATF_TEST_CASE_BODY()
1023 ATF_REQUIRE_EQ(memcmp(actual_value, otherval1, othersize), 0); in ATF_TEST_CASE_BODY()