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/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/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/bison/lib/
H A Dvfprintf.c36 vfprintf (FILE *fp, const char *format, va_list args) function
/external/srec/portable/include/
H A DPFile.h201 * vfprintf() implementation for PFile.
205 * @param format see vfprintf()
206 * @param args see vfprintf()
207 * @return see vfprintf()
209 ESR_ReturnCode(*vfprintf)(struct PFile_t* self, int* result, const LCHAR* format, va_list args); member in struct:PFile_t
375 * vfprintf() implementation for PFile.
379 * @param format see vfprintf()
380 * @param args see vfprintf()
381 * @return see vfprintf()
553 * Backwards compatible vfprintf()
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtrio.h167 # define vfprintf trio_vfprintf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h167 # define vfprintf trio_vfprintf macro
/external/libxml2/
H A Dtrio.h167 # 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/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h1746 jint (JNICALL *vfprintf)(FILE *fp, const char *format, va_list args); member in struct:JDK1_1InitArgs
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h662 /// int vfprintf(FILE *stream, const char *format, va_list ap);
663 vfprintf, enumerator in enum:llvm::LibFunc::Func

Completed in 3163 milliseconds