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

1 2 3 4

  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.h 24 #define vsnprintf _vsnprintf
  /external/libxml2/win32/wince/
wincecompat.h 47 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTError.cpp 24 #define vsnprintf _vsnprintf
  /external/xmlrpcpp/src/
XmlRpcUtil.h 16 # define vsnprintf _vsnprintf
  /external/libcxx/src/support/win32/
support.cpp 37 int count = _vsnprintf( NULL, 0, format, ap );
46 if (_vsnprintf(p, buffer_size, format, ap) != count) {
  /prebuilts/ndk/r11/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) {
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/support/win32/
support.cpp 37 int count = _vsnprintf( NULL, 0, format, ap );
46 if (_vsnprintf(p, buffer_size, format, ap) != count) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vsnprintf.c 53 __weak_alias(vsnprintf,_vsnprintf)
  /external/libxml2/include/
win32config.h 104 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
  /external/libxml2/win32/VC10/
config.h 103 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 49 #define _vsnprintf vsnprintf macro
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 160 #define vsnprintf _vsnprintf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzguts.h 77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
80 # define vsnprintf _vsnprintf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 83 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
86 # define vsnprintf _vsnprintf
  /external/deqp/framework/delibs/debase/
deString.c 118 res = _vsnprintf(string, size, format, list);
  /external/pdfium/third_party/zlib_v128/
gzguts.h 79 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
82 # define vsnprintf _vsnprintf
  /external/python/cpython2/Modules/zlib/
gzguts.h 77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
80 # define vsnprintf _vsnprintf
  /external/zlib/src/
gzguts.h 77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
80 # define vsnprintf _vsnprintf
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /external/mesa3d/src/gallium/auxiliary/util/
u_string.h 79 ret = _vsnprintf(str, size, format, ap);
  /external/mesa3d/src/mesa/main/
imports.c 63 #define vsnprintf _vsnprintf
  /external/skia/src/sksl/
SkSLString.cpp 37 #define VSNPRINTF _vsnprintf
  /external/tcpdump/
netdissect-stdinc.h 185 #define vsnprintf _vsnprintf

Completed in 1628 milliseconds

1 2 3 4