Searched defs:RTStrmPrintfV (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dstream.cpp1147 RTR3DECL(int) RTStrmPrintfV(PRTSTREAM pStream, const char *pszFormat, va_list args) function
1177 int rc = RTStrmPrintfV(pStream, pszFormat, args);
1192 RTStrmPrintfV(pvUser ? (PRTSTREAM)pvUser : g_pStdOut, pszFormat, va);
1205 return RTStrmPrintfV(g_pStdOut, pszFormat, args);
1220 int rc = RTStrmPrintfV(g_pStdOut, pszFormat, args);
/vbox/include/iprt/
H A Dmangling.h1491 # define RTStrmPrintfV RT_MANGLER(RTStrmPrintfV) macro

Completed in 59 milliseconds