Searched defs:vfprintf (Results 1 - 6 of 6) 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/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/e2fsprogs/intl/
H A Dlibgnuintl.h298 #undef vfprintf macro
299 #define vfprintf libintl_vfprintf macro
300 extern int vfprintf (FILE *, const char *, va_list);

Completed in 424 milliseconds