MCPcopy Create free account
hub / github.com/ChromiumWebApps/chromium / vsnprintfT

Function vsnprintfT

base/strings/stringprintf.cc:23–28  ·  view source on GitHub ↗

Overloaded wrappers around vsnprintf and vswprintf. The buf_size parameter is the size of the buffer. These return the number of characters in the formatted string excluding the NUL terminator. If the buffer is not large enough to accommodate the formatted string without truncation, they return the number of characters that would be in the fully-formatted string (vsnprintf, and vswprintf on Window

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

StringAppendVTFunction · 0.85

Calls 2

vsnprintfFunction · 0.70
vswprintfFunction · 0.70

Tested by

no test coverage detected