Searched defs:OS_VFPrintf (Results 1 – 2 of 2) sorted by relevance
324 SDK_WEAK_SYMBOL void OS_VFPrintf(int console, const char *fmt, va_list vlist) in OS_VFPrintf() function334 SDK_WEAK_SYMBOL void OS_VFPrintf(int console, const char *fmt, va_list vlist) in OS_VFPrintf() function
149 #define OS_VFPrintf( console, fmt, ... ) ((void)0) macro