Home | History | Annotate | Download | only in googletest

Lines Matching full:vsnprintf

59 // Declares vsnprintf().  This header is not available on Windows.
136 # define vsnprintf _vsnprintf
1707 // MSVC 8 deprecates vsnprintf(), so we want to suppress warning
1713 const int size = vsnprintf(buffer, kBufferSize, format, args);
1717 const int size = vsnprintf(buffer, kBufferSize, format, args);
1721 // vsnprintf()'s behavior is not portable. When the buffer is not