Home
last modified time | relevance | path

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

1234567

/external/bison/src/
Dcomplain.c56 vfprintf (stderr, message, args); in warn_at()
71 vfprintf (stderr, message, args); in warn()
91 vfprintf (stderr, message, args); in complain_at()
106 vfprintf (stderr, message, args); in complain()
127 vfprintf (stderr, message, args); in fatal_at()
143 vfprintf (stderr, message, args); in fatal()
/external/clang/test/CodeGen/
Dvfprintf.c4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
6 vfprintf(0, " ", ap); in foo()
/external/sonivox/arm-hybrid-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/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/sonivox/arm-fm-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/Inputs/
Dstdio.h2 extern int vfprintf(struct FILE *s, const char *format, __builtin_va_list arg);
8 return vfprintf (0, 0, 0); in vprintf()
/external/qemu/android/utils/
Ddebug.c23 vfprintf( stdout, format, args ); in dprint()
33 vfprintf( stdout, format, args ); in dprintn()
40 vfprintf( stdout, format, args ); in dprintnv()
Dpanic.c20 vfprintf(stderr, fmt, args); in _android_panic_defaultHandler()
Dassert.c45 vfprintf(stderr, fmt, args); in _android_assert_log_default()
/external/icu4c/tools/genrb/
Derrmsg.c29 vfprintf(stderr, msg, va); in error()
67 vfprintf(stderr, msg, va); in warning()
/external/linux-tools-perf/util/
Ddebug.c28 ret = vfprintf(stderr, fmt, args); in eprintf()
55 vfprintf(stderr, format, args); in ui__warning()
/external/freetype/src/base/
Dftdebug.c60 vfprintf( stderr, fmt, ap ); in FT_Message()
74 vfprintf( stderr, fmt, ap ); in FT_Panic()
/external/v8/src/
Dplatform-nullos.cc156 vfprintf(stdout, format, args); in VPrint()
169 vfprintf(out, format, args); in VFPrint()
186 vfprintf(stderr, format, args); in VPrintError()
/external/clang/test/Sema/
Dvfprintf-invalid-redecl.c6 char vfprintf(); // expected-warning {{incompatible redeclaration of library function 'vfprintf'}} …
Dvfprintf-valid-redecl.c6 int vfprintf();
Dformat-strings.c15 int vfprintf(FILE *, const char *restrict, va_list);
33 vfprintf(fp,s,ap); // expected-warning {{format string is not a string literal}} in check_string_literal()
70 vfprintf(fp,s,ap); // no-warning in check_string_literal2()
/external/elfutils/bionic-fixup/
Derror.h30 vfprintf(stderr, fmt, lst); in error()
/external/webkit/Source/ThirdParty/ANGLE/src/common/
Ddebug.cpp35 vfprintf(file, format, vararg); in trace()
/external/ipsec-tools/src/racoon/
Dlogger.c152 vfprintf(fp, fmt, ap); in log_vprint()
170 vfprintf(fp, fmt, ap); in log_vaprint()
/external/tcpdump/
Dvfprintf.c44 vfprintf(f, fmt, args) in vfprintf() function
/external/libxml2/
Dlibxml.h40 int vfprintf(FILE *, const char *, va_list);
/external/e2fsprogs/lib/et/
Dvfprintf.c27 vfprintf(iop, fmt, ap) in vfprintf() function
/external/linux-tools-perf/util/ui/
Dhelpline.c25 vfprintf(stderr, fmt, ap); in ui_helpline__vpush()
/external/dbus/dbus/
Ddbus-internals.c261 vfprintf (stderr, format, args); in _dbus_warn()
295 vfprintf (stderr, format, args); in _dbus_warn_check_failed()
475 vfprintf (stderr, format, args); in _dbus_verbose_real()
/external/webkit/Source/JavaScriptCore/wtf/
DAssertions.cpp169 vfprintf(stdout, format, args); in vprintf_stderr_common()
171 vfprintf(stderr, format, args); in vprintf_stderr_common()

1234567