Searched refs:OS_TVFPrintfEx (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | printf.h | 101 void OS_TVFPrintfEx(int console, const char *fmt, va_list vlist); 151 #define OS_TVFPrintfEx( console, fmt, ... ) ((void)0) macro
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_printf.c | 347 OS_TVFPrintfEx(OS_PRINT_OUTPUT_CURRENT, fmt, vlist); in OS_TVPrintfEx() 349 SDK_WEAK_SYMBOL void OS_TVFPrintfEx(int console, const char *fmt, va_list vlist) in OS_TVFPrintfEx() function 410 OS_TVFPrintfEx(OS_PRINT_OUTPUT_CURRENT, fmt, vlist); in OS_TPrintfEx() 419 OS_TVFPrintfEx(console, fmt, vlist); in OS_TFPrintfEx()
|