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

12 3 4 5

  /external/syslinux/memdisk/
conio.c 177 int vsprintf(char *buf, const char *fmt, va_list args) function
354 i = vsprintf(buf, fmt, args);
365 printed = vsprintf(printf_buf, fmt, args);
  /external/e2fsprogs/intl/
libgnuintl.h.in 312 #undef vsprintf
313 #define vsprintf libintl_vsprintf
314 extern int vsprintf (char *, const char *, va_list);
printf.c 137 return vsprintf (resultbuf, format, args);
  /external/syslinux/com32/include/
stdio.h 96 __extern int vsprintf(char *, const char *, va_list);
  /external/valgrind/include/
pub_tool_libcprint.h 55 extern UInt VG_(vsprintf) ( HChar* buf, const HChar* format, va_list vargs )
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Stdio.inf 72 vsprintf.c #
  /external/icu/icu4c/source/tools/ctestfw/
tstdtmod.cpp 29 vsprintf(buffer, fmt, ap);
48 vsprintf(buffer, fmt, ap);
  /external/libxml2/
trio.h 178 # undef vsprintf macro
179 # define vsprintf trio_vsprintf macro
  /external/clang/test/Sema/
format-strings.c 19 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to parameter here}}
48 vsprintf(buf,s,ap); // expected-warning {{format string is not a string lit}}
191 vsprintf(b,L"bar %d",ap); // expected-warning {{incompatible pointer types}}, expected-warning {{should not be a wide string}}
    [all...]
  /external/tcpdump/missing/
snprintf.c 476 ret2 = vsprintf (tmp, format, args);
507 ret2 = vsprintf (tmp, format, args);
537 ret2 = vsprintf (tmp, format, args);
  /bionic/tests/
fortify_filecheck_diagnostics_test.cpp 176 vsprintf(buf, "foobar", va);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
UtilsMsgs.c 397 vsprintf (Line2, MsgFmt, List);
  /external/libpcap/lbl/
os-sunos4.h 185 int vsprintf(char *, const char *, ...);
  /external/mesa3d/src/gallium/auxiliary/util/
u_string.h 208 #define util_vsprintf vsprintf
  /external/tcpdump/lbl/
os-sunos4.h 185 int vsprintf(char *, const char *, ...);
  /hardware/qcom/msm8998/json-c/
printbuf.c 142 if((chars = vsprintf(b, fmt, ap)) < 0)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiUtilityMsgs.c 523 vsprintf (Line2, MsgFmt, List);
553 vsprintf (Line, MsgFmt, List);
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 957 vsprintf(buffer, fmt, ap);
971 vsprintf(buffer, fmt, ap);
985 vsprintf(buffer, fmt, ap);
1023 vsprintf(buffer, fmt, ap);
1035 vsprintf(buffer, fmt, ap);
1046 vsprintf(buffer, fmt, ap);
1057 vsprintf(buffer, fmt, ap);
1068 vsprintf(buffer, fmt, ap);
1079 vsprintf(buffer, fmt, ap);
    [all...]
  /external/valgrind/exp-sgcheck/tests/
bad_percentify.c 526 UInt VG_(vsprintf) ( HChar* buf, const HChar *format, va_list vargs ) function
545 ret = VG_(vsprintf)(buf, format, vargs);
  /bionic/libc/include/bits/fortify/
stdio.h 47 int vsprintf(char* const __pass_object_size dest, const char* format, va_list ap) __overloadable {
  /bionic/tests/headers/posix/
stdio_h.c 144 FUNCTION(vsprintf, int (*f)(char*, const char*, va_list));
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 143 static_assert((std::is_same<decltype(vsprintf(cp," ",va)), int>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 113 static_assert((std::is_same<decltype(std::vsprintf(cp," ",va)), int>::value), "");
  /external/syslinux/gpxe/src/core/
vsprintf.c 26 #include <gpxe/vsprintf.h>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 143 static_assert((std::is_same<decltype(vsprintf(cp," ",va)), int>::value), "");

Completed in 989 milliseconds

12 3 4 5