HomeSort by relevance Sort by last modified time
    Searched refs:vsprintf (Results 176 - 200 of 230) sorted by null

1 2 3 4 5 6 78 910

  /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 178 chars += vsprintf(str, format, ap);
  /external/ltp/testcases/kernel/fs/dmapi/
dm_test.c 287 vsprintf(fmtmsg, format, args);
  /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);
  /external/swiftshader/src/Main/
FrameBufferDD.cpp 453 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 74 * safe to fall back to vsprintf(). This provides portability since
75 * vsprintf() is guaranteed by C89, while snprintf() is only
88 ret = vsprintf(str, format, ap);
  /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/libc/stdio/
stdio.cpp 783 PRINTF_IMPL(vsprintf(s, fmt, ap));
832 int vsprintf(char* s, const char* fmt, va_list ap) { function
  /bionic/tests/
fortify_test.cpp 132 result = vsprintf(myfoo.a, fmt, va); // should crash here
493 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 \
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 29 offset += vsprintf(buf + offset, fmt, params);
  /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/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 374 vsprintf(__buffer, __format_str, __args);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 374 vsprintf(__buffer, __format_str, __args);

Completed in 1850 milliseconds

1 2 3 4 5 6 78 910