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

/freebsd-11-stable/lib/libnv/tests/
H A Dnv_tests.cc779 nvlist_t *otherval2; local
793 otherval2 = create_test_nvlist();
794 nvlist_move_nvlist(nvl, otherkey2, otherval2);
833 const char *otherval2; local
847 otherval2 = "string";
848 nvlist_add_string(nvl, otherkey2, otherval2);
856 ATF_REQUIRE_EQ(strcmp(nvlist_get_string(nvl, otherkey2), otherval2), 0);
887 bool otherval2; local
897 otherval2 = true;
898 nvlist_add_bool(nvl, otherkey2, otherval2);
910 ATF_REQUIRE_EQ(nvlist_get_bool(nvl, otherkey2), otherval2); local
1001 bool otherval2; local
1028 ATF_REQUIRE_EQ(nvlist_get_bool(nvl, otherkey2), otherval2); local
[all...]

Completed in 118 milliseconds