Searched refs:RTStrFormatV (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Runtime/common/log/
H A Dlogformat.cpp67 return RTStrFormatV(pfnOutput, pvArg, rtlogFormatStr, NULL, pszFormat, args);
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dassert-r0drv-os2.cpp88 cch += RTStrFormatV(rtR0Os2AssertOutputCB, &pch, NULL, NULL, pszFormat, va);
/vbox/src/VBox/Runtime/common/string/
H A Dstrprintf.cpp95 return RTStrFormatV(strbufoutput, &Arg, pfnFormat, pvArg, pszFormat, args);
H A Dstraprintf.cpp155 int cbRet = (int)RTStrFormatV(strallocoutput, &Arg, NULL, NULL, pszFormat, args);
H A Dstrformat.cpp363 RTDECL(size_t) RTStrFormatV(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, PFNSTRFORMAT pfnFormat, void *pvArgFormat, function
778 cch += RTStrFormatV(pfnOutput, pvArgOutput, pfnFormat, pvArgFormat, pszFormatNested, ArgsNested);
830 RT_EXPORT_SYMBOL(RTStrFormatV);
853 cch = RTStrFormatV(pfnOutput, pvArgOutput, pfnFormat, pvArgFormat, pszFormat, args);
H A Dministring.cpp60 * Callback used with RTStrFormatV by RTCString::printfV.
99 RTStrFormatV(printfOutputCallback, this, NULL, NULL, pszFormat, va);
/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp167 RTStrFormatV(vmSetErrorFmtOut, &pErr, NULL, NULL, &pszFormatTmp, args);
354 RTStrFormatV(vmSetRuntimeErrorFmtOut, &pErr, NULL, NULL, &pszFormatTmp, args);
/vbox/src/VBox/Runtime/r3/
H A Dstream.cpp1155 rc = (int)RTStrFormatV(rtstrmOutput, pStream, NULL, NULL, pszFormat, args);
H A Dtest.cpp1037 return (int)RTStrFormatV(rtTestPrintfOutput, pTest, NULL, NULL, pszFormat, va);
/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp893 RTStrFormatV(MachineDebuggerInfoOutput, (void *)pHlp, NULL, NULL, pszFormat, va);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp403 /** Callback for RTStrFormatV, see FNRTSTROUTPUT. */
464 RTStrFormatV(suplibHardenedOutput, &Buf, NULL, NULL, pszFormat, va);
H A DSUPDrv.cpp354 { "RTStrFormatV", (void *)RTStrFormatV },
/vbox/include/iprt/
H A Dstring.h1729 RTDECL(size_t) RTStrFormatV(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, PFNSTRFORMAT pfnFormat, void *pvArgFormat, const char *pszFormat, va_list InArgs);
H A Dmangling.h1465 # define RTStrFormatV RT_MANGLER(RTStrFormatV) macro
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp2517 RTStrFormatV(dbgfR3RegPrintfCbOutput, pArgs, dbgfR3RegPrintfCbFormat, pArgs, pArgs->pszFormat, pArgs->va);
H A DSTAM.cpp2054 * Wrapper around RTStrFormatV for use by the snapshot API.
2065 RTStrFormatV(stamR3SnapshotOutput, pThis, NULL, NULL, pszFormat, va);

Completed in 138 milliseconds