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

/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/libxml2/
H A Dtrio.h167 # define vfprintf trio_vfprintf macro
/external/libxslt/libxslt/
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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h609 /// int vfprintf(FILE *stream, const char *format, va_list ap);
610 vfprintf, enumerator in enum:llvm::LibFunc::Func

Completed in 2314 milliseconds