Home
last modified time | relevance | path

Searched refs:vrFormat (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilString.cpp100 CMIUtilString CMIUtilString::FormatPriv(const CMIUtilString &vrFormat, in FormatPriv() argument
104 MIint n = vrFormat.size(); in FormatPriv()
129 ::strncpy(&pFormatted[0], vrFormat.c_str(), n); in FormatPriv()
135 nFinal = ::vsnprintf(&pFormatted[0], n, vrFormat.c_str(), argsDup); in FormatPriv()
H A DMIUtilString.h84 static CMIUtilString FormatPriv(const CMIUtilString &vrFormat, va_list vArgs);