Lines Matching defs:outputPrintf

139 static bool outputPrintf(const char *pszFormat, ...)
194 fRc = outputPrintf("; $Id$ \n"
214 fRc = outputPrintf("\n"
266 fRc = outputPrintf("; %s\n", psz) && fRc;
279 outputPrintf("\n"
293 fRc = outputPrintf("\n"
369 fRc = outputPrintf("\n"
375 fRc = outputPrintf(" db 0%02xh", *pb);
380 fRc = outputPrintf(", 0%02xh", *pb);
387 return outputPrintf("\n");
403 fRc = outputPrintf("\n"
409 fRc = outputPrintf(" dw 0%04xh", *pu16);
414 fRc = outputPrintf(", 0%04xh", *pu16);
422 return outputPrintf("\n");
438 fRc = outputPrintf("\n"
444 fRc = outputPrintf(" dd 0%08xh", *pu32);
449 fRc = outputPrintf(", 0%08xh", *pu32);
457 return outputPrintf("\n");
470 if (!outputPrintf("\n"))
475 && !outputPrintf(" db "))
492 fRc = outputPrintf(", '%.*s'", cchPrintable, pb);
497 fRc = outputPrintf("'%.*s'", cchPrintable, pb);
507 fRc = outputPrintf(", 0%02xh", *pb);
512 fRc = outputPrintf("0%02xh", *pb);
521 return outputPrintf("\n");
543 if (!outputPrintf("\n"))
548 && !outputPrintf(" db "))
565 fRc = outputPrintf(", '%.*s'", cchPrintable, pb);
570 fRc = outputPrintf("'%.*s'", cchPrintable, pb);
580 fRc = outputPrintf(", 0%02xh", *pb);
585 fRc = outputPrintf("0%02xh", *pb);
595 return outputPrintf("\n");
611 outputPrintf("\n"
615 return outputPrintf(" times %u db 0\n", cbPadding);
644 outputPrintf(" ; !! RTDbgModSymbolByAddr(,,%#x,,) -> off=%RTptr cb=%RTptr uValue=%RTptr '%s'\n",
648 outputPrintf(" ; !! RTDbgModSymbolByAddr(,,%#x,,) -> %Rrc\n", uFlatAddr, rc);
693 outputPrintf(" ; disGetNextSymbol %#x LB %#x -> off=%#x cb=%RTptr uValue=%RTptr '%s'\n",
731 fRc = outputPrintf("%s: %*s; %#x LB %#x\n", Sym.szName, cchName < 41 - 2 ? cchName - 41 - 2 : 0, "", uFlatAddr, Sym.cb);
779 fRc = outputPrintf("%s: %*s; %#x LB %#x\n", Sym.szName, cchName < 41 - 2 ? cchName - 41 - 2 : 0, "", uFlatAddr, Sym.cb);
961 if (!outputPrintf(" times %#x db 0\n", cbZeros))
1047 if (!outputPrintf(" %s\n", szTmp))
1093 fRc = outputPrintf("%s: %*s; %#x LB %#x\n", Sym.szName, cchName < 41 - 2 ? cchName - 41 - 2 : 0, "", uFlatAddr, Sym.cb);
1143 fRc = outputPrintf("\n"