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

/freebsd-10.3-release/lib/libnv/tests/
H A Dnv_tests.cc743 nvlist_t *otherval2; local
757 otherval2 = create_test_nvlist();
758 nvlist_move_nvlist(nvl, otherkey2, otherval2);
797 const char *otherval2; local
811 otherval2 = "string";
812 nvlist_add_string(nvl, otherkey2, otherval2);
820 ATF_REQUIRE_EQ(strcmp(nvlist_get_string(nvl, otherkey2), otherval2), 0);
851 bool otherval2; local
861 otherval2 = true;
862 nvlist_add_bool(nvl, otherkey2, otherval2);
874 ATF_REQUIRE_EQ(nvlist_get_bool(nvl, otherkey2), otherval2); local
965 bool otherval2; local
992 ATF_REQUIRE_EQ(nvlist_get_bool(nvl, otherkey2), otherval2); local
[all...]

Completed in 95 milliseconds