Searched refs:OS_TVFPrintfEx (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/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.4/build/libraries/os/common/src/ |
| D | os_printf.c | 350 OS_TVFPrintfEx(OS_PRINT_OUTPUT_CURRENT, fmt, vlist); in OS_TVPrintfEx() 352 SDK_WEAK_SYMBOL void OS_TVFPrintfEx(int console, const char *fmt, va_list vlist) in OS_TVFPrintfEx() function 413 OS_TVFPrintfEx(OS_PRINT_OUTPUT_CURRENT, fmt, vlist); in OS_TPrintfEx() 422 OS_TVFPrintfEx(console, fmt, vlist); in OS_TFPrintfEx()
|