/external/clang/test/SemaCXX/ |
D | format-strings.cpp | 8 extern int vprintf(const char *restrict, va_list); 63 vprintf(format, ap); // no-warning in printf() 66 vprintf(format2, ap); // expected-warning{{format string is not a string literal}} in printf() 74 vprintf(fmt, ap); // expected-warning{{format string is not a string literal}} in printf2()
|
/external/sonivox/arm-hybrid-22k/host_src/ |
D | eas_report.c | 170 vprintf(debugMessages[i].m_pDebugMsg, vargs); in EAS_ReportEx() 205 vprintf(fmt, vargs); in EAS_Report() 235 vprintf(fmt, vargs); in EAS_ReportX()
|
/external/sonivox/arm-wt-22k/host_src/ |
D | eas_report.c | 170 vprintf(debugMessages[i].m_pDebugMsg, vargs); in EAS_ReportEx() 205 vprintf(fmt, vargs); in EAS_Report() 235 vprintf(fmt, vargs); in EAS_ReportX()
|
/external/sonivox/arm-fm-22k/host_src/ |
D | eas_report.c | 170 vprintf(debugMessages[i].m_pDebugMsg, vargs); in EAS_ReportEx() 205 vprintf(fmt, vargs); in EAS_Report() 235 vprintf(fmt, vargs); in EAS_ReportX()
|
/external/clang/test/CodeGen/Inputs/ |
D | stdio.h | 3 extern int vprintf(const char *format, __builtin_va_list arg); 6 vprintf(const char *x, __builtin_va_list y) in vprintf() function
|
/external/google-breakpad/src/third_party/curl/ |
D | mprintf.h | 54 # undef vprintf 71 # define vprintf curl_mvprintf macro
|
/external/clang/test/Sema/ |
D | format-strings.c | 17 int vprintf(const char *restrict, va_list); 32 vprintf(s,ap); // expected-warning {{format string is not a string literal}} in check_string_literal() 72 vprintf(s,ap); // no-warning in check_string_literal2() 146 vprintf("",ap); // expected-warning {{format string is empty}} in check_empty_format_string() 204 vprintf ("%*.*d", v8); // no-warning in torture()
|
/external/clang/test/CodeGen/ |
D | builtin-recursive.cpp | 8 vprintf(0, 0); in testcase()
|
/external/clang/test/Modules/Inputs/va_list/ |
D | va_list_a.h | 1 int vprintf(const char * __restrict, va_list);
|
/external/bison/lib/ |
D | stdio.in.h | 1237 # define vprintf rpl_vprintf 1241 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) 1245 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) 1249 _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args)); 1254 _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args)); 1256 _GL_CXXALIASWARN (vprintf); 1260 # undef vprintf 1263 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
|
/external/skia/src/ports/ |
D | SkDebug_android.cpp | 25 vprintf(format, args2); in SkDebugf()
|
D | SkDebug_win.cpp | 24 vprintf(format, args); in SkDebugf()
|
/external/bison/linux-lib/ |
D | stdio.h | 1549 # define vprintf rpl_vprintf 1553 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) 1557 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) 1561 _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args)); 1566 _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args)); 1568 _GL_CXXALIASWARN (vprintf); 1572 # undef vprintf 1575 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
|
/external/bison/darwin-lib/ |
D | stdio.h | 1549 # define vprintf rpl_vprintf 1553 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) 1557 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) 1561 _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args)); 1566 _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args)); 1568 _GL_CXXALIASWARN (vprintf); 1572 # undef vprintf 1575 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
|
/external/valgrind/drd/tests/ |
D | unit_vc.c | 42 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); re… in VG_() 47 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); pr… in VG_()
|
/external/libxml2/ |
D | trio.h | 162 # undef vprintf 163 # define vprintf trio_vprintf macro
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | debug.c | 43 ret = vprintf(fmt, args); in dump_printf()
|
/external/lldb/include/lldb/Core/ |
D | Timer.h | 149 result += vprintf (format, args); in PrintfElapsed()
|
/external/linux-tools-perf/src/tools/lib/traceevent/ |
D | parse-utils.c | 94 vprintf(fmt, ap); in __vpr_stat()
|
/external/valgrind/include/ |
D | pub_tool_libcprint.h | 95 extern UInt VG_(vprintf) ( const HChar *format, va_list vargs )
|
/external/ipsec-tools/src/racoon/ |
D | kmpstat.c | 194 vprintf(fmt, ap); in _plog()
|
/external/aac/libSYS/src/ |
D | genericStds.cpp | 133 vprintf(szFmt, ap); in FDKprintf() 146 vprintf(szFmt, ap); in FDKprintfErr()
|
/external/libcxx/include/ |
D | cstdio | 65 int vprintf(const char* restrict format, va_list arg); 170 using ::vprintf;
|
/external/valgrind/coregrind/ |
D | m_libcprint.c | 143 UInt VG_(vprintf) ( const HChar *format, va_list vargs ) in VG_() argument 153 ret = VG_(vprintf)(format, vargs); in VG_() 178 return VG_(vprintf) (format, vargs); in emit_WRK()
|
/external/clang/test/SemaObjCXX/ |
D | format-strings.mm | 8 extern int vprintf(const char *restrict, va_list); function
|