/external/mesa3d/src/gtest/src/ |
gtest-printers.cc | 59 # define snprintf _snprintf 60 #elif _MSC_VER >= 1400 // VC 8.0 and later deprecate snprintf and _snprintf. 63 # 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/libpng/ |
pngconf.h | [all...] |
/external/libpng/ |
pngconf.h | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngconf.h | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/ |
chatapp.cc | 36 #define snprintf _snprintf
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
common.cc | 44 #define snprintf _snprintf // see comment in strutil.cc
|
/external/chromium_org/third_party/skia/src/utils/ |
SkParsePath.cpp | 194 int len = _snprintf(buffer, sizeof(buffer), "%g", value);
|
/external/libvpx/libvpx/ |
args.c | 18 #define snprintf _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/protobuf/src/google/protobuf/stubs/ |
common.cc | 44 #define snprintf _snprintf // see comment in strutil.cc
|
/external/skia/src/utils/ |
SkParsePath.cpp | 194 int len = _snprintf(buffer, sizeof(buffer), "%g", value);
|
/external/wpa_supplicant_8/src/utils/ |
os.h | 480 #define os_snprintf _snprintf
|
/external/libnfc-nxp/inc/ |
phNfcTypes.h | 49 #define snprintf _snprintf [all...] |
/external/netperf/ |
netlib.h | 574 /* Microsoft has deprecated _snprintf; it isn't guarenteed to null terminate the result buffer. */ 578 #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/third_party/libjingle/source/talk/base/ |
logging.cc | 31 #define snprintf _snprintf
|
/external/chromium_org/components/nacl/browser/ |
pnacl_host_unittest.cc | 19 #define snprintf _snprintf
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_http.cc | 19 #define snprintf _snprintf
|
/external/chromium_org/third_party/libusb/src/libusb/ |
libusbi.h | 446 #define snprintf _snprintf [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
imports.h | 644 #define snprintf _snprintf
|
/external/chromium_org/third_party/re2/re2/ |
prefilter_tree.cc | 13 #define snprintf _snprintf
|
/external/e2fsprogs/intl/ |
vasnprintf.c | 102 # define SNPRINTF _snprintf
|
/external/mesa3d/src/mesa/main/ |
imports.h | 644 #define snprintf _snprintf
|