Home | History | Annotate | Download | only in src

Lines Matching defs:vsnprintf

56 // Declares vsnprintf().  This header is not available on Windows.
129 #define vsnprintf _vsnprintf
1724 // MSVC 8 deprecates vsnprintf(), so we want to suppress warning
1729 const int size = vsnprintf(buffer, kBufferSize, format, args);
1732 const int size = vsnprintf(buffer, kBufferSize, format, args);
1736 // vsnprintf()'s behavior is not portable. When the buffer is not