Home | History | Annotate | Download | only in src

Lines Matching full:vsnprintf

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