HomeSort by relevance Sort by last modified time
    Searched refs:vfprintf (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/stdio/
vprintf.c 39 return (vfprintf(stdout, fmt, ap));
printf.c 44 ret = vfprintf(stdout, fmt, ap);
fprintf.c 44 ret = vfprintf(fp, fmt, ap);
sprintf.c 59 ret = vfprintf(&f, fmt, ap);
vsnprintf.c 61 ret = vfprintf(&f, fmt, ap);
vsprintf.c 56 ret = vfprintf(&f, fmt, ap);
asprintf.c 41 ret = vfprintf(&f, fmt, ap);
snprintf.c 63 ret = vfprintf(&f, fmt, ap);
vasprintf.c 40 ret = vfprintf(&f, fmt, ap);
  /external/bison/src/
complain.c 57 vfprintf (stderr, message, args);
72 vfprintf (stderr, message, args);
93 vfprintf (stderr, message, args);
108 vfprintf (stderr, message, args);
130 vfprintf (stderr, message, args);
146 vfprintf (stderr, message, args);
  /external/chromium/third_party/icu/source/tools/genrb/
errmsg.c 29 vfprintf(stderr, msg, va);
67 vfprintf(stderr, msg, va);
  /external/icu4c/tools/genrb/
errmsg.c 29 vfprintf(stderr, msg, va);
67 vfprintf(stderr, msg, va);
  /bionic/libc/bionic/
err.c 67 (void)vfprintf(stderr, fmt, ap);
80 (void)vfprintf(stderr, fmt, ap);
113 (void)vfprintf(stderr, fmt, ap);
124 (void)vfprintf(stderr, fmt, ap);
  /external/bluetooth/glib/glib/
gprintfint.h 38 #define _g_vfprintf vfprintf
  /external/sonivox/arm-fm-22k/host_src/
eas_report.c 164 vfprintf(debugFile, debugMessages[i].m_pDebugMsg, vargs);
199 vfprintf(debugFile, fmt, vargs);
229 vfprintf(debugFile, fmt, vargs);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_report.c 164 vfprintf(debugFile, debugMessages[i].m_pDebugMsg, vargs);
199 vfprintf(debugFile, fmt, vargs);
229 vfprintf(debugFile, fmt, vargs);
  /external/sonivox/arm-wt-22k/host_src/
eas_report.c 164 vfprintf(debugFile, debugMessages[i].m_pDebugMsg, vargs);
199 vfprintf(debugFile, fmt, vargs);
229 vfprintf(debugFile, fmt, vargs);
  /external/libxml2/
libxml.h 40 int vfprintf(FILE *, const char *, va_list);
  /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/qemu/android/utils/
debug.c 23 vfprintf( stdout, format, args );
33 vfprintf( stdout, format, args );
40 vfprintf( stdout, format, args );
  /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/freetype/src/base/
ftdebug.c 60 vfprintf( stderr, fmt, ap );
74 vfprintf( stderr, fmt, ap );
  /bionic/libstdc++/include/
cstdio 83 using ::vfprintf;
  /ndk/sources/cxx-stl/system/include/
cstdio 83 using ::vfprintf;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio-ldbl.h 28 __LDBL_REDIR_DECL (vfprintf)

Completed in 948 milliseconds

1 2 3 4 5 6 7