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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dspf_99.c30 int strings; local
40 strings = 0;
49 strings++;
53 return (strings == 0 ? ISC_R_UNEXPECTEDEND : ISC_R_SUCCESS);
H A Dtxt_16.c30 int strings; local
40 strings = 0;
46 strings++;
56 strings++;
60 return (strings == 0 ? ISC_R_UNEXPECTEDEND : ISC_R_SUCCESS);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils_test.cpp248 std::set< std::string > strings; local
249 strings.insert("First");
250 strings.insert("Second");
252 ATF_REQUIRE( atf::utils::grep_collection("irs", strings));
253 ATF_REQUIRE( atf::utils::grep_collection("cond", strings));
254 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings));
260 std::vector< std::string > strings; local
261 strings.push_back("First");
262 strings.push_back("Second");
264 ATF_REQUIRE( atf::utils::grep_collection("irs", strings));
[all...]

Completed in 23 milliseconds