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

12 3 4 5 6

  /external/python/cpython2/Modules/zlib/
gzguts.h 99 Microsoft more than a decade later!), _snprintf does not guarantee null
103 # define snprintf _snprintf
  /external/zlib/src/
gzguts.h 99 Microsoft more than a decade later!), _snprintf does not guarantee null
103 # define snprintf _snprintf
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
support.h 48 #define snprintf _snprintf
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
support.h 48 #define snprintf _snprintf
  /external/libusb/libusb/os/
windows_common.h 42 #define _snprintf snprintf macro
60 #define safe_sprintf(dst, count, ...) do {_snprintf(dst, count, __VA_ARGS__); (dst)[(count)-1] = 0; } while(0)
  /external/llvm/utils/unittest/googletest/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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/compiler-rt/lib/sanitizer_common/tests/
sanitizer_printf_test.cc 105 # define snprintf _snprintf
  /external/google-breakpad/src/third_party/libdisasm/
x86_disasm.c 12 #define snprintf _snprintf
x86_insn.c 7 #define snprintf _snprintf
  /external/mdnsresponder/mDNSWindows/
loclibrary.c 42 #define snprintf _snprintf
  /external/skia/src/sksl/
SkSLString.cpp 132 #define SNPRINTF _snprintf
  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.cpp 146 _snprintf(assertMsg, sizeof(assertMsg), "PoolAlloc: Damage %s %Iu byte allocation at 0x%p\n",
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
  /external/tcpdump/
netdissect-stdinc.h 184 #define snprintf _snprintf
  /hardware/qcom/msm8998/json-c/
json_util.c 50 /* MSC has the version as _snprintf */
51 # define snprintf _snprintf
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Format.h 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Format.h 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Format.h 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Format.h 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Format.h 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Format.h 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 45 #define snprintf _snprintf

Completed in 929 milliseconds

12 3 4 5 6