HomeSort by relevance Sort by last modified time
    Searched defs:snprintf (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /external/swiftshader/third_party/LLVM/lib/Support/
regerror.c 49 #define snprintf _snprintf macro
104 (void)snprintf(convbuf, sizeof convbuf,
133 (void)snprintf(localbuf, localbufsize, "%d", r->code);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regerror.c 49 #define snprintf _snprintf macro
104 (void)snprintf(convbuf, sizeof convbuf,
133 (void)snprintf(localbuf, localbufsize, "%d", r->code);
  /external/compiler-rt/lib/profile/
InstrProfilingPort.h 56 #define snprintf _snprintf macro
  /external/google-breakpad/src/third_party/libdisasm/
x86_misc.c 12 #define snprintf _snprintf macro
x86_disasm.c 12 #define snprintf _snprintf macro
x86_insn.c 7 #define snprintf _snprintf macro
  /external/mesa3d/src/amd/addrlib/inc/
lnx_common_defs.h 125 #define snprintf(_dst, _size, _fmt, arg...) __ke_snprintf(_dst, _size, _fmt, ##arg) macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
support.h 48 #define snprintf _snprintf macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
support.h 48 #define snprintf _snprintf macro
  /external/curl/lib/
curlx.h 84 # undef snprintf macro
95 # define snprintf curlx_msnprintf macro
  /external/libchrome/base/strings/
string_util.h 42 inline int snprintf(char* buffer,
46 inline int snprintf(char* buffer, function in namespace:base
  /external/libcups/cups/
string-private.h 180 # define snprintf _cups_snprintf macro
  /external/libxml2/include/
win32config.h 95 #define snprintf _snprintf macro
  /external/libxml2/win32/VC10/
config.h 94 #define snprintf _snprintf macro
  /external/lz4/tests/
fasttest.c 6 # define snprintf sprintf_s macro
  /external/mdnsresponder/mDNSWindows/
loclibrary.c 42 #define snprintf _snprintf macro
130 snprintf( appPathNameA, MAX_PATH, "%s\\%s", folder, app );
188 snprintf(tmpBuffer, MAX_PATH, "%s.Resources\\%s", path, nm);
197 snprintf(tmpBuffer, TMP_BUF_SIZE,
201 snprintf(tmpBuffer, TMP_BUF_SIZE, "%s\\%s", tmpBuffer, nm);
210 snprintf(tmpBuffer, TMP_BUF_SIZE, "%s.Resources\\%s.lproj\\%s",
  /external/pcre/dist2/src/
pcre2posix.c 61 /* Older versions of MSVC lack snprintf(). This define allows for
66 #define snprintf _snprintf macro
188 used = snprintf(errbuf, errbuf_size, "%s at offset %-6d", message,
193 used = snprintf(errbuf, errbuf_size, "%s", message);
  /external/protobuf/src/google/protobuf/stubs/
strutil_unittest.cc 42 #define snprintf _snprintf macro
550 snprintf(first_equals, 6, " = = ");
553 snprintf(first_equals, 6, " = ");
566 snprintf(first_equals, 6, " = = ");
569 snprintf(first_equals, 6, " = ");
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Format.h 32 // - According to C++ standard, snprintf should be visible in the 'std'
34 #define snprintf _snprintf macro
46 /// snprint - Call snprintf() for this object, on the given buffer and size.
88 return snprintf(Buffer, BufferSize, Fmt, Val);
106 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2);
125 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2, Val3);
146 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2, Val3, Val4);
169 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2, Val3, Val4, Val5);
  /external/v8/src/
ostreams.cc 10 #define snprintf sprintf_s macro
60 snprintf(buf, sizeof(buf), format, c);
69 snprintf(buf, sizeof(buf), format, c);
78 snprintf(buf, sizeof(buf), "\\u{%06x}", c);
110 snprintf(buf, sizeof(buf), "%.*" PRIx64, hex.min_width, hex.value);
  /external/valgrind/drd/tests/
unit_vc.c 43 UInt VG_(snprintf)(HChar* buf, Int size, const HChar *format, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 62 __NTH (snprintf (char *__restrict __s, size_t __n, function
69 # define snprintf(str, len, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 62 __NTH (snprintf (char *__restrict __s, size_t __n, function
69 # define snprintf(str, len, ...) \ macro
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpTokens.cpp 87 #define snprintf sprintf_s macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyerrors.h 310 WARNING: The return value of snprintf varies across platforms; do
316 # define snprintf _snprintf macro

Completed in 896 milliseconds

12 3 4 5 6