| /bionic/tests/ |
| fortify_test.cpp | 105 result = vsprintf(myfoo.a, fmt, va); // should crash here 445 result = vsprintf(buf, fmt, va); // should crash here
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
| gzio.c | 613 (void)vsprintf(buf, format, va);
618 len = vsprintf(buf, format, va);
|
| /external/syslinux/mk/ |
| lib.mk | 77 strtoumax.o vprintf.o vsprintf.o \
|
| /external/valgrind/coregrind/ |
| m_libcprint.c | 713 UInt VG_(vsprintf) ( HChar* buf, const HChar *format, va_list vargs ) function 732 ret = VG_(vsprintf)(buf, format, vargs); [all...] |
| /hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
| cpp_bindings.cpp | 46 offset += vsprintf(buf + offset, fmt, params);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| stdio.h | 380 extern int vsprintf (char *__restrict __s, __const char *__restrict __format,
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| stdio.h | 332 int vsprintf (char *__stream, const char *__format, __builtin_va_list __local_argv) function 389 int __cdecl vsprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; [all...] |
| strsafe.h | 1944 #undef vsprintf macro 1945 #define vsprintf macro [all...] |
| tchar.h | 546 #define _vstprintf vsprintf
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
| configure | 608 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log
622 n = vsprintf(buf, fmt, ap);
633 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log
637 echo "Checking for return value of vsprintf()... No." | tee -a configure.log
638 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
|
| /external/ImageMagick/MagickCore/ |
| locale.c | 477 n=(ssize_t) vsprintf(string,format,operands); [all...] |
| log.c | [all...] |
| /external/fio/os/windows/ |
| posix.c | 420 vsprintf(output, message, v);
|
| /external/icu/icu4c/source/tools/ctestfw/ |
| ctest.c | 707 vsprintf(buf, pattern, ap); [all...] |
| /external/ltp/testcases/kernel/sched/process_stress/ |
| process.c | 248 vsprintf(mtext, fmt, args);
|
| /external/python/cpython2/Modules/zlib/ |
| configure | 608 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log 622 n = vsprintf(buf, fmt, ap); 633 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log 637 echo "Checking for return value of vsprintf()... No." | tee -a configure.log 638 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
|
| /external/python/cpython3/Modules/zlib/ |
| configure | 694 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log 708 n = vsprintf(buf, fmt, ap); 719 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log 723 echo "Checking for return value of vsprintf()... No." | tee -a configure.log 724 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
|
| /external/skia/src/sksl/ |
| SkSLCPPCodeGenerator.cpp | 39 vsprintf(heap.get(), s, copy); [all...] |
| /external/skqp/src/sksl/ |
| SkSLCPPCodeGenerator.cpp | 39 vsprintf(heap.get(), s, copy); [all...] |
| /external/syslinux/gpxe/src/core/ |
| settings.c | 30 #include <gpxe/vsprintf.h> [all...] |
| /external/zlib/src/ |
| configure | 694 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log 708 n = vsprintf(buf, fmt, ap); 719 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log 723 echo "Checking for return value of vsprintf()... No." | tee -a configure.log 724 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
|
| /external/icu/icu4c/source/test/cintltst/ |
| udatatst.c | [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| BuildLibCalls.cpp | 548 case LibFunc::vsprintf: [all...] |
| /external/syslinux/gpxe/src/net/tcp/ |
| iscsi.c | 28 #include <gpxe/vsprintf.h> [all...] |
| /external/llvm/lib/Analysis/ |
| TargetLibraryInfo.cpp | 809 case LibFunc::vsprintf: [all...] |