HomeSort by relevance Sort by last modified time
    Searched full:_snprintf (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /external/skia/src/pathops/
SkPathOpsDebug.h 28 #define SK_SNPRINTF _snprintf
  /external/bison/lib/
strerror_r.c 90 /* On MSVC, there is no snprintf() function, just a _snprintf().
92 We only have to make sure to NUL terminate the result (_snprintf
  /external/llvm/include/llvm/Support/
Format.h 30 // - _snprintf does not guarantee that trailing null is always added - if
34 #define snprintf _snprintf
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h 52 #define safe_sprintf(dst, count, ...) do {_snprintf(dst, count, __VA_ARGS__); (dst)[(count)-1] = 0; } while(0)
  /external/chromium_org/third_party/skia/src/utils/
SkParsePath.cpp 194 int len = _snprintf(buffer, sizeof(buffer), "%g", value);
  /external/skia/src/utils/
SkParsePath.cpp 194 int len = _snprintf(buffer, sizeof(buffer), "%g", value);
  /external/tcpdump/
tcpdump-stdinc.h 97 #define snprintf _snprintf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 34 #define snprintf _snprintf
  /external/netperf/
netlib.h 574 /* Microsoft has deprecated _snprintf; it isn't guarenteed to null terminate the result buffer. */
578 #define snprintf _snprintf
  /external/chromium_org/third_party/WebKit/Source/testing/
testing.gyp 264 'snprintf=_snprintf',
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chatapp.cc 36 #define snprintf _snprintf
  /external/libvpx/libvpx/
args.c 18 #define snprintf _snprintf
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyerrors.h 315 # define snprintf _snprintf
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyerrors.h 315 # define snprintf _snprintf
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_host_unittest.cc 19 #define snprintf _snprintf
  /external/oprofile/libpopt/
config.h 52 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
  /external/protobuf/src/google/protobuf/stubs/
common.cc 44 #define snprintf _snprintf // see comment in strutil.cc
  /external/chromium_org/third_party/re2/patches/
re2-msvc9-chrome.patch 300 +#define snprintf _snprintf
421 +#define snprintf _snprintf
  /ndk/sources/host-tools/make-3.81/config/
gettext.m4 389 dnl Use the _snprintf function only if it is declared (because on NetBSD it
391 gt_CHECK_DECL(_snprintf, [#include <stdio.h>])
  /external/chromium_org/third_party/libpng/
pngconf.h     [all...]
  /external/libpng/
pngconf.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 31 #define snprintf _snprintf
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_http.cc 18 #define snprintf _snprintf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.cc 44 #define snprintf _snprintf // see comment in strutil.cc

Completed in 801 milliseconds

12 3 4 5