Searched refs:col (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | ui.cpp | 82 const size_t col) 86 const std::string pad(col - tag.length(), ' '); 87 const std::string fullpad(col, ' '); 94 INV(formatted.length() == col); 95 size_t curcol = col; 110 curcol = col; 143 bool repeat, size_t col) 145 PRE(col == 0 || col >= tag.length()); 146 if (col 78 format_paragraph(const std::string& text, const std::string& tag, const bool first, const bool repeat, const size_t col) argument 142 format_text_with_tag(const std::string& text, const std::string& tag, bool repeat, size_t col) argument [all...] |
H A D | process_test.cpp | 123 std::vector< std::string > col; local 124 atf::process::argv_array argv(col); 130 std::vector< std::string > col; local 131 col.push_back("arg0"); 132 atf::process::argv_array argv(col); 135 ATF_REQUIRE_EQ(argv[0], col[0]); 139 std::vector< std::string > col; local 140 col.push_back("arg0"); 141 col.push_back("arg1"); 142 col 276 std::vector< std::string > col; local [all...] |
H A D | ui_test.cpp | 46 size_t col; member in struct:test 372 << (t->repeat ? "repeat" : "no repeat") << "', col " 373 << t->col << "\n"; 378 t->repeat, t->col);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/ |
H A D | SparseMap.pm | 535 my $col = 0; 539 $col += length($s); 540 if ($col > 70) { 542 $col = length($s);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | masterdump.c | 277 unsigned int col = 0; local 288 result = indent(&col, ctx->style.rdata_column, 320 #define INDENT_TO(col) \ 322 if ((result = indent(&column, ctx->style.col, \
|
Completed in 16 milliseconds