| /prebuilts/ndk/r16/sources/cxx-stl/system/include/ |
| cstdio | 90 using ::vsnprintf;
|
| /toolchain/binutils/binutils-2.27/zlib/ |
| gzguts.h | 69 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?), 77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */ 78 # if !defined(vsnprintf) && !defined(NO_vsnprintf) 80 # define vsnprintf _vsnprintf macro
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| mysnprintf.c | 4 /* snprintf() wrappers. If the platform has vsnprintf, we use it, else we
6 it because platforms differ in what vsnprintf does in case the buffer
17 If the platform doesn't have vsnprintf, and the buffer size needed to
34 with a non-C99 vsnprintf simply that the buffer wasn't big enough
35 to avoid truncation, or on platforms without any vsnprintf that
68 * vsnprintf return value or the buffer malloc size. */
75 len = vsnprintf(str, size, format, va);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| mysnprintf.c | 4 /* snprintf() wrappers. If the platform has vsnprintf, we use it, else we
6 it because platforms differ in what vsnprintf does in case the buffer
17 If the platform doesn't have vsnprintf, and the buffer size needed to
34 with a non-C99 vsnprintf simply that the buffer wasn't big enough
35 to avoid truncation, or on platforms without any vsnprintf that
68 * vsnprintf return value or the buffer malloc size. */
75 len = vsnprintf(str, size, format, va);
|
| /external/elfutils/backends/ |
| aarch64_regs.c | 52 int s = vsnprintf (name, namelen, fmt, ap);
|
| /external/fsck_msdos/ |
| main.c | 148 vsnprintf(prompt, sizeof(prompt), fmt, ap);
|
| /external/gflags/src/ |
| windows_port.h | 63 * name vsnprintf, since windows defines that (but not snprintf (!)). 71 #define vsnprintf(str, size, format, ap) safe_vsnprintf(str, size, format, ap) macro
|
| /external/libcxx/src/support/solaris/ |
| xlocale.cpp | 29 vsnprintf(__s, __n, __format, __va)
|
| /external/libpcap/ |
| portability.h | 114 * and define vsnprintf to be _vsnprintf, as we're relying on null- 126 * #defining them to be snprintf or vsnprintf, respectively, or by 140 #define pcap_vsnprintf vsnprintf
|
| /external/libxcam/xcore/ |
| xcam_common.cpp | 98 vsnprintf (buffer, XCAM_MAX_STR_SIZE, format, va_list);
|
| /external/libxml2/include/ |
| win32config.h | 98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) macro
|
| /external/libxml2/win32/VC10/ |
| config.h | 97 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) macro
|
| /external/pdfium/third_party/libopenjpeg20/ |
| event.c | 129 vsnprintf(message, OPJ_MSG_SIZE, fmt, arg);
|
| /external/python/cpython2/Python/ |
| mysnprintf.c | 4 /* snprintf() wrappers. If the platform has vsnprintf, we use it, else we 6 it because platforms differ in what vsnprintf does in case the buffer 17 If the platform doesn't have vsnprintf, and the buffer size needed to 34 with a non-C99 vsnprintf simply that the buffer wasn't big enough 35 to avoid truncation, or on platforms without any vsnprintf that 68 * vsnprintf return value or the buffer malloc size. */ 75 len = vsnprintf(str, size, format, va);
|
| /external/python/cpython3/Python/ |
| mysnprintf.c | 3 /* snprintf() wrappers. If the platform has vsnprintf, we use it, else we 5 it because platforms differ in what vsnprintf does in case the buffer 16 If the platform doesn't have vsnprintf, and the buffer size needed to 33 with a non-C99 vsnprintf simply that the buffer wasn't big enough 34 to avoid truncation, or on platforms without any vsnprintf that 67 * vsnprintf return value or the buffer malloc size. */ 74 len = vsnprintf(str, size, format, va);
|
| /external/strace/tests/ |
| tprintf.c | 82 int len = vsnprintf(buf, sizeof(buf), fmt, p); 84 perror_msg_and_fail("vsnprintf");
|
| /external/strace/tests-m32/ |
| tprintf.c | 82 int len = vsnprintf(buf, sizeof(buf), fmt, p); 84 perror_msg_and_fail("vsnprintf");
|
| /external/strace/tests-mx32/ |
| tprintf.c | 82 int len = vsnprintf(buf, sizeof(buf), fmt, p); 84 perror_msg_and_fail("vsnprintf");
|
| /external/strace/ |
| xstring.h | 32 ret = vsnprintf(str, size, format, ap);
|
| /external/tensorflow/tensorflow/java/src/main/native/ |
| exception_jni.cc | 33 // Using vsnprintf() instead of vasprintf() because the latter doesn't seem to 37 if (vsnprintf(message, max_msg_len, fmt, args) >= 0) {
|
| /hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
| dump_impl.cpp | 70 vsnprintf(buffer, length - filled -1, format, list);
|
| /hardware/qcom/display/msm8996/sdm/libs/core/ |
| dump_impl.cpp | 70 vsnprintf(buffer, length - filled -1, format, list);
|
| /hardware/qcom/display/msm8998/sdm/libs/core/ |
| dump_impl.cpp | 70 vsnprintf(buffer, length - filled -1, format, list);
|
| /prebuilts/ndk/r16/sources/android/support/src/ |
| swprintf.cpp | 60 int nprinted = vsnprintf(mbs.get(), max_mb_len, mbfmt.get(), ap); 70 // Can't use return value from vsnprintf because that number is in narrow 78 // 1) vsnprintf truncated, in which case the return value is greater than the 80 // 2) Since the char buffer we pass to vsnprintf might be oversized, that
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/support/solaris/ |
| xlocale.cpp | 29 vsnprintf(__s, __n, __format, __va)
|