VirtualBox

Changeset 90821 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Aug 23, 2021 10:04:06 PM (3 years ago)
Author:
vboxsync
Message:

IPRT: More VALID_PTR -> RT_VALID_PTR with some bad-printf-pointer details thrown in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/string.h

    r82968 r90821  
    5151#endif
    5252
     53DECLHIDDEN(size_t) rtStrFormatBadPointer(size_t cch, PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, int cchWidth,
     54                                         unsigned fFlags, void const *pvStr, char szTmp[64], const char *pszTag, int cchTag);
    5355DECLHIDDEN(size_t) rtstrFormatRt(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, const char **ppszFormat, va_list *pArgs,
    5456                                 int cchWidth, int cchPrecision, unsigned fFlags, char chArgSize);
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