/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/llvm-project/clang/test/Analysis/ |
D | valist-as-lazycompound.c | 8 extern int vsprintf(char *__restrict __s, 19 err = vsprintf(raw, fmt, ap); in _dprintf()
|
D | valist-uninitialized-no-undef.c | 37 …vsprintf(buffer, "%s %d %d %lf %03d", va); // expected-warning{{Function 'vsprintf' is called with… in call_vsprintf_bad()
|
/external/fmtlib/test/ |
D | printf-test.cc | 556 EXPECT_EQ(fmt::vsprintf("%d", args), "42"); in TEST() 579 EXPECT_EQ("[42] something happened", fmt::vsprintf("[%d] %s happened", args)); in TEST() 583 fmt::vsprintf("[%d] %s happened", args2)); in TEST() 587 fmt::vsprintf("[%d] %s happened", in TEST() 597 fmt::vsprintf(L"[%d] %s happened", args)); in TEST() 601 fmt::vsprintf(L"[%d] %s happened", args2)); in TEST() 605 fmt::vsprintf(L"[%d] %s happened", in TEST()
|
/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 | 86 vsprintf( buf, fmt, ap ); in FT_Message() 103 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/llvm-project/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/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | printf-fortify-3.c | 15 vsprintf(write_buffer, format, ap); in foo()
|
/external/llvm-project/clang/test/Analysis/Inputs/ |
D | system-header-simulator-for-valist.h | 22 int vsprintf (char *restrict s, const char *restrict format, va_list arg);
|
/external/oboe/src/common/ |
D | Trace.cpp | 40 vsprintf(buffer, format, va); in beginSection()
|
/external/curl/lib/ |
D | curlx.h | 100 # undef vsprintf
|
/external/oboe/samples/debug-utils/ |
D | trace.cpp | 46 vsprintf(buff, fmt, args); in beginSection()
|
/external/gwp_asan/gwp_asan/tests/ |
D | options.cpp | 20 vsprintf(Message + strlen(Message), Format, Args); in MessageRecorder()
|
/external/libxml2/ |
D | trio.h | 178 # undef vsprintf 179 # define vsprintf trio_vsprintf macro
|
/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/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/python/cpython2/Python/ |
D | mysnprintf.c | 84 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
|
/external/python/cpython3/Python/ |
D | mysnprintf.c | 88 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
|
/external/llvm-project/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/libcxx/include/ |
D | cstdio | 69 int vsprintf(char* restrict s, const char* restrict format, va_list arg); 125 using ::vsprintf;
|
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 940 vsprintf(buffer, fmt, ap); in log() 954 vsprintf(buffer, fmt, ap); in logln() 968 vsprintf(buffer, fmt, ap); in logKnownIssue() 1006 vsprintf(buffer, fmt, ap); in info() 1018 vsprintf(buffer, fmt, ap); in infoln() 1029 vsprintf(buffer, fmt, ap); in err() 1040 vsprintf(buffer, fmt, ap); in errln() 1051 vsprintf(buffer, fmt, ap); in dataerrln() 1062 vsprintf(buffer, fmt, ap); in errcheckln()
|
/external/llvm-project/libcxx/include/ |
D | cstdio | 68 int vsprintf(char* restrict s, const char* restrict format, va_list arg); 124 using ::vsprintf;
|
/external/libpcap/rpcapd/ |
D | log.c | 160 vsprintf(msgbuf, message, ap); in rpcapd_vlog_systemlog()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_string.h | 179 #define util_vsprintf vsprintf
|