| /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/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/cronet/third_party/icu/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/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/freetype/builds/wince/ | 
| D | ftdebug.c | 86     vsprintf( buf, fmt, ap );  in FT_Message() 103     vsprintf( buf, fmt, ap );  in FT_Panic()
  | 
| /external/musl/src/stdio/ | 
| D | vsprintf.c | 4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap)  in vsprintf()  function
  | 
| D | sprintf.c | 9 	ret = vsprintf(s, fmt, ap);  in sprintf()
  | 
| /external/oboe/src/common/ | 
| D | Trace.cpp | 40         vsprintf(buffer, format, va);  in beginSection()
  | 
| /external/libxml2/ | 
| D | trio.h | 178 # undef vsprintf 179 # define vsprintf trio_vsprintf  macro
  | 
| /external/curl/lib/ | 
| D | curlx.h | 102 # undef vsprintf
  | 
| /external/oboe/samples/debug-utils/ | 
| D | trace.cpp | 46     vsprintf(buff, fmt, args);  in beginSection()
  | 
| /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/gwp_asan/gwp_asan/tests/ | 
| D | options.cpp | 20   vsprintf(Message + strlen(Message), Format, Args);  in MessageRecorder()
  | 
| /external/python/cpython2/Python/ | 
| D | mysnprintf.c | 84     len = vsprintf(buffer, format, va);  in PyOS_vsnprintf()
  | 
| /external/icu/icu4c/source/test/intltest/ | 
| D | intltest.cpp | 941     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/ | 
| D | intltest.cpp | 975     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/ | 
| D | cstdio | 69 int vsprintf(char* restrict s, const char* restrict format, va_list arg); 125 using ::vsprintf;
  | 
| /external/deqp/external/vulkancts/vkscserver/ | 
| D | vksClient.hpp | 101 		vsprintf(message, format, args);  in RemoteWriteFtm()
  | 
| /external/libpcap/rpcapd/ | 
| D | log.c | 160 	vsprintf(msgbuf, message, ap);  in rpcapd_vlog_systemlog()
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/ | 
| D | cstdio | 68 int vsprintf(char* restrict s, const char* restrict format, va_list arg); 134 using ::vsprintf _LIBCPP_USING_IF_EXISTS;
  | 
| /external/erofs-utils/lib/ | 
| D | config.c | 154 	vsprintf(msg, fmt, ap);  in erofs_update_progressinfo()
  | 
| /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/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ | 
| D | stdio_h.compile.pass.cpp | 142 ASSERT_SAME_TYPE(int,    decltype(vsprintf(cp," ",va)));
  | 
| /external/libwebsockets/win32port/zlib/ | 
| D | gzwrite.c | 319     (void)vsprintf(state->in, format, va);  in gzprintf() 324     len = vsprintf(state->in, format, va);  in gzprintf()
  |