HomeSort by relevance Sort by last modified time
    Searched full:_vsnprintf (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium/base/allocator/
unittest_utils.cc 14 result = _vsnprintf(buffer, count, format, args);
  /external/chromium_org/base/allocator/
unittest_utils.cc 14 result = _vsnprintf(buffer, count, format, args);
  /external/chromium_org/third_party/WebKit/Source/wtf/
StringExtras.h 55 result = _vsnprintf(buffer, count, format, args);
58 // In the case where the string entirely filled the buffer, _vsnprintf will not
68 int result = _vsnprintf(buffer, count, format, args);
70 // In the case where the string entirely filled the buffer, _vsnprintf will not
  /external/libpcap/
pcap-stdinc.h 63 #define vsnprintf _vsnprintf
  /external/chromium_org/third_party/libxml/src/include/
win32config.h 100 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
  /external/chromium_org/third_party/libxml/win32/
config.h 100 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
  /external/chromium_org/third_party/libxslt/libxslt/
win32config.h 84 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
  /external/open-vcdiff/gflags/src/windows/
port.cc 51 const int r = _vsnprintf(str, size-1, format, ap);
  /hardware/invensense/60xx/mlsdk/platform/linux/
log_linux.c 42 #define vsnprintf _vsnprintf
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 198 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
200 # define vsnprintf _vsnprintf
  /external/zlib/src/
gzguts.h 77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
80 # define vsnprintf _vsnprintf
  /external/ceres-solver/internal/ceres/
stringprintf.cc 35 #include <cstdio> // MSVC requires this for _vsnprintf
  /external/chromium_org/third_party/zlib/
gzguts.h 36 # define vsnprintf _vsnprintf
zutil.h 215 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
218 # define vsnprintf _vsnprintf
  /external/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf.cc 37 #include <stdio.h> // MSVC requires this for _vsnprintf
  /external/tcpdump/
tcpdump-stdinc.h 98 #define vsnprintf _vsnprintf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 51 int count = _vsnprintf( NULL, 0, format, ap ); // Query the buffer size required.
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 301 * We can't just use _vsnprintf and _snprintf as drop-in-replacements,
317 return _vsnprintf(str, size-1, format, ap);

Completed in 563 milliseconds

1 2 3