|
| static fmt::internal::Null | strerror_r (int, char *,...) |
| |
| static fmt::internal::Null | strerror_s (char *, std::size_t,...) |
| |
| int | fmt::anonymous_namespace{format.cc}::safe_strerror (int error_code, char *&buffer, std::size_t buffer_size) FMT_NOEXCEPT |
| |
| void | fmt::anonymous_namespace{format.cc}::format_error_code (Writer &out, int error_code, StringRef message) FMT_NOEXCEPT |
| |
| void | fmt::anonymous_namespace{format.cc}::report_error (FormatFunc func, int error_code, StringRef message) FMT_NOEXCEPT |
| |
| FMT_FUNC void | fmt::internal::format_system_error (Writer &out, int error_code, StringRef message) FMT_NOEXCEPT |
| |
| FMT_FUNC void | fmt::format_system_error (Writer &out, int error_code, StringRef message) FMT_NOEXCEPT |
| |
| FMT_FUNC void | fmt::report_system_error (int error_code, fmt::StringRef message) FMT_NOEXCEPT |
| |
| FMT_FUNC void | fmt::print (std::FILE *f, CStringRef format_str, ArgList args) |
| |
| FMT_FUNC void | fmt::print (CStringRef format_str, ArgList args) |
| |
| FMT_FUNC void | fmt::print_colored (Color c, CStringRef format, ArgList args) |
| |