Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 25 of 97) sorted by relevance

1234

/external/google-breakpad/src/third_party/curl/
Dmprintf.h52 # undef vsprintf
65 # define vsprintf vsprintf_was_used macro
68 # define vsprintf curl_mvsprintf macro
/external/freetype/builds/windows/
Dftdebug.c70 vsprintf( buf, fmt, ap ); in FT_Message()
87 vsprintf( buf, fmt, ap ); in FT_Panic()
/external/freetype/builds/wince/
Dftdebug.c84 vsprintf( buf, fmt, ap ); in FT_Message()
99 vsprintf( buf, fmt, ap ); in FT_Panic()
/external/icu/icu4c/source/tools/ctestfw/
Dtstdtmod.cpp44 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/
Dvarargs.ll4 declare i16 @vsprintf(i8* nocapture, i8* nocapture, i8*)
23 %call = call i16 @vsprintf(i8* %arraydecay, i8* %x, i8* %1)
/external/u-boot/lib/
DMakefile101 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o strmhz.o
106 obj-y += vsprintf.o strto.o strmhz.o
Dvsprintf.c760 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/
DxyzModem.h51 #define diag_vsprintf vsprintf
Dvsprintf.h124 int vsprintf(char *buf, const char *fmt, va_list args);
/external/libxml2/
Dtrio.h178 # undef vsprintf
179 # define vsprintf trio_vsprintf macro
/external/clang/test/Sema/
Dformat-strings.c19 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()
191vsprintf(b,L"bar %d",ap); // expected-warning {{incompatible pointer types}}, expected-warning {{s… in check_wide_string()
/external/tcpdump/missing/
Dsnprintf.c476 ret2 = vsprintf (tmp, format, args); in snprintf()
507 ret2 = vsprintf (tmp, format, args);
537 ret2 = vsprintf (tmp, format, args);
/external/curl/lib/
Dcurlx.h87 # undef vsprintf
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp964 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/
Dmysnprintf.c84 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
/external/python/cpython3/Python/
Dmysnprintf.c83 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
/external/libcxx/include/
Dcstdio69 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
125 using ::vsprintf;
/external/u-boot/examples/api/
DMakefile38 EXT_COBJ-y += lib/vsprintf.o
/external/mesa3d/src/util/
Du_string.h212 #define util_vsprintf vsprintf
/external/virglrenderer/src/gallium/auxiliary/util/
Du_string.h179 #define util_vsprintf vsprintf
/external/libpcap/lbl/
Dos-sunos4.h185 int vsprintf(char *, const char *, ...);
/external/tcpdump/lbl/
Dos-sunos4.h185 int vsprintf(char *, const char *, ...);
/external/e2fsprogs/intl/
Dlibgnuintl.h.in312 #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/
DEASLibVst.c195 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/
Dlcd_console.c215 vsprintf(buf, fmt, args); in lcd_printf()

1234