Home
last modified time | relevance | path

Searched refs:vprintf (Results 1 – 25 of 110) sorted by relevance

12345

/external/clang/test/SemaCXX/
Dformat-strings.cpp8 extern int vprintf(const char *restrict, va_list);
64 vprintf(format, ap); // no-warning in printf()
67 vprintf(format2, ap); // expected-warning{{format string is not a string literal}} in printf()
75 vprintf(fmt, ap); // expected-warning{{format string is not a string literal}} in printf2()
/external/sonivox/arm-wt-22k/host_src/
Deas_report.c170 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/
Dstdio.h3 extern int vprintf(const char *format, __builtin_va_list arg);
6 vprintf(const char *x, __builtin_va_list y) in vprintf() function
/external/curl/lib/
Dcurl_printf.h35 # undef vprintf
43 # define vprintf curl_mvprintf macro
Dcurlx.h95 # undef vprintf
106 # define vprintf curlx_mvprintf macro
/external/syslinux/com32/include/
Ddprintf.h20 # define vdprintf vprintf
35 vprintf(fmt, ap)
/external/google-breakpad/src/third_party/curl/
Dmprintf.h54 # undef vprintf
71 # define vprintf curl_mvprintf macro
/external/clang/test/Sema/
Dformat-strings.c17 int vprintf(const char *restrict, va_list);
33 vprintf(s,ap); // expected-warning {{format string is not a string literal}} in check_string_literal()
83 vprintf(s,ap); // no-warning in check_string_literal2()
176 vprintf("",ap); // expected-warning {{format string is empty}} in check_empty_format_string()
238 vprintf ("%*.*d", v8); // no-warning in torture()
/external/syslinux/memdisk/
Dconio.c360 int vprintf(const char *fmt, va_list args) in vprintf() function
376 printed = vprintf(fmt, args); in printf()
389 vprintf(fmt, ap); in die()
Dconio.h28 int vprintf(const char *, va_list ap);
/external/clang/test/CodeGen/
Dbuiltin-recursive.cpp8 vprintf(0, 0); in testcase()
Ddebug-prefix-map.c16 vprintf("string", argp); in test_rewrite_includes()
/external/clang/test/Modules/Inputs/va_list/
Dva_list_a.h1 int vprintf(const char * __restrict, va_list);
/external/syslinux/com32/lib/
Dvprintf.c8 int vprintf(const char *format, va_list ap) in vprintf() function
/external/clang/test/CodeGenCUDA/
Dprintf.cu9 extern "C" __device__ int vprintf(const char*, const char*);
/external/bison/lib/
Dstdio.in.h1237 # 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/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Dtestfrmw.c48 vprintf(string, ap); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dtestfrmw.c48 vprintf(string, ap); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
Dtestfrmw.c48 vprintf(string, ap); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
Dtestfrmw.c48 vprintf(string, ap); in output()
/external/skia/src/ports/
DSkDebug_android.cpp26 vprintf(format, args2); in SkDebugf()
/external/bison/linux-lib/
Dstdio.h1549 # 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/
Dstdio.h1549 # 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/
Dunit_vc.c42 { 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/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
Dtestfrmw.c62 vprintf(string, ap); in output()

12345