/external/clang/test/Sema/ |
H A D | vfprintf-valid-redecl.c | 8 // `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 D | vfprintf.c | 36 * Stock 4.3 doesn't have vfprintf. 39 vfprintf(f, fmt, args) function
|
/external/e2fsprogs/lib/et/ |
H A D | vfprintf.c | 19 static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88"; 28 vfprintf(iop, fmt, ap) function
|
/external/syslinux/com32/lib/ |
H A D | vfprintf.c | 2 * vfprintf.c 12 int vfprintf(FILE * file, const char *format, va_list ap) function
|
/external/bison/lib/ |
H A D | vfprintf.c | 36 vfprintf (FILE *fp, const char *format, va_list args) function
|
/external/curl/lib/ |
H A D | curl_printf.h | 36 # undef vfprintf macro 44 # define vfprintf curl_mvfprintf macro
|
H A D | curlx.h | 96 # undef vfprintf macro 107 # define vfprintf curlx_mvfprintf macro
|
/external/google-breakpad/src/third_party/curl/ |
H A D | mprintf.h | 55 # undef vfprintf macro 72 # define vfprintf curl_mvfprintf macro
|
/external/libxml2/ |
H A D | trio.h | 170 # undef vfprintf macro 171 # define vfprintf trio_vfprintf macro
|
/external/bison/darwin-lib/ |
H A 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); 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 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); 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 D | m_libcprint.c | 849 UInt VG_(vfprintf) ( VgFile *fp, const HChar *format, va_list vargs ) function 859 ret = VG_(vfprintf)(fp, format, vargs);
|