/external/bison/m4/ |
D | vfprintf-posix.m4 | 1 # vfprintf-posix.m4 serial 14 52 # vfprintf exists and is 103 AC_LIBOBJ([vfprintf]) 106 [Define if vfprintf is overridden by a POSIX compliant gnulib implementation.])
|
/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-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/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/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()
|
/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 | 7 int vfprintf();
|
/external/bison/lib/ |
D | printf.c | 36 retval = vfprintf (stdout, format, args); in printf()
|
D | stdio.in.h | 1182 # define vfprintf rpl_vfprintf 1186 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) 1190 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) 1194 _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)); 1199 _GL_CXXALIAS_SYS_CAST (vfprintf, int, 1202 _GL_CXXALIASWARN (vfprintf); 1206 # undef vfprintf 1209 _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - "
|
D | vfprintf.c | 36 vfprintf (FILE *fp, const char *format, va_list args) in vfprintf() function
|
/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/bison/darwin-lib/ |
D | stdio.h | 1494 # define vfprintf rpl_vfprintf macro 1498 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) 1502 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) 1506 _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)); 1511 _GL_CXXALIAS_SYS_CAST (vfprintf, int, 1514 _GL_CXXALIASWARN (vfprintf); 1518 # undef vfprintf 1521 _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - "
|
/external/bison/linux-lib/ |
D | stdio.h | 1494 # define vfprintf rpl_vfprintf macro 1498 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) 1502 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) 1506 _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)); 1511 _GL_CXXALIAS_SYS_CAST (vfprintf, int, 1514 _GL_CXXALIASWARN (vfprintf); 1518 # undef vfprintf 1521 _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - "
|