Searched defs:strings (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dtxt_16.c19 int strings; local
27 strings = 0;
33 strings++;
43 strings++;
47 return (strings == 0 ? ISC_R_UNEXPECTEDEND : ISC_R_SUCCESS);
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dutils_test.cpp249 std::set< std::string > strings; local
250 strings.insert("First");
251 strings.insert("Second");
253 ATF_REQUIRE( atf::utils::grep_collection("irs", strings));
254 ATF_REQUIRE( atf::utils::grep_collection("cond", strings));
255 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings));
261 std::vector< std::string > strings; local
262 strings.push_back("First");
263 strings.push_back("Second");
265 ATF_REQUIRE( atf::utils::grep_collection("irs", strings));
[all...]

Completed in 11 milliseconds