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

/freebsd-11-stable/lib/libnv/tests/
H A Dnv_tests.cc777 const char *testkey, *otherkey1, *otherkey2; local
792 otherkey2 = "key2";
794 nvlist_move_nvlist(nvl, otherkey2, otherval2);
801 ATF_REQUIRE(nvlist_exists_nvlist(nvl, otherkey2));
802 verify_test_nvlist(nvlist_get_nvlist(nvl, otherkey2));
831 const char *testkey, *otherkey1, *otherkey2; local
846 otherkey2 = "key2";
848 nvlist_add_string(nvl, otherkey2, otherval2);
855 ATF_REQUIRE(nvlist_exists_string(nvl, otherkey2));
856 ATF_REQUIRE_EQ(strcmp(nvlist_get_string(nvl, otherkey2), otherval
885 const char *testkey, *otherkey1, *otherkey2; local
939 const char *testkey, *otherkey1, *otherkey2; local
996 const char *testkey, *otherkey1, *otherkey2; local
[all...]

Completed in 164 milliseconds