/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
strsafe.h | 1950 #undef _snprintf macro 1951 #define _snprintf macro [all...] |
stdio.h | 541 _CRTIMP int __cdecl _snprintf(char * __restrict__ _Dest,size_t _Count,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; [all...] |
tchar.h | 536 #define _sntprintf _snprintf
|
/external/google-breakpad/src/third_party/libdisasm/ |
x86_format.c | 9 #define snprintf _snprintf [all...] |
/external/mdnsresponder/Clients/ |
dns-sd.c | 97 #define snprintf _snprintf [all...] |
/external/mesa3d/src/compiler/nir/ |
nir_print.c | 35 #define snprintf _snprintf
|
/external/protobuf/conformance/third_party/jsoncpp/ |
jsoncpp.cpp | 215 #define snprintf _snprintf [all...] |
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
mdnsNSP.c | 40 #define snprintf _snprintf [all...] |
/external/pdfium/samples/ |
pdfium_test.cc | 60 #define snprintf _snprintf [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 46 // MSVC has only _snprintf, not snprintf. 48 // MinGW has both snprintf and _snprintf, but they appear to be different 54 // occurs with some input values, not all. In any case, _snprintf does the 56 #define snprintf _snprintf [all...] |
/external/python/cpython2/PC/bdist_wininst/ |
install.c | 911 _snprintf(Buffer+n, sizeof(Buffer)-n, msg); [all...] |
/external/python/cpython3/PC/bdist_wininst/ |
install.c | 955 _snprintf(Buffer+n, sizeof(Buffer)-n, msg); [all...] |
/external/webp/src/mux/ |
anim_encode.c | 27 #define snprintf _snprintf [all...] |
/external/libvncserver/libvncclient/ |
rfbproto.c | 73 # define snprintf _snprintf /* MSVC went straight to the underscored syntax */ [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
socketmodule.c | 375 #define snprintf _snprintf
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
socketmodule.c | 370 #define snprintf _snprintf
[all...] |
/external/google-breakpad/src/processor/ |
minidump.cc | 49 #define snprintf _snprintf [all...] |
/external/libvncserver/libvncserver/ |
rfbserver.c | 94 #define snprintf _snprintf /* Missing in MSVC */ [all...] |
/external/mdnsresponder/mDNSWindows/ |
mDNSWin32.c | [all...] |
/external/python/cpython2/Modules/ |
socketmodule.c | 399 #define snprintf _snprintf [all...] |
/external/vulkan-validation-layers/demos/ |
vulkaninfo.c | 60 #define snprintf _snprintf [all...] |
/external/python/cpython3/Modules/ |
socketmodule.c | 421 #define snprintf _snprintf [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/ |
vk_struct_string_helper.h | 181 #define snprintf _snprintf [all...] |
vk_struct_string_helper_no_addr.h | 181 #define snprintf _snprintf [all...] |
/external/v8/tools/profviz/ |
gnuplot-4.6.3-emscripten.js | 1967 function _snprintf(s, n, format, varargs) { function [all...] |