Searched refs:vfprintf (Results 1 - 25 of 258) sorted by relevance

1234567891011

/external/clang/test/Sema/
H A Dvfprintf-invalid-redecl.c4 // The following declaration is not compatible with vfprintf(), but make
6 char vfprintf(); // expected-warning {{incompatible redeclaration of library function 'vfprintf'}} expected-note {{'vfprintf' is a builtin}}
H A Dvfprintf-valid-redecl.c8 // `vfprintf' in this file, and we getPreviousDecl()->getTypeSourceInfo() on it, then we will
10 int vfprintf(void) { return 0; } function
14 // The following declaration is compatible with vfprintf, so we shouldn't
16 int vfprintf();
/external/clang/test/CodeGen/
H A Dvfprintf.c4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
6 vfprintf(0, " ", ap);
/external/clang/test/CodeGen/Inputs/
H A Dstdio.h2 extern int vfprintf(struct FILE *s, const char *format, __builtin_va_list arg);
8 return vfprintf (0, 0, 0);
/external/chromium_org/third_party/skia/src/ports/
H A DSkDebug_stdio.cpp18 vfprintf(stderr, format, args);
/external/skia/src/ports/
H A DSkDebug_stdio.cpp18 vfprintf(stderr, format, args);
/external/bison/lib/
H A Dprintf.c36 retval = vfprintf (stdout, format, args);
H A Dvfprintf.c36 vfprintf (FILE *fp, const char *format, va_list args) function
/external/qemu/distrib/libsparse/src/
H A Dsparse_err.c28 vfprintf(stderr, fmt, argp);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dutil.c11 vfprintf(stderr, format, args);
18 vfprintf(stderr, format, args);
/external/elfutils/0.153/bionic-fixup/
H A Derror.h30 vfprintf(stderr, fmt, lst);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dutil.c39 vfprintf(stderr, format, args);
64 vfprintf(stderr, format, args);
85 vfprintf(stderr, format, args);
/external/sonivox/arm-fm-22k/host_src/
H A Deas_report.c164 vfprintf(debugFile, debugMessages[i].m_pDebugMsg, vargs);
199 vfprintf(debugFile, fmt, vargs);
229 vfprintf(debugFile, fmt, vargs);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_report.c164 vfprintf(debugFile, debugMessages[i].m_pDebugMsg, vargs);
199 vfprintf(debugFile, fmt, vargs);
229 vfprintf(debugFile, fmt, vargs);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_report.c164 vfprintf(debugFile, debugMessages[i].m_pDebugMsg, vargs);
199 vfprintf(debugFile, fmt, vargs);
229 vfprintf(debugFile, fmt, vargs);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFilePrintStream.cpp55 vfprintf(m_file, format, argList);
/external/chromium_org/third_party/libxml/src/
H A Dlibxml.h40 int vfprintf(FILE *, const char *, va_list);
/external/qemu/android/utils/
H A Dpanic.c20 vfprintf(stderr, fmt, args);
H A Ddebug.c25 vfprintf( stdout, format, args );
35 vfprintf( stdout, format, args );
42 vfprintf( stdout, format, args );
/external/tcpdump/
H A Dvfprintf.c24 "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.6 2003-11-16 09:36:45 guy Exp $ (LBL)";
41 * Stock 4.3 doesn't have vfprintf.
44 vfprintf(f, fmt, args) function
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Derrmsg.c29 vfprintf(stderr, msg, va);
67 vfprintf(stderr, msg, va);
/external/icu/icu4c/source/tools/genrb/
H A Derrmsg.c29 vfprintf(stderr, msg, va);
67 vfprintf(stderr, msg, va);
/external/e2fsprogs/lib/et/
H A Dvfprintf.c19 static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88";
27 vfprintf(iop, fmt, ap) function
/external/libpcap/msdos/
H A Dbin2c.c10 vfprintf (stderr, fmt, args);
/external/libpcap/tests/
H A Dreactivatetest.c75 (void)vfprintf(stderr, fmt, ap);

Completed in 1116 milliseconds

1234567891011