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

/freebsd-11.0-release/lib/libnv/tests/
H A Dnv_array_tests.cc263 const char *somestr[8] = { "a", "b", "c", "d", "e", "f", "g", "h" }; local
270 nvlist_add_string(testnvl[i], "nvl/string", somestr[i]);
306 "nvl/string"), somestr[i]) == 0);
343 const char *somestr[8] = { "a", "b", "c", "d", "e", "f", "g", "h" }; local
355 nvlist_add_string(testnvl[i], "nvl/nvl/teststr", somestr[i]);
442 somestr[i]) == 0);
1108 const char *somestr[8] = { "a", "b", "c", "d", "e", "f", "g", "h" }; local
1115 nvlist_add_string(testnvl[i], "nvl/string", somestr[i]);
1156 "nvl/string"), somestr[i]) == 0);

Completed in 73 milliseconds