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

/vbox/src/VBox/Runtime/common/string/
H A Dstrprintf.cpp100 RTDECL(size_t) RTStrPrintfV(char *pszBuffer, size_t cchBuffer, const char *pszFormat, va_list args) function
104 RT_EXPORT_SYMBOL(RTStrPrintfV); variable
124 cbRet = RTStrPrintfV(pszBuffer, cchBuffer, pszFormat, args);
/vbox/include/iprt/
H A Dmangling.h1508 # define RTStrPrintfV RT_MANGLER(RTStrPrintfV) macro

Completed in 102 milliseconds