/external/bison/src/ |
D | complain.c | 56 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/ |
D | vfprintf.c | 4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list); 6 vfprintf(0, " ", ap); in foo()
|
/external/sonivox/arm-hybrid-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/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/sonivox/arm-fm-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/Inputs/ |
D | stdio.h | 2 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/ |
D | debug.c | 23 vfprintf( stdout, format, args ); in dprint() 33 vfprintf( stdout, format, args ); in dprintn() 40 vfprintf( stdout, format, args ); in dprintnv()
|
D | panic.c | 20 vfprintf(stderr, fmt, args); in _android_panic_defaultHandler()
|
D | assert.c | 45 vfprintf(stderr, fmt, args); in _android_assert_log_default()
|
/external/icu4c/tools/genrb/ |
D | errmsg.c | 29 vfprintf(stderr, msg, va); in error() 67 vfprintf(stderr, msg, va); in warning()
|
/external/linux-tools-perf/util/ |
D | debug.c | 28 ret = vfprintf(stderr, fmt, args); in eprintf() 55 vfprintf(stderr, format, args); in ui__warning()
|
/external/freetype/src/base/ |
D | ftdebug.c | 60 vfprintf( stderr, fmt, ap ); in FT_Message() 74 vfprintf( stderr, fmt, ap ); in FT_Panic()
|
/external/v8/src/ |
D | platform-nullos.cc | 156 vfprintf(stdout, format, args); in VPrint() 169 vfprintf(out, format, args); in VFPrint() 186 vfprintf(stderr, format, args); in VPrintError()
|
/external/clang/test/Sema/ |
D | vfprintf-invalid-redecl.c | 6 char vfprintf(); // expected-warning {{incompatible redeclaration of library function 'vfprintf'}} …
|
D | vfprintf-valid-redecl.c | 6 int vfprintf();
|
D | format-strings.c | 15 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/ |
D | error.h | 30 vfprintf(stderr, fmt, lst); in error()
|
/external/webkit/Source/ThirdParty/ANGLE/src/common/ |
D | debug.cpp | 35 vfprintf(file, format, vararg); in trace()
|
/external/ipsec-tools/src/racoon/ |
D | logger.c | 152 vfprintf(fp, fmt, ap); in log_vprint() 170 vfprintf(fp, fmt, ap); in log_vaprint()
|
/external/tcpdump/ |
D | vfprintf.c | 44 vfprintf(f, fmt, args) in vfprintf() function
|
/external/libxml2/ |
D | libxml.h | 40 int vfprintf(FILE *, const char *, va_list);
|
/external/e2fsprogs/lib/et/ |
D | vfprintf.c | 27 vfprintf(iop, fmt, ap) in vfprintf() function
|
/external/linux-tools-perf/util/ui/ |
D | helpline.c | 25 vfprintf(stderr, fmt, ap); in ui_helpline__vpush()
|
/external/dbus/dbus/ |
D | dbus-internals.c | 261 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/ |
D | Assertions.cpp | 169 vfprintf(stdout, format, args); in vprintf_stderr_common() 171 vfprintf(stderr, format, args); in vprintf_stderr_common()
|