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

  /external/clang/test/Sema/
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/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/chromium_org/third_party/libxml/src/
trio.h 167 # define vfprintf trio_vfprintf macro
  /external/chromium_org/third_party/libxslt/libxslt/
trio.h 167 # define vfprintf trio_vfprintf macro
  /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/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 1746 jint (JNICALL *vfprintf)(FILE *fp, const char *format, va_list args); member in struct:JDK1_1InitArgs
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 621 /// int vfprintf(FILE *stream, const char *format, va_list ap);
622 vfprintf, enumerator in enum:llvm::LibFunc::Func

Completed in 1102 milliseconds