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

/freebsd-10.3-release/lib/libnv/tests/
H A Dnv_tests.cc741 const char *testkey, *otherkey1, *otherkey2; local
756 otherkey2 = "key2";
758 nvlist_move_nvlist(nvl, otherkey2, otherval2);
765 ATF_REQUIRE(nvlist_exists_nvlist(nvl, otherkey2));
766 verify_test_nvlist(nvlist_get_nvlist(nvl, otherkey2));
795 const char *testkey, *otherkey1, *otherkey2; local
810 otherkey2 = "key2";
812 nvlist_add_string(nvl, otherkey2, otherval2);
819 ATF_REQUIRE(nvlist_exists_string(nvl, otherkey2));
820 ATF_REQUIRE_EQ(strcmp(nvlist_get_string(nvl, otherkey2), otherval
849 const char *testkey, *otherkey1, *otherkey2; local
903 const char *testkey, *otherkey1, *otherkey2; local
960 const char *testkey, *otherkey1, *otherkey2; local
[all...]

Completed in 46 milliseconds