Searched defs:lines (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | sanity_test.c | 98 char *lines[3]; local 112 while (nlines < 3 && (lines[nlines] = 130 ATF_REQUIRE(atf_utils_grep_string("Invariant", lines[0])); 134 ATF_REQUIRE(atf_utils_grep_string("Precondition", lines[0])); 138 ATF_REQUIRE(atf_utils_grep_string("Postcondition", lines[0])); 142 ATF_REQUIRE(atf_utils_grep_string("Invariant", lines[0])); 146 ATF_REQUIRE(atf_utils_grep_string(__FILE__, lines[0])); 147 ATF_REQUIRE(atf_utils_grep_string(PACKAGE_BUGREPORT, lines[2])); 152 free(lines[nlines]);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | ui.cpp | 151 std::vector< std::string > lines = atf::text::split(text, "\n"); local 152 for (std::vector< std::string >::const_iterator iter = lines.begin(); 153 iter != lines.end(); iter++) { 156 formatted += format_paragraph(line, tag, iter == lines.begin(), 158 if (iter + 1 != lines.end()) {
|
Completed in 19 milliseconds