Searched refs:vsprintf (Results 1 - 25 of 73) sorted by relevance

123

/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
H A DWebInspectorShims.js31 return String.vsprintf(string, Array.prototype.slice.call(arguments, 1));
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
/external/quake/quake/src/QW/client/
H A Dsys_android.c67 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);
H A Dsys_linux.c64 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);
H A Dconsole.c352 // FIXME: make a buffer size safe vsprintf?
360 vsprintf (msg,fmt,argptr);
406 vsprintf (msg,fmt,argptr);
685 vsprintf (msg,fmt,argptr);
/external/quake/quake/src/WinQuake/
H A Dsys_linux.cpp46 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);
H A Dconsole.cpp360 vsprintf(data, fmt, argptr);
376 // FIXME: make a buffer size safe vsprintf?
384 vsprintf (msg,fmt,argptr);
433 vsprintf (msg,fmt,argptr);
454 vsprintf (msg,fmt,argptr);
H A Dsys_android.cpp77 vsprintf (text,fmt,argptr);
95 vsprintf (text,fmt,argptr);
177 vsprintf (string,error,argptr);
200 vsprintf (string,warning,argptr);
291 vsprintf(data, fmt, argptr);
H A Dhost.cpp97 vsprintf (string,message,argptr);
135 vsprintf (string,error,argptr);
284 vsprintf (string, fmt,argptr);
305 vsprintf (string, fmt,argptr);
329 vsprintf (string, fmt,argptr);
/external/qemu/slirp-android/
H A Dslirp.h193 # define vsprintf vsprintf_len macro
201 extern int vsprintf _P((char *, const char *, va_list));
/external/quake/quake/src/QW/server/
H A Dsys_unix.c115 vsprintf (string,error,argptr);
134 vsprintf (text,fmt,argptr);
H A Dsys_win.c70 vsprintf (text, error,argptr);
H A Dsv_send.c105 // FIXME: make a buffer size safe vsprintf?
112 vsprintf (msg,fmt,argptr);
145 vsprintf (msg,fmt,argptr);
183 vsprintf (string, fmt,argptr);
204 vsprintf (string, fmt,argptr);
235 vsprintf (string, fmt,argptr);
/external/srec/portable/include/
H A Dptypes.h370 #define pvsprintf vsprintf
451 #define pvsprintf vsprintf
/external/srec/portable/src/
H A DPFileImpl.c189 *result = vsprintf(buffer, format, args);
191 vsprintf(buffer, format, args);
/external/valgrind/main/include/
H A Dpub_tool_libcprint.h41 extern UInt VG_(vsprintf) ( Char* buf, const HChar* format, va_list vargs )
/external/e2fsprogs/intl/
H A Dlibgnuintl.h.in312 #undef vsprintf
313 #define vsprintf libintl_vsprintf
314 extern int vsprintf (char *, const char *, va_list);
/external/qemu/
H A Dosdep.c196 return vsprintf( *sptr, fmt, argv );
/external/stlport/stlport/stl/
H A D_cstdio.h118 using _STLP_VENDOR_CSTD::vsprintf;
/external/webkit/Source/WebKit/chromium/src/js/
H A DDevTools.js87 return String.vsprintf(string, Array.prototype.slice.call(arguments, 1));
/external/icu4c/tools/ctestfw/
H A Dtstdtmod.cpp27 vsprintf(buffer, fmt, ap);
46 vsprintf(buffer, fmt, ap);
/external/qemu/slirp/
H A Dslirp.h240 # define vsprintf vsprintf_len macro
248 extern int vsprintf _P((char *, const char *, va_list));
/external/clang/test/Sema/
H A Dformat-strings.c18 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to parameter here}}
40 vsprintf(buf,s,ap); // expected-warning {{format string is not a string lit}}
157 vsprintf(b,L"bar %d",ap); // expected-warning {{incompatible pointer types}}, expected-warning {{should not be a wide string}}
/external/libpcap/missing/
H A Dsnprintf.c483 ret2 = vsprintf (tmp, format, args);
514 ret2 = vsprintf (tmp, format, args);
544 ret2 = vsprintf (tmp, format, args);

Completed in 474 milliseconds

123