vsnprintf          45 base/strings/string_util.h int vsnprintf(char* buffer, size_t size, const char* format, va_list arguments)
vsnprintf          57 base/strings/string_util.h   int result = vsnprintf(buffer, size, format, arguments);
vsnprintf          31 base/strings/string_util_posix.h inline int vsnprintf(char* buffer, size_t size,
vsnprintf          33 base/strings/string_util_posix.h   return ::vsnprintf(buffer, size, format, arguments);
vsnprintf          35 base/strings/string_util_win.h inline int vsnprintf(char* buffer, size_t size,
vsnprintf          27 base/strings/stringprintf.cc   return base::vsnprintf(buffer, buf_size, format, argptr);
vsnprintf          94 content/common/set_process_title_linux.cc     vsnprintf(g_main_argv[0], avail_size, &fmt[1], ap);
vsnprintf          98 content/common/set_process_title_linux.cc       vsnprintf(g_main_argv[0] + size, avail_size - size, fmt, ap);
vsnprintf          84 content/shell/tools/plugin/PluginObject.cpp   messageLength += vsnprintf(message + messageLength,
vsnprintf         338 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc   vsnprintf(buf, sizeof(buf) - 1, format, args);
vsnprintf         379 native_client_sdk/src/examples/demo/drive/drive.cc   vsnprintf(&buffer[0], kBufferSize, format, args);
vsnprintf          96 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c   length = vsnprintf(NULL, 0, format, args);
vsnprintf          98 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c   result = vsnprintf(&buffer[0], length + 1, format, args_copy);
vsnprintf          27 native_client_sdk/src/libraries/error_handling/string_stream.c   len = vsnprintf(NULL, 0, format, args);
vsnprintf          27 native_client_sdk/src/libraries/nacl_io/dbgprint.c   int len = vsnprintf(NULL, 0, format, args);
vsnprintf          32 native_client_sdk/src/libraries/nacl_io/dbgprint.c   vsnprintf(output, len + 1, format, args);
vsnprintf         426 native_client_sdk/src/libraries/xray/xray.c         r = vsnprintf(buffer, sizeof(buffer), fmt, args);
vsnprintf         458 native_client_sdk/src/libraries/xray/xray.c           r = vsnprintf(buffer, sizeof(buffer), fmt, args);
vsnprintf         119 net/disk_cache/blockfile/trace.cc   vsnprintf(line, kEntrySize, format, ap);
vsnprintf         233 ppapi/examples/mouse_lock/mouse_lock.cc     vsnprintf(buf, sizeof(buf) - 1, format, args);
vsnprintf          47 ppapi/native_client/src/untrusted/nacl_ppapi_util/string_buffer.cc     written = vsnprintf(insert_pt, space, fmt, ap);
vsnprintf         603 ppapi/tests/extensions/socket/test_socket.cc     vsnprintf(buf, sizeof(buf) - 1, format, args);
vsnprintf          61 third_party/leveldatabase/chromium_logger.h         p += vsnprintf(p, limit - p, format, backup_ap);
vsnprintf         245 third_party/libevent/evutil.c 	int r = vsnprintf(buf, buflen, format, ap);
vsnprintf         698 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   (void) vsnprintf (buffer, sizeof (buffer), format, arguments);
vsnprintf         720 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   (void) vsnprintf (buffer, sizeof (buffer), format, arguments);
vsnprintf        2148 third_party/libusb/src/libusb/core.c 	text_len = vsnprintf(buf + header_len, sizeof(buf) - header_len,
vsnprintf          36 third_party/libxml/src/error.c   	chars = vsnprintf(str, size, msg, ap);			\
vsnprintf         203 third_party/libxml/src/runsuite.c     res = vsnprintf(&testErrors[testErrorsSize],
vsnprintf         256 third_party/libxml/src/runtest.c     res = vsnprintf(&testErrors[testErrorsSize],
vsnprintf         278 third_party/libxml/src/runtest.c     res = vsnprintf(&testErrors[testErrorsSize],
vsnprintf         650 third_party/libxml/src/xmllint.c     vsnprintf(&buffer[len],  sizeof(buffer) - len, msg, args);
vsnprintf         688 third_party/libxml/src/xmllint.c     vsnprintf(&buffer[len],  sizeof(buffer) - len, msg, args);
vsnprintf         724 third_party/libxml/src/xmllint.c     vsnprintf(&buffer[len],  sizeof(buffer) - len, msg, args);
vsnprintf         761 third_party/libxml/src/xmllint.c     vsnprintf(&buffer[len],  sizeof(buffer) - len, msg, args);
vsnprintf        4544 third_party/libxml/src/xmlreader.c         chars = vsnprintf(str, size, msg, aq);
vsnprintf         550 third_party/libxml/src/xmlstring.c     ret = vsnprintf((char *) buf, len, (const char *) msg, args);
vsnprintf         576 third_party/libxml/src/xmlstring.c     ret = vsnprintf((char *) buf, len, (const char *) msg, ap);
vsnprintf        4479 third_party/libxml/src/xmlwriter.c     while (((count = vsnprintf((char *) buf, size, format, locarg)) < 0)
vsnprintf         487 third_party/libxslt/libxslt/xsltutils.c   	chars = vsnprintf(str, size, msg, ap);			\
vsnprintf         114 third_party/mach_override/libudis86/syn.c   ret = vsnprintf((char*) u->asm_buf + u->asm_buf_fill, avail, fmt, ap);
vsnprintf          94 third_party/npapi/npspy/common/format.cpp inline int vsnprintf(char* buffer, size_t size,
vsnprintf         104 third_party/npapi/npspy/common/format.cpp   return ::vsnprintf(buffer, size, format, arguments);
vsnprintf         126 third_party/npapi/npspy/common/format.cpp   int result = vsnprintf(stack_buf, arraysize(stack_buf), format, ap_copy);
vsnprintf         168 third_party/npapi/npspy/common/format.cpp     result = vsnprintf(&mem_buf[0], mem_length, format, ap_copy);
vsnprintf          66 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   int result = vsnprintf(space, kSpaceLength, format, backup_ap);
vsnprintf          80 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc       result = vsnprintf(NULL, 0, format, backup_ap);
vsnprintf          97 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   result = vsnprintf(buf, length, format, backup_ap);
vsnprintf          22 third_party/re2/util/stringprintf.cc   int result = vsnprintf(space, sizeof(space), format, backup_ap);
vsnprintf          45 third_party/re2/util/stringprintf.cc     result = vsnprintf(buf, length, format, backup_ap);
vsnprintf         364 third_party/talloc/libreplace/replace.h #define vsnprintf rep_vsnprintf
vsnprintf        1208 third_party/talloc/libreplace/snprintf.c 	ret = vsnprintf(str, count, fmt, ap);
vsnprintf        1265 third_party/talloc/libreplace/snprintf.c 	ret = vsnprintf(NULL, 0, format, ap2);
vsnprintf        1273 third_party/talloc/libreplace/snprintf.c 	ret = vsnprintf(*ptr, ret+1, format, ap2);
vsnprintf        1728 third_party/talloc/talloc.c 	len = vsnprintf(NULL, 0, fmt, ap2);
vsnprintf        1738 third_party/talloc/talloc.c 	vsnprintf(ret, len+1, fmt, ap2);
vsnprintf        1777 third_party/talloc/talloc.c 	alen = vsnprintf(NULL, 0, fmt, ap2);
vsnprintf        1794 third_party/talloc/talloc.c 	vsnprintf(s + slen, alen + 1, fmt, ap2);
vsnprintf          74 third_party/tcmalloc/chromium/src/base/logging.h # define perftools_vsnprintf vsnprintf
vsnprintf          69 third_party/tcmalloc/vendor/src/base/logging.h # define perftools_vsnprintf vsnprintf
vsnprintf         329 third_party/zlib/gzwrite.c     (void)vsnprintf(state->in, size, format, va);
vsnprintf         333 third_party/zlib/gzwrite.c     len = vsnprintf((char *)(state->in), size, format, va);
vsnprintf         216 third_party/zlib/zutil.h #    if !defined(vsnprintf) && !defined(NO_vsnprintf)
vsnprintf          71 tools/android/forwarder2/common.h     const int bytes_written = vsnprintf(
vsnprintf         316 tools/cygprofile/cygprofile.cc   int len = vsnprintf(msg, sizeof(msg), fmt, arg_ptr);