/external/google-breakpad/src/third_party/curl/ |
D | mprintf.h | 52 # undef vsprintf 65 # define vsprintf vsprintf_was_used macro 68 # define vsprintf curl_mvsprintf macro
|
/external/freetype/builds/windows/ |
D | ftdebug.c | 70 vsprintf( buf, fmt, ap ); in FT_Message() 87 vsprintf( buf, fmt, ap ); in FT_Panic()
|
/external/freetype/builds/wince/ |
D | ftdebug.c | 84 vsprintf( buf, fmt, ap ); in FT_Message() 99 vsprintf( buf, fmt, ap ); in FT_Panic()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | tstdtmod.cpp | 44 vsprintf(buffer, fmt, ap); in errIfFailureAndReset() 71 vsprintf(buffer, fmt, ap); in errDataIfFailureAndReset() 96 vsprintf(buffer, fmt, ap); in expectErrorAndReset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/ |
D | varargs.ll | 4 declare i16 @vsprintf(i8* nocapture, i8* nocapture, i8*) 23 %call = call i16 @vsprintf(i8* %arraydecay, i8* %x, i8* %1)
|
/external/u-boot/lib/ |
D | Makefile | 101 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o strmhz.o 106 obj-y += vsprintf.o strto.o strmhz.o
|
D | vsprintf.c | 760 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 771 i = vsprintf(buf, fmt, args); in sprintf()
|
/external/u-boot/include/ |
D | xyzModem.h | 51 #define diag_vsprintf vsprintf
|
D | vsprintf.h | 124 int vsprintf(char *buf, const char *fmt, va_list args);
|
/external/libxml2/ |
D | trio.h | 178 # undef vsprintf 179 # define vsprintf trio_vsprintf macro
|
/external/clang/test/Sema/ |
D | format-strings.c | 19 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to … 48 vsprintf(buf,s,ap); // expected-warning {{format string is not a string lit}} in check_string_literal() 191 …vsprintf(b,L"bar %d",ap); // expected-warning {{incompatible pointer types}}, expected-warning {{s… in check_wide_string()
|
/external/tcpdump/missing/ |
D | snprintf.c | 476 ret2 = vsprintf (tmp, format, args); in snprintf() 507 ret2 = vsprintf (tmp, format, args); 537 ret2 = vsprintf (tmp, format, args);
|
/external/curl/lib/ |
D | curlx.h | 87 # undef vsprintf
|
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 964 vsprintf(buffer, fmt, ap); in log() 978 vsprintf(buffer, fmt, ap); in logln() 992 vsprintf(buffer, fmt, ap); in logKnownIssue() 1030 vsprintf(buffer, fmt, ap); in info() 1042 vsprintf(buffer, fmt, ap); in infoln() 1053 vsprintf(buffer, fmt, ap); in err() 1064 vsprintf(buffer, fmt, ap); in errln() 1075 vsprintf(buffer, fmt, ap); in dataerrln() 1086 vsprintf(buffer, fmt, ap); in errcheckln()
|
/external/python/cpython2/Python/ |
D | mysnprintf.c | 84 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
|
/external/python/cpython3/Python/ |
D | mysnprintf.c | 83 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
|
/external/libcxx/include/ |
D | cstdio | 69 int vsprintf(char* restrict s, const char* restrict format, va_list arg); 125 using ::vsprintf;
|
/external/u-boot/examples/api/ |
D | Makefile | 38 EXT_COBJ-y += lib/vsprintf.o
|
/external/mesa3d/src/util/ |
D | u_string.h | 212 #define util_vsprintf vsprintf
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_string.h | 179 #define util_vsprintf vsprintf
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 185 int vsprintf(char *, const char *, ...);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 185 int vsprintf(char *, const char *, ...);
|
/external/e2fsprogs/intl/ |
D | libgnuintl.h.in | 312 #undef vsprintf 313 #define vsprintf libintl_vsprintf macro 314 extern int vsprintf (char *, const char *, va_list);
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | EASLibVst.c | 195 vsprintf(messageBuffer, debugMessages[i].m_pDebugMsg, vargs); in EAS_ReportEx() 244 vsprintf(messageBuffer, fmt, vargs); in EAS_Report() 288 vsprintf(messageBuffer, fmt, vargs); in EAS_ReportX()
|
/external/u-boot/common/ |
D | lcd_console.c | 215 vsprintf(buf, fmt, args); in lcd_printf()
|