/ndk/sources/android/support/ |
Android.mk | 120 src/musl-stdio/vsprintf.c \
|
/external/aac/libSYS/src/ |
genericStds.cpp | 173 chars += vsprintf(str, format, ap);
|
/external/selinux/libsepol/cil/test/unit/ |
CuTest.c | 114 vsprintf(buf, format, argp);
|
/external/svox/pico/lib/ |
picopal.c | 170 i = (picopal_int16)vsprintf((char *) dst, (const char *)fmt, args);
|
/system/bt/btcore/src/ |
counter.c | 391 vsprintf(dest, format, argptr);
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
EASLib.c | 213 vsprintf(messageBuffer, debugMessages[i].m_pDebugMsg, vargs); 262 vsprintf(messageBuffer, fmt, vargs); 306 vsprintf(messageBuffer, fmt, vargs); [all...] |
EASLibVst.c | 195 vsprintf(messageBuffer, debugMessages[i].m_pDebugMsg, vargs); 244 vsprintf(messageBuffer, fmt, vargs); 288 vsprintf(messageBuffer, fmt, vargs); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
stdio2.h | 44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt, function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
stdio2.h | 44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt, function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
stdio2.h | 44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt, function
|
/bionic/tests/ |
fortify_test.cpp | 124 result = vsprintf(myfoo.a, fmt, va); // should crash here 485 result = vsprintf(buf, fmt, va); // should crash here
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
cpp_bindings.cpp | 29 offset += vsprintf(buf + offset, fmt, params);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 374 vsprintf(__buffer, __format_str, __args);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
stdio.h | 356 extern int vsprintf (char *__restrict __s, __const char *__restrict __format,
|
/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/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 374 vsprintf(__buffer, __format_str, __args);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 374 vsprintf(__buffer, __format_str, __args);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 374 vsprintf(__buffer, __format_str, __args);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 374 vsprintf(__buffer, __format_str, __args);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_debug.c | 374 vsprintf(__buffer, __format_str, __args);
|
/external/bison/lib/ |
gnulib.mk | 24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup [all...] |
/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 383 int __cdecl vsprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; [all...] |
/external/fio/os/windows/ |
posix.c | 359 vsprintf(output, message, v);
|
/external/icu/icu4c/source/tools/ctestfw/ |
ctest.c | 705 vsprintf(buf, pattern, ap); [all...] |
/external/zlib/src/ |
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
|