HomeSort by relevance Sort by last modified time
    Searched refs:vsprintf (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 113 static_assert((std::is_same<decltype(std::vsprintf(cp," ",va)), int>::value), "");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzwrite.c 346 (void)vsprintf((char *)(state->in), format, va);
350 len = vsprintf((char *)(state->in), format, va);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
configure 282 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib"
297 n = vsprintf(buf, fmt, ap);
309 echo "Checking for return value of vsprintf()... Yes."
312 echo "Checking for return value of vsprintf()... No."
313 echo " WARNING: apparently vsprintf() does not return a value. zlib"
  /external/python/cpython2/Modules/zlib/
gzwrite.c 346 (void)vsprintf((char *)(state->in), format, va);
350 len = vsprintf((char *)(state->in), format, va);
  /external/python/cpython3/Modules/zlib/
gzwrite.c 417 (void)vsprintf(next, format, va);
421 len = vsprintf(next, format, va);
  /external/zlib/src/
gzwrite.c 417 (void)vsprintf(next, format, va);
421 len = vsprintf(next, format, va);
  /toolchain/binutils/binutils-2.27/zlib/
gzwrite.c 346 (void)vsprintf((char *)(state->in), format, va);
350 len = vsprintf((char *)(state->in), format, va);
  /bionic/libc/include/
stdio.h 160 int vsprintf(char* __s, const char* __fmt, va_list __args)
161 __printflike(2, 0) __warnattr_strict("vsprintf is often misused; please use vsnprintf");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiUtilityMsgs.c 498 vsprintf (Line2, MsgFmt, List);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 35 int vsprintf (char * __restrict,
    [all...]
  /external/aac/libSYS/src/
genericStds.cpp 170 chars += vsprintf(str, format, ap);
  /external/selinux/libsepol/cil/test/unit/
CuTest.c 114 vsprintf(buf, format, argp);
  /external/skia/src/sksl/
SkSLHCodeGenerator.cpp 73 vsprintf(heap.get(), s, copy);
  /external/skqp/src/sksl/
SkSLHCodeGenerator.cpp 73 vsprintf(heap.get(), s, copy);
  /external/swiftshader/src/Main/
FrameBufferDD.cpp 451 vsprintf(buffer, string, arglist);
  /external/syslinux/gpxe/src/core/
uri.c 32 #include <gpxe/vsprintf.h>
  /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...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 113 * Scaled down version of vsprintf(3).
116 vsprintf(char *buf, const char *cfmt, va_list ap) function
  /external/ImageMagick/MagickCore/
exception.c     [all...]
  /external/e2fsprogs/misc/
mk_hugefiles.c 79 * safe to fall back to vsprintf(). This provides portability since
80 * vsprintf() is guaranteed by C89, while snprintf() is only
93 ret = vsprintf(str, format, ap);
  /external/libpcap/missing/
snprintf.c 507 ret2 = vsprintf (tmp, format, args);
  /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/libc/stdio/
stdio.cpp 926 PRINTF_IMPL(vsprintf(s, fmt, ap));
995 int vsprintf(char* s, const char* fmt, va_list ap) { function

Completed in 1098 milliseconds

1 23 4 5