/external/strace/tests-m32/ |
D | error_msg.c | 46 vfprintf(stderr, fmt, p); in perror_msg_and_fail() 60 vfprintf(stderr, fmt, p); in error_msg_and_fail() 71 vfprintf(stderr, fmt, p); in error_msg_and_skip() 83 vfprintf(stderr, fmt, p); in perror_msg_and_skip()
|
/external/strace/tests-mx32/ |
D | error_msg.c | 46 vfprintf(stderr, fmt, p); in perror_msg_and_fail() 60 vfprintf(stderr, fmt, p); in error_msg_and_fail() 71 vfprintf(stderr, fmt, p); in error_msg_and_skip() 83 vfprintf(stderr, fmt, p); in perror_msg_and_skip()
|
/external/strace/tests/ |
D | error_msg.c | 46 vfprintf(stderr, fmt, p); in perror_msg_and_fail() 60 vfprintf(stderr, fmt, p); in error_msg_and_fail() 71 vfprintf(stderr, fmt, p); in error_msg_and_skip() 83 vfprintf(stderr, fmt, p); in perror_msg_and_skip()
|
/external/openssh/openbsd-compat/ |
D | bsd-err.c | 38 vfprintf(stderr, fmt, args); in err() 52 vfprintf(stderr, fmt, args); in errx() 67 vfprintf(stderr, fmt, args); in warn()
|
/external/u-boot/tools/gdb/ |
D | error.c | 23 vfprintf(stderr, fmt, args); in Warning() 37 vfprintf(stderr, fmt, args); in Error() 55 vfprintf(stderr, fmt, args); in Perror()
|
/external/clang/test/Sema/ |
D | vfprintf-valid-redecl.c | 10 int vfprintf(void) { return 0; } in vfprintf() function 16 int vfprintf();
|
D | vfprintf-invalid-redecl.c | 6 char vfprintf(); // expected-warning {{incompatible redeclaration of library function 'vfprintf'}} …
|
/external/sonivox/arm-wt-22k/host_src/ |
D | eas_report.c | 164 vfprintf(debugFile, debugMessages[i].m_pDebugMsg, vargs); in EAS_ReportEx() 199 vfprintf(debugFile, fmt, vargs); in EAS_Report() 229 vfprintf(debugFile, fmt, vargs); in EAS_ReportX()
|
/external/clang/test/CodeGen/ |
D | vfprintf.c | 4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list); 6 vfprintf(0, " ", ap); in foo()
|
/external/clang/test/CodeGen/Inputs/ |
D | stdio.h | 2 extern int vfprintf(struct FILE *s, const char *format, __builtin_va_list arg); 8 return vfprintf (0, 0, y); in vprintf()
|
/external/curl/lib/ |
D | curl_printf.h | 36 # undef vfprintf 44 # define vfprintf curl_mvfprintf macro
|
D | curlx.h | 86 # undef vfprintf 97 # define vfprintf curlx_mvfprintf macro
|
/external/swiftshader/third_party/marl/src/ |
D | debug.cpp | 30 vfprintf(stderr, msg, vararg); in fatal() 38 vfprintf(stdout, msg, vararg); in warn()
|
/external/vboot_reference/firmware/stub/ |
D | vboot_api_stub_init.c | 43 vfprintf(stderr, fixfmt(format), ap); in VbExError() 53 vfprintf(stderr, fixfmt(format), ap); in VbExDebug()
|
/external/libdaemon/libdaemon/ |
D | dlog.c | 65 vfprintf(stderr, template, arglist); in daemon_logv() 70 vfprintf(stdout, template, arglist); in daemon_logv()
|
/external/icu/icu4c/source/tools/genrb/ |
D | errmsg.c | 31 vfprintf(stderr, msg, va); in error() 69 vfprintf(stderr, msg, va); in warning()
|
/external/google-breakpad/src/third_party/curl/ |
D | mprintf.h | 55 # undef vfprintf 72 # define vfprintf curl_mvfprintf macro
|
/external/iproute2/lib/ |
D | color.c | 110 ret = vfprintf(fp, fmt, args); in color_fprintf() 117 ret += vfprintf(fp, fmt, args); in color_fprintf()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_util.c | 53 vfprintf(stderr, format, va); in radv_loge_v() 73 vfprintf(stderr, format, va); in radv_logi_v()
|
/external/honggfuzz/examples/linux_kernel_ip/ |
D | tun.c | 32 vfprintf(stdout, fmt, args); in fatal() 46 vfprintf(stdout, fmt, args); in pfatal() 60 vfprintf(stdout, fmt, args); in mlog()
|
/external/freetype/src/base/ |
D | ftdebug.c | 61 vfprintf( stderr, fmt, ap ); in FT_Message() 76 vfprintf( stderr, fmt, ap ); in FT_Panic()
|
/external/libxml2/ |
D | testSAX.c | 131 vfprintf(stderr, fmt, ap); in endTimer() 165 vfprintf(stderr, fmt, ap); in endTimer() 189 vfprintf(stderr, format, ap); in endTimer() 786 vfprintf(stdout, msg, args); in warningDebug() 809 vfprintf(stdout, msg, args); in errorDebug() 832 vfprintf(stdout, msg, args); in fatalErrorDebug()
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | memtoy.c | 90 (void)vfprintf(stderr, format, ap); in die() 121 retval = vfprintf(stderr, format, ap); in _dvprintf() 140 (void)vfprintf(stderr, format, ap); in vprint()
|
/external/libpcap/testprogs/ |
D | opentest.c | 210 (void)vfprintf(stderr, fmt, ap); in error() 229 (void)vfprintf(stderr, fmt, ap); in warning()
|
/external/tcpdump/ |
D | print.c | 418 (void)vfprintf(stderr, fmt, ap); in ndo_error() 440 (void)vfprintf(stderr, fmt, ap); in ndo_warning() 456 ret = vfprintf(stdout, fmt, args); in ndo_printf()
|