Searched defs:vfprintf (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/Sema/
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/tcpdump/
H A Dvfprintf.c36 * Stock 4.3 doesn't have vfprintf.
39 vfprintf(f, fmt, args) function
/external/e2fsprogs/lib/et/
H A Dvfprintf.c19 static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88";
28 vfprintf(iop, fmt, ap) function
/external/syslinux/com32/lib/
H A Dvfprintf.c2 * vfprintf.c
12 int vfprintf(FILE * file, const char *format, va_list ap) function
/external/bison/lib/
H A Dvfprintf.c36 vfprintf (FILE *fp, const char *format, va_list args) function
/external/curl/lib/
H A Dcurl_printf.h36 # undef vfprintf macro
44 # define vfprintf curl_mvfprintf macro
H A Dcurlx.h96 # undef vfprintf macro
107 # define vfprintf curlx_mvfprintf macro
/external/google-breakpad/src/third_party/curl/
H A Dmprintf.h55 # undef vfprintf macro
72 # define vfprintf curl_mvfprintf macro
/external/libxml2/
H A Dtrio.h170 # undef vfprintf macro
171 # define vfprintf trio_vfprintf macro
/external/bison/darwin-lib/
H A Dstdio.h1494 # 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); variable
1518 # undef vfprintf macro
1520 /* Assume vfprintf is always declared. */
1521 _GL_WARN_ON_USE (vfprintf, "vfprintf i
[all...]
/external/bison/linux-lib/
H A Dstdio.h1494 # 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); variable
1518 # undef vfprintf macro
1520 /* Assume vfprintf is always declared. */
1521 _GL_WARN_ON_USE (vfprintf, "vfprintf i
[all...]
/external/valgrind/coregrind/
H A Dm_libcprint.c849 UInt VG_(vfprintf) ( VgFile *fp, const HChar *format, va_list vargs ) function
859 ret = VG_(vfprintf)(fp, format, vargs);

Completed in 369 milliseconds