Searched refs:prog_name (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/unit/atf-src/tools/ |
H A D | ui.cpp | 123 impl::format_error(const std::string& prog_name, const std::string& error) argument 125 return format_text_with_tag("ERROR: " + error, prog_name + ": ", true); 129 impl::format_info(const std::string& prog_name, const std::string& msg) argument 131 return format_text_with_tag(msg, prog_name + ": ", true); 169 impl::format_warning(const std::string& prog_name, const std::string& error) argument 171 return format_text_with_tag("WARNING: " + error, prog_name + ": ", true);
|
/bind-9.11.3/bin/check/ |
H A D | named-checkzone.c | 52 static const char *prog_name = NULL; variable 81 prog_name, 123 prog_name = strrchr(argv[0], '/'); 124 if (prog_name == NULL) 125 prog_name = strrchr(argv[0], '\\'); 126 if (prog_name != NULL) 127 prog_name++; 129 prog_name = argv[0]; 134 if (strncmp(prog_name, "lt-", 3) == 0) 135 prog_name [all...] |
Completed in 11 milliseconds