Home
last modified time | relevance | path

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

/freebsd/lib/libnv/tests/
H A Dnv_tests.cc777 nvlist_t *otherval2; in ATF_TEST_CASE_BODY() local
791 otherval2 = create_test_nvlist(); in ATF_TEST_CASE_BODY()
792 nvlist_move_nvlist(nvl, otherkey2, otherval2); in ATF_TEST_CASE_BODY()
831 const char *otherval2; in ATF_TEST_CASE_BODY() local
845 otherval2 = "string"; in ATF_TEST_CASE_BODY()
846 nvlist_add_string(nvl, otherkey2, otherval2); in ATF_TEST_CASE_BODY()
854 ATF_REQUIRE_EQ(strcmp(nvlist_get_string(nvl, otherkey2), otherval2), 0); in ATF_TEST_CASE_BODY()
885 bool otherval2; in ATF_TEST_CASE_BODY() local
895 otherval2 = true; in ATF_TEST_CASE_BODY()
896 nvlist_add_bool(nvl, otherkey2, otherval2); in ATF_TEST_CASE_BODY()
[all …]