Lines Matching refs:fmt

83 int     OS_SPrintf(char *dst, const char *fmt, ...);
84 int OS_VSPrintf(char *dst, const char *fmt, va_list vlist);
85 int OS_SNPrintf(char *dst, size_t len, const char *fmt, ...);
86 int OS_VSNPrintf(char *dst, size_t len, const char *fmt, va_list vlist);
87 int OS_VSNPrintfEx(char *dst, size_t len, const char *fmt, va_list vlist);
91 void OS_VPrintf(const char *fmt, va_list vlist);
92 void OS_TVPrintf(const char *fmt, va_list vlist);
93 void OS_TVPrintfEx(const char *fmt, va_list vlist);
94 void OS_Printf(const char *fmt, ...);
95 void OS_TPrintf(const char *fmt, ...);
96 void OS_TPrintfEx(const char *fmt, ...);
99 void OS_VFPrintf(int console, const char *fmt, va_list vlist);
100 void OS_TVFPrintf(int console, const char *fmt, va_list vlist);
101 void OS_TVFPrintfEx(int console, const char *fmt, va_list vlist);
102 void OS_FPrintf(int console, const char *fmt, ...);
103 void OS_TFPrintf(int console, const char *fmt, ...);
104 void OS_TFPrintfEx(int console, const char *fmt, ...);
106 void OSi_FWarning(int console, const char *file, int line, const char *fmt, ...);
107 void OSi_TFWarning(int console, const char *file, int line, const char *fmt, ...);
108 void OSi_FPanic(int console, const char *file, int line, const char *fmt, ...);
109 void OSi_TFPanic(int console, const char *file, int line, const char *fmt, ...);
111 void OSi_Warning(const char *file, int line, const char *fmt, ...);
112 void OSi_TWarning(const char *file, int line, const char *fmt, ...);
113 void OSi_Panic(const char *file, int line, const char *fmt, ...);
114 void OSi_TPanic(const char *file, int line, const char *fmt, ...);
141 #define OS_VPrintf( fmt, ... ) ((void)0) argument
142 #define OS_TVPrintf( fmt, ... ) ((void)0) argument
143 #define OS_TVPrintfEx( fmt, ... ) ((void)0) argument
149 #define OS_VFPrintf( console, fmt, ... ) ((void)0) argument
150 #define OS_TVFPrintf( console, fmt, ... ) ((void)0) argument
151 #define OS_TVFPrintfEx( console, fmt, ... ) ((void)0) argument