Searched refs:prog_name (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/bin/check/ |
H A D | named-checkzone.c | 59 static char *prog_name = NULL; variable 87 prog_name, 119 prog_name = strrchr(argv[0], '/'); 120 if (prog_name == NULL) 121 prog_name = strrchr(argv[0], '\\'); 122 if (prog_name != NULL) 123 prog_name++; 125 prog_name = argv[0]; 130 if (strncmp(prog_name, "lt-", 3) == 0) 131 prog_name [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | ui.cpp | 124 impl::format_error(const std::string& prog_name, const std::string& error) argument 126 return format_text_with_tag("ERROR: " + error, prog_name + ": ", true); 130 impl::format_info(const std::string& prog_name, const std::string& msg) argument 132 return format_text_with_tag(msg, prog_name + ": ", true); 170 impl::format_warning(const std::string& prog_name, const std::string& error) argument 172 return format_text_with_tag("WARNING: " + error, prog_name + ": ", true);
|
Completed in 545 milliseconds