VirtualBox

Changeset 57004 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 19, 2015 12:53:13 AM (9 years ago)
Author:
vboxsync
Message:

iprt,*: Marked all format strings in the C part of IPRT and fixed the fallout.

Location:
trunk/src/VBox
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/tstDisasm-1.cpp

    r56297 r57004  
    7070        if (cErrBefore != RTTestIErrorCount())
    7171            RTTestIFailureDetails("rc=%Rrc, off=%#x (%u) cbInstr=%u enmDisCpuMode=%d\n",
    72                                   rc, off, Dis.cbInstr, enmDisCpuMode);
     72                                  rc, off, off, Dis.cbInstr, enmDisCpuMode);
    7373        RTTestIPrintf(RTTESTLVL_ALWAYS, "%s\n", szOutput);
    7474
  • trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp

    r56982 r57004  
    280280                         pszModule ? pszModule : "",
    281281                         pszModule && *pszModule ? "." : "",
     282                         pszSymbol,
    282283                         pArgs->pszModule);
    283284}
  • trunk/src/VBox/HostDrivers/Support/testcase/tstSupSem.cpp

    r56293 r57004  
    342342
    343343            RTTESTI_CHECK_RC(SUPSemEventClose(pSession, hEvent), VINF_OBJECT_DESTROYED);
    344             RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned", cInterrupted);
     344            RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned");
    345345        }
    346346
     
    396396
    397397            RTTESTI_CHECK_RC(SUPSemEventMultiClose(pSession, hEvent), VINF_OBJECT_DESTROYED);
    398             RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned", cInterrupted);
     398            RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned");
    399399        }
    400400    }
     
    458458
    459459            RTTESTI_CHECK_RC(SUPSemEventClose(pSession, hEvent), VINF_OBJECT_DESTROYED);
    460             RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned", cInterrupted);
     460            RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned");
    461461        }
    462462
     
    513513
    514514            RTTESTI_CHECK_RC(SUPSemEventMultiClose(pSession, hEvent), VINF_OBJECT_DESTROYED);
    515             RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned", cInterrupted);
     515            RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned");
    516516        }
    517517
     
    569569
    570570            RTTESTI_CHECK_RC(SUPSemEventClose(pSession, hEvent), VINF_OBJECT_DESTROYED);
    571             RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned", cInterrupted);
     571            RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned");
    572572        }
    573573
     
    626626
    627627            RTTESTI_CHECK_RC(SUPSemEventMultiClose(pSession, hEvent), VINF_OBJECT_DESTROYED);
    628             RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned", cInterrupted);
     628            RTTestValueF(hTest, cInterrupted, RTTESTUNIT_OCCURRENCES, "VERR_INTERRUPTED returned");
    629629        }
    630630
  • trunk/src/VBox/Runtime/common/asn1/asn1-ut-string.cpp

    r56290 r57004  
    763763                        *pUniCp = RTUNICP_INVALID;
    764764                        return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    765                                              "@%u: GL b=%#x is marked unused in map #u range %u.",
     765                                             "@%u: GL b=%#x is marked unused in map #%u range %u.",
    766766                                             pThis->offString, b + 0x20, pMap->uRegistration, pMap->cToUni);
    767767                    }
    768768                    *pUniCp = RTUNICP_INVALID;
    769769                    return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    770                                          "@%u: GL b=%#x is outside map #u range %u.",
     770                                         "@%u: GL b=%#x is outside map #%u range %u.",
    771771                                         pThis->offString, b + 0x20, pMap->uRegistration, pMap->cToUni);
    772772                }
     
    792792                            *pUniCp = RTUNICP_INVALID;
    793793                            return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    794                                                  "@%u: GL b=%#x is marked unused in map #u.",
     794                                                 "@%u: GL b=%#x is marked unused in map #%u.",
    795795                                                 pThis->offString, b + 0x20, pMap->uRegistration);
    796796                        }
     
    803803                        *pUniCp = RTUNICP_INVALID;
    804804                        return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    805                                              "@%u: GL u16=%#x (b0=%#x b1=%#x) is outside map #u range %u.",
     805                                             "@%u: GL u16=%#x (b0=%#x b1=%#x) is outside map #%u range %u.",
    806806                                             pThis->offString, u16, b + 0x20, b2 + 0x20, pMap->uRegistration, pMap->cToUni);
    807807                    }
    808808                    return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    809                                          "@%u: 2nd GL byte outside GL range: b0=%#x b1=%#x (map #u)",
     809                                         "@%u: 2nd GL byte outside GL range: b0=%#x b1=%#x (map #%u)",
    810810                                         pThis->offString, b + 0x20, b2 + 0x20, pMap->uRegistration);
    811811
    812812                }
    813813                return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    814                                      "@%u: EOS reading 2nd byte for GL b=%#x (map #u).",
     814                                     "@%u: EOS reading 2nd byte for GL b=%#x (map #%u).",
    815815                                     pThis->offString, b + 0x20, pMap->uRegistration);
    816816            }
     
    844844                else
    845845                    return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    846                                          "@%u: C0 b=%#x is marked unused in map #u.",
     846                                         "@%u: C0 b=%#x is marked unused in map #%u.",
    847847                                         pThis->offString, b, pThis->pMapC0->uRegistration);
    848848            }
     
    874874                        *pUniCp = RTUNICP_INVALID;
    875875                        return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    876                                              "@%u: GR b=%#x is marked unused in map #u.",
     876                                             "@%u: GR b=%#x is marked unused in map #%u.",
    877877                                             pThis->offString, b + 0xa0, pMap->uRegistration);
    878878                    }
    879879                    *pUniCp = RTUNICP_INVALID;
    880880                    return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    881                                          "@%u: GR b=%#x is outside map #u range %u",
     881                                         "@%u: GR b=%#x is outside map #%u range %u",
    882882                                         pThis->offString, b + 0xa0, pMap->uRegistration, pMap->cToUni);
    883883                }
     
    904904                            *pUniCp = RTUNICP_INVALID;
    905905                            return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    906                                                  "@%u: GR b=%#x is marked unused in map #u.",
     906                                                 "@%u: GR b=%#x is marked unused in map #%u.",
    907907                                                 pThis->offString, b + 0xa0, pMap->uRegistration);
    908908                        }
    909909                        *pUniCp = RTUNICP_INVALID;
    910910                        return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    911                                              "@%u: GR u16=%#x (b0=%#x b1=%#x) is outside map #u range %u.",
     911                                             "@%u: GR u16=%#x (b0=%#x b1=%#x) is outside map #%u range %u.",
    912912                                             pThis->offString, u16, b + 0xa0, b2 + 0xa0, pMap->uRegistration, pMap->cToUni);
    913913                    }
    914914                    return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    915                                          "@%u: 2nd GR byte outside GR range: b0=%#x b1=%#x (map #u).",
     915                                         "@%u: 2nd GR byte outside GR range: b0=%#x b1=%#x (map #%u).",
    916916                                         pThis->offString, b + 0xa0, b2 + 0xa0, pMap->uRegistration);
    917917
    918918                }
    919919                return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    920                                      "@%u: EOS reading 2nd byte for GR b=%#x (map #u).",
     920                                     "@%u: EOS reading 2nd byte for GR b=%#x (map #%u).",
    921921                                     pThis->offString, b + 0xa0, pMap->uRegistration);
    922922            }
     
    947947                else
    948948                    return RTErrInfoSetF(pThis->pErrInfo, VERR_ASN1_INVALID_T61_STRING_ENCODING,
    949                                          "@%u: C1 b=%#x is marked unused in map #u.",
     949                                         "@%u: C1 b=%#x is marked unused in map #%u.",
    950950                                         pThis->offString, b + 0x80, pThis->pMapC1->uRegistration);
    951951            }
  • trunk/src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp

    r56290 r57004  
    110110            return RTErrInfoSetF(pErrInfo, VERR_CR_PKCS7_SIGNER_INFO_VERSION,
    111111                                 "SignedData.SignerInfos[%u] version is %llu, expected %u",
    112                                  pSignerInfo->Version.uValue.u, RTCRPKCS7SIGNERINFO_V1);
     112                                 i, pSignerInfo->Version.uValue.u, RTCRPKCS7SIGNERINFO_V1);
    113113
    114114        /* IssuerAndSerialNumber. */
  • trunk/src/VBox/Runtime/r3/test.cpp

    r56290 r57004  
    12591259    if (!pTest->cErrors)
    12601260    {
    1261         RTTestPrintfNl(hTest, RTTESTLVL_ALWAYS, "SUCCESS\n", pTest->cErrors);
     1261        RTTestPrintfNl(hTest, RTTESTLVL_ALWAYS, "SUCCESS\n");
    12621262        enmExitCode = RTEXITCODE_SUCCESS;
    12631263    }
     
    12871287        if (pszReasonFmt)
    12881288            RTTestPrintfNlV(hTest, RTTESTLVL_FAILURE, pszReasonFmt, va);
    1289         RTTestPrintfNl(hTest, RTTESTLVL_ALWAYS, "SKIPPED\n", pTest->cErrors);
     1289        RTTestPrintfNl(hTest, RTTESTLVL_ALWAYS, "SKIPPED\n");
    12901290        enmExitCode = RTEXITCODE_SKIPPED;
    12911291    }
  • trunk/src/VBox/Runtime/testcase/tstRTBase64.cpp

    r56290 r57004  
    9393                      cchOut, cchEnc);
    9494    else if (fNormalEnc && memcmp(szOut, pszEnc, cchOut + 1))
    95         RTTestIFailed("RTBase64Encode returned:\n%*s\nexpected:\n%s\n",
    96                       szOut, pszEnc);
     95        RTTestIFailed("RTBase64Encode returned:\n%.*s\nexpected:\n%s\n",
     96                      sizeof(szOut), szOut, pszEnc);
    9797
    9898    size_t cchOut2 = RTBase64EncodedLength(cbData);
  • trunk/src/VBox/Runtime/testcase/tstRTList.cpp

    r56290 r57004  
    101101    }
    102102    RTTEST_CHECK_MSG_RETV(hTest, idx == idxFirst - idxStep || (idx == idxLast && idxFirst == idxLast),
    103                           (hTest, "idx=%u idxFirst=%u idxLast idxStep=%u\n", idx, idxFirst, idxLast, idxStep));
     103                          (hTest, "idx=%u idxFirst=%u idxLast=%u idxStep=%u\n", idx, idxFirst, idxLast, idxStep));
    104104}
    105105
  • trunk/src/VBox/Storage/testcase/vditool.cpp

    r54574 r57004  
    398398    PRTLOGGER pLogger;
    399399    static const char * const s_apszGroups[] = VBOX_LOGGROUP_NAMES;
    400     int rc = RTLogCreate(&pLogger, 0, "all",
    401                          NULL, RT_ELEMENTS(s_apszGroups), s_apszGroups, RTLOGDEST_STDOUT,
    402                          NULL /* pfnBeginEnd */, 0 /* cHistory */, 0 /* cbHistoryFileMax */, 0 /* uHistoryTimeMax */,
    403                          NULL);
     400    int rc = RTLogCreate(&pLogger, 0 /*fFlags*/, "all" /*pszGroupSettings*/,
     401                         NULL /*pszEnvVarBase*/, RT_ELEMENTS(s_apszGroups), s_apszGroups, RTLOGDEST_STDOUT,
     402                         NULL /*pszFilenameFmt*/);
    404403    RTLogRelSetDefaultInstance(pLogger);
    405404
  • trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp

    r56756 r57004  
    360360    rc = RTTcpRead(hSocket, szBuf, sizeof(g_szAck) - 1, NULL);
    361361    if (RT_FAILURE(rc))
    362         return RTTestIFailedRc(rc, "stats: failed to write stats: %Rrc\n", szBuf, rc);
     362        return RTTestIFailedRc(rc, "stats: failed to write stats: %Rrc\n", rc);
    363363    szBuf[sizeof(g_szAck) - 1] = '\0';
    364364    if (!strcmp(szBuf, g_szNegative))
    365         return RTTestIFailedRc(rc, "stats: client failed to parse them\n", szBuf);
     365        return RTTestIFailedRc(rc, "stats: client failed to parse them\n");
    366366    if (strcmp(szBuf, g_szAck))
    367367        return RTTestIFailedRc(rc, "stats: got '%s' in instead of ack/nack\n", szBuf);
     
    17231723
    17241724        default:
    1725             RTTestIFailed("Protocol not supported.\n", g_pStdErr);
     1725            RTTestIFailed("Protocol not supported.\n");
    17261726            return RTEXITCODE_FAILURE;
    17271727    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette