Searched defs:col (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/unit/atf-src/tools/ |
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);
|
H A D | ui.cpp | 81 const size_t col) 85 const std::string pad(col - tag.length(), ' '); 86 const std::string fullpad(col, ' '); 93 assert(formatted.length() == col); 94 size_t curcol = col; 109 curcol = col; 142 bool repeat, size_t col) 144 assert(col == 0 || col >= tag.length()); 145 if (col 77 format_paragraph(const std::string& text, const std::string& tag, const bool first, const bool repeat, const size_t col) argument 141 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 | 126 std::vector< std::string > col; local 127 tools::process::argv_array argv(col); 133 std::vector< std::string > col; local 134 col.push_back("arg0"); 135 tools::process::argv_array argv(col); 138 ATF_REQUIRE_EQ(argv[0], col[0]); 142 std::vector< std::string > col; local 143 col.push_back("arg0"); 144 col.push_back("arg1"); 145 col 279 std::vector< std::string > col; local [all...] |
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | process_test.cpp | 120 std::vector< std::string > col; local 121 atf::process::argv_array argv(col); 127 std::vector< std::string > col; local 128 col.push_back("arg0"); 129 atf::process::argv_array argv(col); 132 ATF_REQUIRE_EQ(argv[0], col[0]); 136 std::vector< std::string > col; local 137 col.push_back("arg0"); 138 col.push_back("arg1"); 139 col 273 std::vector< std::string > col; local [all...] |
/bind-9.11.3/lib/dns/ |
H A D | masterdump.c | 326 unsigned int col = 0; local 356 result = indent(&col, ctx->style.rdata_column, 388 #define INDENT_TO(col) \ 394 } else if ((result = indent(&column, ctx->style.col, \
|
Completed in 32 milliseconds