Searched refs:vprintf (Results 1 - 25 of 48) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dbuiltin-recursive.cc8 vprintf(0, 0);
/external/clang/test/CodeGen/Inputs/
H A Dstdio.h3 extern int vprintf(const char *format, __builtin_va_list arg);
6 vprintf(const char *x, __builtin_va_list y) function
/external/clang/test/SemaCXX/
H A Dformat-strings.cpp8 extern int vprintf(const char *restrict, va_list);
63 vprintf(format, ap); // no-warning
66 vprintf(format2, ap); // expected-warning{{format string is not a string literal}}
74 vprintf(fmt, ap); // expected-warning{{format string is not a string literal}}
/external/sonivox/arm-fm-22k/host_src/
H A Deas_report.c170 vprintf(debugMessages[i].m_pDebugMsg, vargs);
205 vprintf(fmt, vargs);
235 vprintf(fmt, vargs);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_report.c170 vprintf(debugMessages[i].m_pDebugMsg, vargs);
205 vprintf(fmt, vargs);
235 vprintf(fmt, vargs);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_report.c170 vprintf(debugMessages[i].m_pDebugMsg, vargs);
205 vprintf(fmt, vargs);
235 vprintf(fmt, vargs);
/external/quake/quake/src/QW/client/
H A Dsys_null.c68 vprintf (error,argptr);
80 vprintf (fmt,argptr);
/external/quake/quake/src/WinQuake/
H A Dsys_null.cpp158 vprintf (error,argptr);
170 vprintf (fmt,argptr);
H A Dsys_sun.cpp227 vprintf (error,argptr);
239 vprintf (fmt,argptr);
H A Dsys_wind.cpp180 vprintf (fmt,argptr);
/external/libvpx/examples/
H A Ddecoder_tmpl.c37 vprintf(fmt, ap);
H A Dencoder_tmpl.c45 vprintf(fmt, ap);
/external/valgrind/main/drd/tests/
H A Dunit_vc.c42 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); return ret; }
47 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret; }
/external/linux-tools-perf/util/
H A Ddebug.c42 ret = vprintf(fmt, args);
/external/valgrind/main/include/
H A Dpub_tool_libcprint.h86 extern UInt VG_(vprintf) ( const HChar *format, va_list vargs )
95 /* Yet another, totally general, version of vprintf, which hands all
/external/clang/test/Sema/
H A Dformat-strings.c16 int vprintf(const char *restrict, va_list);
31 vprintf(s,ap); // expected-warning {{format string is not a string literal}}
68 vprintf(s,ap); // no-warning
142 vprintf("",ap); // expected-warning {{format string is empty}}
200 vprintf ("%*.*d", v8); // no-warning
/external/e2fsprogs/intl/
H A Dlibgnuintl.h.in305 #undef vprintf
306 #define vprintf libintl_vprintf
307 extern int vprintf (const char *, va_list);
/external/ipsec-tools/src/racoon/
H A Dkmpstat.c194 vprintf(fmt, ap);
H A Dplog.c165 vprintf(newfmt, ap);
/external/quake/quake/src/QW/server/
H A Dsys_win.c159 vprintf (fmt,argptr);
/external/stlport/stlport/stl/
H A D_cstdio.h117 using _STLP_VENDOR_CSTD::vprintf;
/external/libpcap/lbl/
H A Dos-sunos4.h43 int vprintf(const char *, ...);
/external/libvpx/
H A Dexample_xma.c68 vprintf(fmt, ap);
/external/tcpdump/lbl/
H A Dos-sunos4.h43 int vprintf(const char *, ...);
/external/aac/libSYS/src/
H A DgenericStds.cpp133 vprintf(szFmt, ap);
146 vprintf(szFmt, ap);

Completed in 1263 milliseconds

12