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

/freebsd-11-stable/lib/libnv/tests/
H A Dnv_tests.cc1000 size_t testsize, othersize, actual_size; local
1007 othersize = sizeof(otherval1);
1008 nvlist_add_binary(nvl, otherkey1, otherval1, othersize);
1024 ATF_REQUIRE_EQ(othersize, actual_size);
1025 ATF_REQUIRE_EQ(memcmp(actual_value, otherval1, othersize), 0);

Completed in 56 milliseconds