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

12345678910

/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/syslinux/com32/lib/
H A Dvprintf.c10 return vfprintf(stdout, format, ap);
H A Dprintf.c14 rv = vfprintf(stdout, format, ap);
H A Dfprintf.c14 rv = vfprintf(file, format, ap);
H A Dvfprintf.c2 * vfprintf.c
12 int vfprintf(FILE * file, const char *format, va_list ap) function
/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, y);
/external/skia/src/ports/
H A DSkDebug_stdio.cpp17 vfprintf(stderr, format, args);
H A DSkDebug_win.cpp24 vfprintf(stderr, format, args);
/external/strace/tests/
H A Derror_msg.c42 vfprintf(stderr, fmt, p);
56 vfprintf(stderr, fmt, p);
67 vfprintf(stderr, fmt, p);
79 vfprintf(stderr, fmt, p);
/external/strace/tests-m32/
H A Derror_msg.c42 vfprintf(stderr, fmt, p);
56 vfprintf(stderr, fmt, p);
67 vfprintf(stderr, fmt, p);
79 vfprintf(stderr, fmt, p);
/external/strace/tests-mx32/
H A Derror_msg.c42 vfprintf(stderr, fmt, p);
56 vfprintf(stderr, fmt, p);
67 vfprintf(stderr, fmt, p);
79 vfprintf(stderr, fmt, p);
/external/curl/lib/
H A Dcurl_printf.h36 # undef vfprintf macro
44 # define vfprintf curl_mvfprintf macro
H A Dcurlx.h99 # undef vfprintf macro
110 # define vfprintf curlx_mvfprintf macro
/external/bison/lib/
H A Dprintf.c36 retval = vfprintf (stdout, format, args);
/external/pdfium/skia/ext/
H A Dgoogle_logging.cc23 vfprintf(stderr, format, ap);
/external/swiftshader/src/Common/
H A DDebug.cpp30 vfprintf(file, format, vararg);
/external/iproute2/lib/
H A Dcolor.c53 ret = vfprintf(fp, fmt, args);
58 ret += vfprintf(fp, fmt, args);
/external/tcpdump/
H A Dvfprintf.c36 * Stock 4.3 doesn't have vfprintf.
39 vfprintf(f, fmt, args) function
/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/dhcpcd-6.8.2/compat/
H A Ddprintf.c49 e = vfprintf(fp, fmt, va);
/external/swiftshader/src/OpenGL/common/
H A Ddebug.cpp47 vfprintf(file, format, vararg);
/external/google-breakpad/src/third_party/curl/
H A Dmprintf.h55 # undef vfprintf macro
72 # define vfprintf curl_mvfprintf macro
/external/icu/icu4c/source/tools/genrb/
H A Derrmsg.c31 vfprintf(stderr, msg, va);
69 vfprintf(stderr, msg, va);

Completed in 788 milliseconds

12345678910