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

/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp115 case 'h': return HelpExtractExeSignerCert(g_pStdOut, RTSIGNTOOLHELP_FULL);
294 RTCrX509CertPathsDumpOne(hCertPaths, iPath, pState->cVerbose, RTStrmDumpPrintfV, g_pStdOut);
397 RTAsn1Dump(&pContentInfo->SeqCore.Asn1Core, 0, 0, RTStrmDumpPrintfV, g_pStdOut);
518 case 'h': return HelpVerifyExe(g_pStdOut, RTSIGNTOOLHELP_FULL);
675 case 'h': return HelpMakeTaInfo(g_pStdOut, RTSIGNTOOLHELP_FULL);
778 RTAsn1Dump(RTCrTafTrustAnchorInfo_GetAsn1Core(&TrustAnchor), 0, 0, RTStrmDumpPrintfV, g_pStdOut); local
905 g_aCommands[iCmd].pfnHelp(g_pStdOut, enmLevel);
/vbox/include/iprt/
H A Dmangling.h2953 # define g_pStdOut RT_MANGLER(g_pStdOut) macro

Completed in 703 milliseconds