Home
last modified time | relevance | path

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

12345

/external/linux-kselftest/tools/testing/selftests/
Dkselftest.h78 vprintf(msg, args); in ksft_print_msg()
90 vprintf(msg, args); in ksft_test_result_pass()
102 vprintf(msg, args); in ksft_test_result_fail()
114 vprintf(msg, args); in ksft_test_result_skip()
126 vprintf(msg, args); in ksft_test_result_error()
149 vprintf(msg, args); in ksft_exit_fail_msg()
175 vprintf(msg, args); in ksft_exit_skip()
/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/adhd/cras/src/common/
Ddumper.c17 dumper->vprintf(dumper, format, ap); in dumpf()
42 mem_dumper->vprintf(mem_dumper, fmt, ap); in syslog_vprintf()
61 dumper->vprintf = &syslog_vprintf; in syslog_dumper_create()
121 dumper->vprintf = &mem_vprintf; in mem_dumper_create()
Ddumper.h17 void (*vprintf)(struct dumper *dumper, const char *format, va_list ap); member
/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.h85 # undef vprintf
96 # define vprintf curlx_mvprintf macro
/external/u-boot/include/
Dstdio.h19 int vprintf(const char *fmt, va_list args);
34 static inline int vprintf(const char *fmt, va_list args) in vprintf() function
D_exports.h31 EXPORT_FUNC(vprintf, int, vprintf, const char *, va_list)
/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/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/clang/test/CodeGenCUDA/
Dprintf.cu9 extern "C" __device__ int vprintf(const char*, const char*);
/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_lock/
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/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dtestfrmw.c48 vprintf(string, ap); in output()
/external/skqp/src/ports/
DSkDebug_android.cpp26 vprintf(format, args2); in SkDebugf()
/external/skia/src/ports/
DSkDebug_android.cpp26 vprintf(format, args2); in SkDebugf()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
Dtestfrmw.c62 vprintf(string, ap); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dtestfrmw.c62 vprintf(string, ap); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dtestfrmw.c62 vprintf(string, ap); in output()

12345