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

1 2 3

  /external/chromium_org/base/allocator/
unittest_utils.cc 14 result = _vsnprintf(buffer, count, format, args);
  /external/libpcap/
pcap-stdinc.h 60 #define vsnprintf _vsnprintf
  /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/libcxx/src/support/win32/
support.cpp 37 int count = _vsnprintf( NULL, 0, format, ap );
46 if (_vsnprintf(p, buffer_size, format, ap) != count) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 37 int count = _vsnprintf( NULL, 0, format, ap );
46 if (_vsnprintf(p, buffer_size, format, ap) != count) {
  /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)
  /hardware/invensense/60xx/mlsdk/platform/linux/
log_linux.c 42 #define vsnprintf _vsnprintf
  /external/chromium_org/third_party/zlib/
gzguts.h 36 # define vsnprintf _vsnprintf
  /external/deqp/framework/delibs/debase/
deString.c 123 res = _vsnprintf(string, size, format, list);
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 79 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
82 # define vsnprintf _vsnprintf
  /external/qemu/distrib/zlib-1.2.8/
gzguts.h 77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
80 # define vsnprintf _vsnprintf
  /external/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /external/zlib/src/
gzguts.h 77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
80 # define vsnprintf _vsnprintf
  /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/libevent/
evutil.c 238 int r = _vsnprintf(buf, buflen, format, ap);
  /external/tcpdump/
tcpdump-stdinc.h 100 #define vsnprintf _vsnprintf
  /external/bison/lib/
strerror_r.c 102 result = _vsnprintf (buf, buflen, format, args);
  /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 2663 milliseconds

1 2 3