Home
last modified time | relevance | path

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

12345

/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/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/cronet/third_party/icu/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/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/freetype/builds/wince/
Dftdebug.c86 vsprintf( buf, fmt, ap ); in FT_Message()
103 vsprintf( buf, fmt, ap ); in FT_Panic()
/external/musl/src/stdio/
Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
Dsprintf.c9 ret = vsprintf(s, fmt, ap); in sprintf()
/external/oboe/src/common/
DTrace.cpp40 vsprintf(buffer, format, va); in beginSection()
/external/libxml2/
Dtrio.h178 # undef vsprintf
179 # define vsprintf trio_vsprintf macro
/external/curl/lib/
Dcurlx.h102 # undef vsprintf
/external/oboe/samples/debug-utils/
Dtrace.cpp46 vsprintf(buff, fmt, args); in beginSection()
/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/gwp_asan/gwp_asan/tests/
Doptions.cpp20 vsprintf(Message + strlen(Message), Format, Args); in MessageRecorder()
/external/python/cpython2/Python/
Dmysnprintf.c84 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp941 vsprintf(buffer, fmt, ap); in log()
955 vsprintf(buffer, fmt, ap); in logln()
969 vsprintf(buffer, fmt, ap); in logKnownIssue()
1007 vsprintf(buffer, fmt, ap); in info()
1019 vsprintf(buffer, fmt, ap); in infoln()
1030 vsprintf(buffer, fmt, ap); in err()
1041 vsprintf(buffer, fmt, ap); in errln()
1052 vsprintf(buffer, fmt, ap); in dataerrln()
1063 vsprintf(buffer, fmt, ap); in errcheckln()
/external/cronet/third_party/icu/source/test/intltest/
Dintltest.cpp975 vsprintf(buffer, fmt, ap); in log()
989 vsprintf(buffer, fmt, ap); in logln()
1003 vsprintf(buffer, fmt, ap); in logKnownIssue()
1041 vsprintf(buffer, fmt, ap); in info()
1053 vsprintf(buffer, fmt, ap); in infoln()
1064 vsprintf(buffer, fmt, ap); in err()
1075 vsprintf(buffer, fmt, ap); in errln()
1086 vsprintf(buffer, fmt, ap); in dataerrln()
1097 vsprintf(buffer, fmt, ap); in errcheckln()
/external/libcxx/include/
Dcstdio69 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
125 using ::vsprintf;
/external/deqp/external/vulkancts/vkscserver/
DvksClient.hpp101 vsprintf(message, format, args); in RemoteWriteFtm()
/external/libpcap/rpcapd/
Dlog.c160 vsprintf(msgbuf, message, ap); in rpcapd_vlog_systemlog()
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcstdio68 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
134 using ::vsprintf _LIBCPP_USING_IF_EXISTS;
/external/erofs-utils/lib/
Dconfig.c154 vsprintf(msg, fmt, ap); in erofs_update_progressinfo()
/external/libpcap/lbl/
Dos-sunos4.h185 int vsprintf(char *, const char *, ...);
/external/tcpdump/lbl/
Dos-sunos4.h185 int vsprintf(char *, const char *, ...);
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dstdio_h.compile.pass.cpp142 ASSERT_SAME_TYPE(int, decltype(vsprintf(cp," ",va)));
/external/libwebsockets/win32port/zlib/
Dgzwrite.c319 (void)vsprintf(state->in, format, va); in gzprintf()
324 len = vsprintf(state->in, format, va); in gzprintf()

12345