Home
last modified time | relevance | path

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

123456

/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/llvm-project/clang/test/Analysis/
Dvalist-as-lazycompound.c8 extern int vsprintf(char *__restrict __s,
19 err = vsprintf(raw, fmt, ap); in _dprintf()
Dvalist-uninitialized-no-undef.c37vsprintf(buffer, "%s %d %d %lf %03d", va); // expected-warning{{Function 'vsprintf' is called with… in call_vsprintf_bad()
/external/fmtlib/test/
Dprintf-test.cc556 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/
Dftdebug.c70 vsprintf( buf, fmt, ap ); in FT_Message()
87 vsprintf( buf, fmt, ap ); in FT_Panic()
/external/freetype/builds/wince/
Dftdebug.c86 vsprintf( buf, fmt, ap ); in FT_Message()
103 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/llvm-project/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/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dprintf-fortify-3.c15 vsprintf(write_buffer, format, ap); in foo()
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator-for-valist.h22 int vsprintf (char *restrict s, const char *restrict format, va_list arg);
/external/oboe/src/common/
DTrace.cpp40 vsprintf(buffer, format, va); in beginSection()
/external/curl/lib/
Dcurlx.h100 # undef vsprintf
/external/oboe/samples/debug-utils/
Dtrace.cpp46 vsprintf(buff, fmt, args); in beginSection()
/external/gwp_asan/gwp_asan/tests/
Doptions.cpp20 vsprintf(Message + strlen(Message), Format, Args); in MessageRecorder()
/external/libxml2/
Dtrio.h178 # undef vsprintf
179 # define vsprintf trio_vsprintf macro
/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/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/python/cpython2/Python/
Dmysnprintf.c84 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
/external/python/cpython3/Python/
Dmysnprintf.c88 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
/external/llvm-project/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/libcxx/include/
Dcstdio69 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
125 using ::vsprintf;
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp940 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/
Dcstdio68 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
124 using ::vsprintf;
/external/libpcap/rpcapd/
Dlog.c160 vsprintf(msgbuf, message, ap); in rpcapd_vlog_systemlog()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_string.h179 #define util_vsprintf vsprintf

123456