Home | History | Annotate | Download | only in src

Lines Matching defs:vsnprintf

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