Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/external/strace/tests-m32/
Derror_msg.c46 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/
Derror_msg.c46 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/
Derror_msg.c46 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/
Dbsd-err.c38 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/
Derror.c23 vfprintf(stderr, fmt, args); in Warning()
37 vfprintf(stderr, fmt, args); in Error()
55 vfprintf(stderr, fmt, args); in Perror()
/external/clang/test/Sema/
Dvfprintf-valid-redecl.c10 int vfprintf(void) { return 0; } in vfprintf() function
16 int vfprintf();
Dvfprintf-invalid-redecl.c6 char vfprintf(); // expected-warning {{incompatible redeclaration of library function 'vfprintf'}} …
/external/sonivox/arm-wt-22k/host_src/
Deas_report.c164 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/
Dvfprintf.c4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
6 vfprintf(0, " ", ap); in foo()
/external/clang/test/CodeGen/Inputs/
Dstdio.h2 extern int vfprintf(struct FILE *s, const char *format, __builtin_va_list arg);
8 return vfprintf (0, 0, y); in vprintf()
/external/curl/lib/
Dcurl_printf.h36 # undef vfprintf
44 # define vfprintf curl_mvfprintf macro
Dcurlx.h86 # undef vfprintf
97 # define vfprintf curlx_mvfprintf macro
/external/swiftshader/third_party/marl/src/
Ddebug.cpp30 vfprintf(stderr, msg, vararg); in fatal()
38 vfprintf(stdout, msg, vararg); in warn()
/external/vboot_reference/firmware/stub/
Dvboot_api_stub_init.c43 vfprintf(stderr, fixfmt(format), ap); in VbExError()
53 vfprintf(stderr, fixfmt(format), ap); in VbExDebug()
/external/libdaemon/libdaemon/
Ddlog.c65 vfprintf(stderr, template, arglist); in daemon_logv()
70 vfprintf(stdout, template, arglist); in daemon_logv()
/external/icu/icu4c/source/tools/genrb/
Derrmsg.c31 vfprintf(stderr, msg, va); in error()
69 vfprintf(stderr, msg, va); in warning()
/external/google-breakpad/src/third_party/curl/
Dmprintf.h55 # undef vfprintf
72 # define vfprintf curl_mvfprintf macro
/external/iproute2/lib/
Dcolor.c110 ret = vfprintf(fp, fmt, args); in color_fprintf()
117 ret += vfprintf(fp, fmt, args); in color_fprintf()
/external/mesa3d/src/amd/vulkan/
Dradv_util.c53 vfprintf(stderr, format, va); in radv_loge_v()
73 vfprintf(stderr, format, va); in radv_logi_v()
/external/honggfuzz/examples/linux_kernel_ip/
Dtun.c32 vfprintf(stdout, fmt, args); in fatal()
46 vfprintf(stdout, fmt, args); in pfatal()
60 vfprintf(stdout, fmt, args); in mlog()
/external/freetype/src/base/
Dftdebug.c61 vfprintf( stderr, fmt, ap ); in FT_Message()
76 vfprintf( stderr, fmt, ap ); in FT_Panic()
/external/libxml2/
DtestSAX.c131 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/
Dmemtoy.c90 (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/
Dopentest.c210 (void)vfprintf(stderr, fmt, ap); in error()
229 (void)vfprintf(stderr, fmt, ap); in warning()
/external/tcpdump/
Dprint.c418 (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()

12345678910>>...13