/external/linux-kselftest/tools/testing/selftests/ |
D | kselftest.h | 78 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/ |
D | format-strings.cpp | 8 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/ |
D | dumper.c | 17 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()
|
D | dumper.h | 17 void (*vprintf)(struct dumper *dumper, const char *format, va_list ap); member
|
/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/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/curl/lib/ |
D | curl_printf.h | 35 # undef vprintf 43 # define vprintf curl_mvprintf macro
|
D | curlx.h | 85 # undef vprintf 96 # define vprintf curlx_mvprintf macro
|
/external/u-boot/include/ |
D | stdio.h | 19 int vprintf(const char *fmt, va_list args); 34 static inline int vprintf(const char *fmt, va_list args) in vprintf() function
|
D | _exports.h | 31 EXPORT_FUNC(vprintf, int, vprintf, const char *, va_list)
|
/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); 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/ |
D | builtin-recursive.cpp | 8 vprintf(0, 0); in testcase()
|
D | debug-prefix-map.c | 16 vprintf("string", argp); in test_rewrite_includes()
|
/external/clang/test/Modules/Inputs/va_list/ |
D | va_list_a.h | 1 int vprintf(const char * __restrict, va_list);
|
/external/clang/test/CodeGenCUDA/ |
D | printf.cu | 9 extern "C" __device__ int vprintf(const char*, const char*);
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/external/skqp/src/ports/ |
D | SkDebug_android.cpp | 26 vprintf(format, args2); in SkDebugf()
|
/external/skia/src/ports/ |
D | SkDebug_android.cpp | 26 vprintf(format, args2); in SkDebugf()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/ |
D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | testfrmw.c | 62 vprintf(string, ap); in output()
|