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

1 2 34 5 6 7 8 910

  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/
stdio.h 277 int vsprintf(char* __restrict, const char* __restrict, __va_list)
278 __printflike(2, 0); //__warnattr("vsprintf is often misused; please use vsnprintf");
387 int vsprintf(char *dest, const char *format, __va_list ap) function
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/
stdio.h 277 int vsprintf(char* __restrict, const char* __restrict, __va_list)
278 __printflike(2, 0); //__warnattr("vsprintf is often misused; please use vsnprintf");
387 int vsprintf(char *dest, const char *format, __va_list ap) function
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/
stdio.h 277 int vsprintf(char* __restrict, const char* __restrict, __va_list)
278 __printflike(2, 0); //__warnattr("vsprintf is often misused; please use vsnprintf");
387 int vsprintf(char *dest, const char *format, __va_list ap) function
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
stdio.h 277 int vsprintf(char* __restrict, const char* __restrict, __va_list)
278 __printflike(2, 0); //__warnattr("vsprintf is often misused; please use vsnprintf");
387 int vsprintf(char *dest, const char *format, __va_list ap) function
  /external/bison/darwin-lib/
stdio.h 1629 # define vsprintf macro
1644 _GL_CXXALIASWARN (vsprintf); variable
1646 # undef vsprintf macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1629 # define vsprintf macro
1644 _GL_CXXALIASWARN (vsprintf); variable
1646 # undef vsprintf macro
    [all...]
  /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/libpcap/missing/
snprintf.c 476 ret2 = vsprintf (tmp, format, args);
507 ret2 = vsprintf (tmp, format, args);
537 ret2 = vsprintf (tmp, format, args);
  /external/tcpdump/missing/
snprintf.c 476 ret2 = vsprintf (tmp, format, args);
507 ret2 = vsprintf (tmp, format, args);
537 ret2 = vsprintf (tmp, format, args);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
UtilsMsgs.c 397 vsprintf (Line2, MsgFmt, List);
  /external/libpcap/lbl/
os-sunos4.h 187 int vsprintf(char *, const char *, ...);
  /external/mesa3d/src/gallium/auxiliary/util/
u_string.h 179 #define util_vsprintf vsprintf
  /external/tcpdump/lbl/
os-sunos4.h 187 int vsprintf(char *, const char *, ...);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiUtilityMsgs.c 521 vsprintf (Line2, MsgFmt, List);
551 vsprintf (Line, MsgFmt, List);
  /external/bison/lib/
stdio.in.h     [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 944 vsprintf(buffer, fmt, ap);
958 vsprintf(buffer, fmt, ap);
972 vsprintf(buffer, fmt, ap);
1010 vsprintf(buffer, fmt, ap);
1022 vsprintf(buffer, fmt, ap);
1033 vsprintf(buffer, fmt, ap);
1044 vsprintf(buffer, fmt, ap);
1055 vsprintf(buffer, fmt, ap);
1066 vsprintf(buffer, fmt, ap);
    [all...]
  /bionic/libc/include/
stdio.h 164 int vsprintf(char* __restrict, const char* __restrict _Nonnull, __va_list)
165 __overloadable __printflike(2, 0) __RENAME_CLANG(vsprintf)
166 __warnattr_strict("vsprintf is often misused; please use vsnprintf");
278 int vsprintf(char *const __pass_object_size dest, const char *_Nonnull format,
  /external/bison/
Android.mk 94 lib/vsprintf.c \
  /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);
  /development/ndk/platforms/android-9/include/
stdio.h 259 int vsprintf(char *, const char *, __va_list);
  /external/e2fsprogs/intl/
printf.c 137 return vsprintf (resultbuf, format, args);
  /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/svox/pico/lib/
picodbg.c 331 len = vsprintf(msgbuf, format, argptr);
  /external/syslinux/gpxe/src/core/
vsprintf.c 26 #include <gpxe/vsprintf.h>

Completed in 1544 milliseconds

1 2 34 5 6 7 8 910