Lines Matching defs:vsnprintf
329 // Declares vsnprintf(). This header is not available on Windows.
1440 # define vsnprintf _vsnprintf
3011 // MSVC 8 deprecates vsnprintf(), so we want to suppress warning
3017 const int size = vsnprintf(buffer, kBufferSize, format, args);
3021 const int size = vsnprintf(buffer, kBufferSize, format, args);
3025 // vsnprintf()'s behavior is not portable. When the buffer is not