Home
last modified time | relevance | path

Searched refs:fmt_printf (Results 1 – 5 of 5) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DSGPStrings.h38 ST::string st_fmt_printf_to_format(const ST::string& fmt_printf);
42 inline ST::string st_format_printf(ST::utf_validation_t validation, const ST::string& fmt_printf, T… in st_format_printf() argument
44 ST::string fmt = st_fmt_printf_to_format(fmt_printf); in st_format_printf()
50 inline ST::string st_format_printf(const ST::string& fmt_printf, T&& ... args) in st_format_printf() argument
52 return st_format_printf(ST_DEFAULT_VALIDATION, fmt_printf, std::forward<T>(args) ...); in st_format_printf()
H A DSGPStrings.cc83 ST::string st_fmt_printf_to_format(const ST::string& fmt_printf) in st_fmt_printf_to_format() argument
85 ST::utf32_buffer codepoints = fmt_printf.to_utf32(); in st_fmt_printf_to_format()
229 ST::string what = ST::format("{}: '{}' -> '{}'", err, fmt_printf, fmt); in st_fmt_printf_to_format()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogBuffer.h92 char *fmt_printf();
H A DLogFile.cc534 printf_str = buffer_header->fmt_printf(); in write_ascii_logbuffer()
600 printf_str = buffer_header->fmt_printf(); in write_ascii_logbuffer3()
H A DLogBuffer.cc76 LogBufferHeader::fmt_printf() in fmt_printf() function in LogBufferHeader