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

1 23 4 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyerrors.h 309 WARNING: The return value of snprintf varies across platforms; do
315 # define snprintf _snprintf macro
  /external/google-breakpad/src/processor/
dump_context.cc 43 #define snprintf _snprintf macro
  /external/libvncserver/libvncserver/
stats.c 30 #define snprintf _snprintf /* Missing in MSVC */ macro
53 case rfbFramebufferUpdate: snprintf(buf, len, "FramebufferUpdate"); break;
54 case rfbSetColourMapEntries: snprintf(buf, len, "SetColourMapEntries"); break;
55 case rfbBell: snprintf(buf, len, "Bell"); break;
56 case rfbServerCutText: snprintf(buf, len, "ServerCutText"); break;
57 case rfbResizeFrameBuffer: snprintf(buf, len, "ResizeFrameBuffer"); break;
58 case rfbFileTransfer: snprintf(buf, len, "FileTransfer"); break;
59 case rfbTextChat: snprintf(buf, len, "TextChat"); break;
60 case rfbPalmVNCReSizeFrameBuffer: snprintf(buf, len, "PalmVNCReSize"); break;
61 case rfbXvp: snprintf(buf, len, "XvpServerMessage"); break
    [all...]
  /external/libxml2/
trio.h 182 # undef snprintf macro
183 # define snprintf trio_snprintf macro
  /external/llvm/utils/unittest/googletest/src/
gtest-printers.cc 59 # define snprintf _snprintf macro
60 #elif _MSC_VER >= 1400 // VC 8.0 and later deprecate snprintf and _snprintf.
61 # define snprintf _snprintf_s
63 # define snprintf _snprintf
80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]);
  /external/lz4/examples/
blockStreaming_doubleBuffer.c 7 # define snprintf sprintf_s macro
150 snprintf(inpFilename, 256, "%s", argv[1]);
151 snprintf(lz4Filename, 256, "%s.lz4s-%d", argv[1], BLOCK_BYTES);
152 snprintf(decFilename, 256, "%s.lz4s-%d.dec", argv[1], BLOCK_BYTES);
blockStreaming_lineByLine.c 7 # define snprintf sprintf_s macro
165 snprintf(inpFilename, 256, "%s", argv[1]);
166 snprintf(lz4Filename, 256, "%s.lz4s", argv[1]);
167 snprintf(decFilename, 256, "%s.lz4s.dec", argv[1]);
  /external/mesa3d/src/mesa/main/
imports.h 356 #if defined(_MSC_VER) && !defined(snprintf)
357 #define snprintf _snprintf macro
  /external/python/cpython2/Include/
pyerrors.h 310 WARNING: The return value of snprintf varies across platforms; do
316 # define snprintf _snprintf macro
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.cpp 31 #define snprintf _snprintf macro
91 snprintf(buf, sizeof(buf), "%d", arraySize);
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-printers.cc 59 # define snprintf _snprintf macro
60 #elif _MSC_VER >= 1400 // VC 8.0 and later deprecate snprintf and _snprintf.
61 # define snprintf _snprintf_s
63 # define snprintf _snprintf
80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]);
  /external/tcpdump/missing/
snprintf.c 459 snprintf (char *str, size_t sz, const char *format, ...) function
  /hardware/qcom/msm8998/json-c/
json_util.c 51 # define snprintf _snprintf macro
53 # error You do not have snprintf on your system.
226 snprintf(buf_cmp_start, sizeof(buf_cmp), "%" PRId64, num64);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyerrors.h 309 WARNING: The return value of snprintf varies across platforms; do
315 # define snprintf _snprintf macro
  /prebuilts/gdb/linux-x86/include/python2.7/
pyerrors.h 309 WARNING: The return value of snprintf varies across platforms; do
315 # define snprintf _snprintf macro
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
log.h 96 // Sadly, snprintf() is not supported until Visual Studio 2015!
97 #define snprintf _snprintf macro
104 snprintf(message, kInitBufferSize, format, std::forward<Args>(args)...);
116 snprintf(longer_message.data(), longer_message.size(), format,
125 #undef snprintf macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyerrors.h 309 WARNING: The return value of snprintf varies across platforms; do
315 # define snprintf _snprintf macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyerrors.h 309 WARNING: The return value of snprintf varies across platforms; do
315 # define snprintf _snprintf macro
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 126 * Scaled down version of snprintf(3).
129 snprintf(char *str, size_t size, const char *format, ...) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzguts.h 98 /* unlike snprintf (which is required in C99, yet still not supported by
103 # define snprintf _snprintf macro
minigzip.c 44 # define snprintf _snprintf macro
471 snprintf(outfile, sizeof(outfile), "%s%s", file, GZ_SUFFIX);
511 snprintf(buf, sizeof(buf), "%s", file);
524 snprintf(buf + len, sizeof(buf) - len, "%s", GZ_SUFFIX);
566 snprintf(outmode, sizeof(outmode), "%s", "wb6 ");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 104 /* unlike snprintf (which is required in C99, yet still not supported by
109 # define snprintf _snprintf macro
  /external/capstone/suite/arm/
test_arm_regression.c 7 #define snprintf _snprintf macro
38 snprintf(hex_out + (i*2), 2, "%02x", str[i]);
54 used = snprintf(buf + *cur, *left, __VA_ARGS__); \
315 used = snprintf(tmp_buf + cur, left, __VA_ARGS__); \
  /external/e2fsprogs/misc/
mk_hugefiles.c 77 * overflows, so we don't really need to use snprintf() except as an
78 * additional safety check. So if snprintf() is not present, it's
80 * vsprintf() is guaranteed by C89, while snprintf() is only
98 #define snprintf my_snprintf macro
126 snprintf(path, SYSFS_PATH_LEN,
133 snprintf(ret_path, SYSFS_PATH_LEN,
145 snprintf(path, SYSFS_PATH_LEN, "/sys/block/%s", de->d_name);
157 snprintf(p_path, SYSFS_PATH_LEN, "%s/%s/dev",
165 snprintf(ret_path, SYSFS_PATH_LEN, "%s/%s",
  /external/google-breakpad/src/third_party/libdisasm/
x86_format.c 9 #define snprintf _snprintf macro
34 snprintf( _tmp, sizeof _tmp, fmt, data ); \
80 snprintf( str, len, "%" PRId8, op->data.sbyte );
83 snprintf( str, len, "%" PRId16, op->data.sword );
86 snprintf( str, len, "%" PRId64, op->data.sqword );
89 snprintf( str, len, "%" PRId32, op->data.sdword );
97 snprintf( str, len, "0x%02" PRIX8, op->data.byte );
100 snprintf( str, len, "0x%04" PRIX16, op->data.word );
103 snprintf( str, len, "0x%08" PRIX64,op->data.sqword );
106 snprintf( str, len, "0x%08" PRIX32, op->data.dword )
    [all...]

Completed in 2934 milliseconds

1 23 4 5 6