Lines Matching defs:console

79 SDK_WEAK_SYMBOL void OS_FPutChar(int console, char c)  in OS_FPutChar()
141 static void OS_FPutStringInit(int console, const char *str) in OS_FPutStringInit()
193 static void OS_FPutStringDummy(int console, const char *str) in OS_FPutStringDummy()
212 static void OS_FPutStringAris(int console, const char *str) in OS_FPutStringAris()
248 static void OS_FPutStringISD(int console, const char *str) in OS_FPutStringISD()
278 static void OS_FPutStringISTD(int console, const char *str) in OS_FPutStringISTD()
324 SDK_WEAK_SYMBOL void OS_VFPrintf(int console, const char *fmt, va_list vlist) in OS_VFPrintf()
334 SDK_WEAK_SYMBOL void OS_VFPrintf(int console, const char *fmt, va_list vlist) in OS_VFPrintf()
343 SDK_WEAK_SYMBOL void OS_TVFPrintf(int console, const char *fmt, va_list vlist) in OS_TVFPrintf()
352 SDK_WEAK_SYMBOL void OS_TVFPrintfEx(int console, const char *fmt, va_list vlist) in OS_TVFPrintfEx()
381 SDK_WEAK_SYMBOL void OS_FPrintf(int console, const char *fmt, ...) in OS_FPrintf()
399 SDK_WEAK_SYMBOL void OS_TFPrintf(int console, const char *fmt, ...) in OS_TFPrintf()
417 SDK_WEAK_SYMBOL void OS_TFPrintfEx(int console, const char *fmt, ...) in OS_TFPrintfEx()
517 SDK_WEAK_SYMBOL void OSi_FWarning(int console, const char *file, int line, const char *fmt, ...) in OSi_FWarning()
529 SDK_WEAK_SYMBOL void OSi_TFWarning(int console, const char *file, int line, const char *fmt, ...) in OSi_TFWarning()
554 SDK_WEAK_SYMBOL void OSi_FPanic(int console, const char *file, int line, const char *fmt, ...) in OSi_FPanic()
566 SDK_WEAK_SYMBOL void OSi_TFPanic(int console, const char *file, int line, const char *fmt, ...) in OSi_TFPanic()
681 static void OS_FPutStringPrnSrv(int console, const char *str) in OS_FPutStringPrnSrv()