Searched refs:ui (Results 1 - 9 of 9) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Datf-version.cpp39 #include "ui.hpp"
62 using tools::ui::format_text;
63 using tools::ui::format_text_with_tag;
H A Dui.hpp36 namespace ui { namespace in namespace:tools
102 } // namespace ui
H A Dapplication.cpp47 #include "ui.hpp"
217 os << ui::format_text_with_tag(std::string(m_prog_name) + " [options]" +
219 << ui::format_text(m_description) << "\n\n";
241 os << ui::format_text_with_tag(opt.m_description, tag, false,
249 os << ui::format_text("For more details please see " + m_manpage +
298 std::cerr << ui::format_error(m_prog_name, e.what()) << "\n"
299 << ui::format_info(m_prog_name, std::string("Type `") +
304 std::cerr << ui::format_error(m_prog_name, std::string(e.what()))
308 std::cerr << ui::format_error(m_prog_name, std::string("Caught "
312 std::cerr << ui
[all...]
H A DMakefile.am.inc70 tools/ui.cpp \
71 tools/ui.hpp \
317 tools_ui_test_SOURCES = tools/ui_test.cpp tools/ui.cpp
H A Dui_test.cpp36 #include "ui.hpp"
377 std::string result = tools::ui::format_text_with_tag(t->fmt, t->tag,
H A Datf-report.cpp49 #include "ui.hpp"
224 using tools::ui::format_text;
238 using tools::ui::format_text_with_tag;
304 using tools::ui::format_text;
305 using tools::ui::format_text_with_tag;
324 using tools::ui::format_text;
325 using tools::ui::format_text_with_tag;
H A Dui.cpp42 #include "ui.hpp"
44 namespace impl = tools::ui;
45 #define IMPL_NAME "tools::ui"
/bind-9.11.3/bin/win32/BINDInstall/
H A DAccountInfo.cpp190 USER_INFO_1 ui; local
209 ui.usri1_name = (LPWSTR) &AccountName;
210 ui.usri1_password = (LPWSTR) &AccountPassword;
211 ui.usri1_priv = USER_PRIV_USER;
212 ui.usri1_home_dir = NULL;
213 ui.usri1_comment = L"ISC BIND Service Account";
214 ui.usri1_flags = UF_PASSWD_CANT_CHANGE | UF_DONT_EXPIRE_PASSWD |
216 ui.usri1_script_path = NULL;
220 nStatus = NetUserAdd(NULL, dwLevel, (LPBYTE)&ui, &dwError);
/bind-9.11.3/bin/named/
H A Dserver.c1530 isc_uint8_t ui; local
1531 result = isc_parse_uint8(&ui, r.base, 10);
1532 alg = ui;

Completed in 1784 milliseconds