HomeSort by relevance Sort by last modified time
    Searched full:vsprintf (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /bionic/libc/stdio/
vsprintf.c 1 /* $OpenBSD: vsprintf.c,v 1.13 2006/01/06 18:53:04 millert Exp $ */
40 __warn_references(vsprintf,
41 "warning: vsprintf() is often misused, please use vsnprintf()");
45 vsprintf(char *str, const char *fmt, __va_list ap) function
  /external/mesa3d/src/talloc/
hieralloc.h 77 // allocate and vsprintf
83 // reallocate and append vsprintf
  /external/quake/quake/src/QW/client/
sys_android.c 67 vsprintf (text,fmt,argptr);
85 vsprintf (text,fmt,argptr);
114 vsprintf (text,fmt,argptr);
154 vsprintf (string,error,argptr);
170 vsprintf (string,warning,argptr);
257 vsprintf(data, fmt, argptr);
sys_linux.c 64 vsprintf (text,fmt,argptr);
82 vsprintf (text,fmt,argptr);
111 vsprintf (text,fmt,argptr);
150 vsprintf (string,error,argptr);
165 vsprintf (string,warning,argptr);
252 vsprintf(data, fmt, argptr);
  /frameworks/media/libvideoeditor/osal/src/
M4PSW_Trace.c 61 vsprintf((char *)message, (const char *)format,marker ); /* formats and writes the data into message */
86 vsprintf((char *)message, (const char *)stringMsg,marker ); /* formats and writes the data into message */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h 46 #undef vsprintf macro
61 #define vsprintf(str, fmt, ap) \ macro
  /external/bluetooth/glib/glib/
gprintfint.h 39 #define _g_vsprintf vsprintf
  /external/valgrind/main/exp-ptrcheck/tests/
filter_stderr 28 -e "s/ vsprintf (.*)/ .../" \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio-ldbl.h 30 __LDBL_REDIR_DECL (vsprintf)
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 208 # define vsprintf rpl_vsprintf
209 extern int vsprintf (char *str, const char *format, va_list args)
213 # undef vsprintf
214 # define vsprintf(b,f,a) \
215 (GL_LINK_WARNING ("vsprintf is not always POSIX compliant - " \
216 "use gnulib module vsprintf-posix for portable " \
218 vsprintf (b, f, a))
  /external/quake/quake/src/WinQuake/
sys_linux.cpp 46 vsprintf (text,fmt,argptr);
64 vsprintf (text,fmt,argptr);
93 vsprintf (text,fmt,argptr);
148 vsprintf (string,error,argptr);
163 vsprintf (string,warning,argptr);
250 vsprintf(data, fmt, argptr);
  /bionic/libstdc++/include/
cstdio 85 using ::vsprintf;
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.h 0 /* vsprintf with automatic memory allocation.
  /external/e2fsprogs/intl/
vasnprintf.h 0 /* vsprintf with automatic memory allocation.
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
WebInspectorShims.js 31 return String.vsprintf(string, Array.prototype.slice.call(arguments, 1));
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 85 using ::vsprintf;
  /ndk/sources/cxx-stl/system/include/
cstdio 85 using ::vsprintf;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++locale.h 53 // fall back to the unsafe vsprintf which, in general, can be dangerous
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio 83 using ::vsprintf;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio 83 using ::vsprintf;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++locale.h 53 // fall back to the unsafe vsprintf which, in general, can be dangerous
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++locale.h 53 // fall back to the unsafe vsprintf which, in general, can be dangerous
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdio 85 using ::vsprintf;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++locale.h 53 // fall back to the unsafe vsprintf which, in general, can be dangerous
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++locale.h 53 // fall back to the unsafe vsprintf which, in general, can be dangerous

Completed in 2892 milliseconds

1 2 3 4 5 6 7 8 910