HomeSort by relevance Sort by last modified time
    Searched defs:vfprintf (Results 1 - 14 of 14) sorted by null

  /external/e2fsprogs/lib/et/
vfprintf.c 19 static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88";
27 vfprintf(iop, fmt, ap) function
  /external/tcpdump/
vfprintf.c 24 "@(#) $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/
vfprintf.c 36 vfprintf (FILE *fp, const char *format, va_list args) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 73 retval = vfprintf (stdout, format, args);
88 retval = vfprintf (stream, format, args);
99 return vfprintf (stdout, format, args);
103 # if !REPLACE_VPRINTF_POSIX /* avoid collision with vfprintf.c */
105 vfprintf (FILE *stream, const char *format, va_list args) function
106 #undef vfprintf macro
108 CALL_WITH_SIGPIPE_EMULATION (int, vfprintf (stream, format, args), ret == EOF)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio2.h 125 vfprintf (FILE *__restrict __stream, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 125 vfprintf (FILE *__restrict __stream, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 125 vfprintf (FILE *__restrict __stream, function
  /external/srec/portable/include/
PFile.h 201 * 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/
trio.h 167 # define vfprintf trio_vfprintf macro
  /external/libxslt/libxslt/
trio.h 167 # define vfprintf trio_vfprintf macro
  /external/bison/darwin-lib/
stdio.h 1494 # define vfprintf macro
1514 _GL_CXXALIASWARN (vfprintf); variable
1518 # undef vfprintf macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1494 # define vfprintf macro
1514 _GL_CXXALIASWARN (vfprintf); variable
1518 # undef vfprintf macro
    [all...]
  /bionic/libc/stdio/
vfprintf.c 1 /* $OpenBSD: vfprintf.c,v 1.37 2006/01/13 17:56:18 millert Exp $ */
159 vfprintf(FILE *fp, const char *fmt0, __va_list ap) function
696 cp = "bug in vfprintf: bad base";
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 609 /// int vfprintf(FILE *stream, const char *format, va_list ap);
610 vfprintf, enumerator in enum:llvm::LibFunc::Func

Completed in 735 milliseconds