Home
last modified time | relevance | path

Searched refs:SCP_FORMAT_STRING (Results 1 – 16 of 16) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/osapi/
H A Ddialogs.h54 void AssertMessage(const char* text, const char* filename, int linenum, SCP_FORMAT_STRING
65 …void LuaError(lua_State *L, SCP_FORMAT_STRING const char *format = nullptr, ...) SCP_FORMAT_STRING…
76 void Error(const char* filename, int line, SCP_FORMAT_STRING const char* format, ...)
95 …void Warning(const char* filename, int line, SCP_FORMAT_STRING const char* format, ...) SCP_FORMAT…
105 …void WarningEx(const char* filename, int line, SCP_FORMAT_STRING const char* format, ...) SCP_FORM…
115 …void ReleaseWarning(const char* filename, int line, SCP_FORMAT_STRING const char* format, ...) SCP…
H A Doutwnd.h18 void outwnd_printf(const char *id, SCP_FORMAT_STRING const char *format, ...) SCP_FORMAT_STRING_ARG…
19 void outwnd_printf2(SCP_FORMAT_STRING const char *format, ...) SCP_FORMAT_STRING_ARGS(1, 2);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudmessage.h68 void HUD_printf(SCP_FORMAT_STRING const char *format, ...) SCP_FORMAT_STRING_ARGS(1, 2);
70 void HUD_sourced_printf(int source, SCP_FORMAT_STRING const char *format, ...) SCP_FORMAT_STRING_AR…
71 void HUD_fixed_printf(float duration, color col, SCP_FORMAT_STRING const char *format, ...) SCP_FOR…
H A Dhud.h327 …void renderPrintf(int x, int y, SCP_FORMAT_STRING const char* format, ...) SCP_FORMAT_STRING_ARGS(…
328 …void renderPrintf(int x, int y, int gauge_id, SCP_FORMAT_STRING const char* format, ...) SCP_FORM…
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/
H A DEditor.h268 int error(SCP_FORMAT_STRING const char* msg, ...) SCP_FORMAT_STRING_ARGS(2, 3);
269 int internal_error(SCP_FORMAT_STRING const char* msg, ...) SCP_FORMAT_STRING_ARGS(2, 3);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/network/
H A Dmulti_log.h36 void ml_printf(SCP_FORMAT_STRING const char *format, ...) SCP_FORMAT_STRING_ARGS(1, 2);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/globalincs/toolchain/
H A Ddoxygen.h19 #define SCP_FORMAT_STRING macro
H A Dgcc.h22 #define SCP_FORMAT_STRING macro
H A Dmingw.h24 #define SCP_FORMAT_STRING macro
H A Dmsvc.h24 #define SCP_FORMAT_STRING _Printf_format_string_ macro
H A Dclang.h22 #define SCP_FORMAT_STRING macro
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dgeneric_log.h33 void log_printf(int logfile_type, SCP_FORMAT_STRING const char *format, ...) SCP_FORMAT_STRING_ARGS…
H A Dparselo.h102 extern void diag_printf(SCP_FORMAT_STRING const char *format, ...) SCP_FORMAT_STRING_ARGS(1, 2);
103 extern void error_display(int error_level, SCP_FORMAT_STRING const char *format, ...) SCP_FORMAT_ST…
305 extern void sprintf(SCP_string &dest, SCP_FORMAT_STRING const char *format, ...) SCP_FORMAT_STRING_…
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/debugconsole/
H A Dconsole.h271 void dc_printf(SCP_FORMAT_STRING const char *format, ...) SCP_FORMAT_STRING_ARGS(1, 2);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A D2d.h971 extern void gr_printf( int x, int y, const char * format, SCP_FORMAT_STRING ... ) SCP_FORMAT_STRING…
973 extern void gr_printf_menu( int x, int y, const char * format, SCP_FORMAT_STRING ... ) SCP_FORMAT_…
975 extern void gr_printf_menu_zoomed( int x, int y, const char * format, SCP_FORMAT_STRING ... ) SCP_…
977 extern void gr_printf_no_resize( int x, int y, const char * format, SCP_FORMAT_STRING ... ) SCP_FO…
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/paths/
H A DNanoVGRenderer.cpp28 void nvgOldCPrintf(SCP_FORMAT_STRING const char *message, ...) { in nvgOldCPrintf()