HomeSort by relevance Sort by last modified time
    Searched refs:vfprintf (Results 26 - 50 of 382) sorted by null

12 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/gen/
vwarn.c 47 (void)vfprintf(stderr, fmt, ap);
  /external/skia/src/ports/
SkDebug_win.cpp 25 vfprintf(stderr, format, args);
  /external/tcpdump/
vfprintf.c 36 * Stock 4.3 doesn't have vfprintf.
39 vfprintf(f, fmt, args) function
  /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/tlsdate/src/
util-plan9.c 29 vfprintf(stderr, fmt, ap);
42 vfprintf(stderr, fmt, ap);
53 vfprintf(stderr, fmt, ap);
  /system/extras/perfprofd/tests/
perfprofdmockutils.cc 78 vfprintf(stderr, fmt, ap); fprintf(stderr, "\n");
87 vfprintf(stderr, fmt, ap); fprintf(stderr, "\n");
96 vfprintf(stderr, fmt, ap); fprintf(stderr, "\n");
  /external/dhcpcd-6.8.2/compat/
dprintf.c 49 e = vfprintf(fp, fmt, va);
  /bionic/libc/bionic/
error.cpp 70 vfprintf(stderr, fmt, ap);
92 vfprintf(stderr, fmt, ap);
malloc_info.cpp 35 vfprintf(fp, attr_fmt, args);
48 vfprintf(fp, fmt, args);
  /external/google-breakpad/src/third_party/curl/
mprintf.h 55 # undef vfprintf macro
72 # define vfprintf curl_mvfprintf macro
  /external/icu/icu4c/source/tools/genrb/
errmsg.c 29 vfprintf(stderr, msg, va);
67 vfprintf(stderr, msg, va);
  /external/libdaemon/libdaemon/
dlog.c 65 vfprintf(stderr, template, arglist);
70 vfprintf(stdout, template, arglist);
  /external/vboot_reference/firmware/stub/
vboot_api_stub_init.c 43 vfprintf(stderr, fixfmt(format), ap);
53 vfprintf(stderr, fixfmt(format), ap);
  /external/bison/lib/
vfprintf.c 36 vfprintf (FILE *fp, const char *format, va_list args) function
  /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/libpcap/msdos/
bin2c.c 10 vfprintf (stderr, fmt, args);
  /external/libpcap/tests/
reactivatetest.c 75 (void)vfprintf(stderr, fmt, ap);
  /external/libxml2/
libxml.h 47 int vfprintf(FILE *, const char *, va_list);
  /external/opencv3/3rdparty/libjasper/
jas_debug.c 115 ret = vfprintf(stderr, fmt, ap);
  /external/vboot_reference/firmware/2lib/
2stub.c 20 vfprintf(stderr, fmt, ap);
  /system/core/fastboot/
util.cpp 65 vfprintf(stderr, fmt, ap);
  /external/freetype/src/base/
ftdebug.c 61 vfprintf( stderr, fmt, ap );
76 vfprintf( stderr, fmt, ap );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftdebug.c 61 vfprintf( stderr, fmt, ap );
76 vfprintf( stderr, fmt, ap );
  /external/pdfium/third_party/freetype/src/base/
ftdebug.c 61 vfprintf( stderr, fmt, ap );
76 vfprintf( stderr, fmt, ap );
  /toolchain/binutils/binutils-2.25/gold/
errors.cc 82 vfprintf(stderr, format, args);
93 vfprintf(stderr, format, args);
104 vfprintf(stderr, format, args);
116 vfprintf(stderr, format, args);
127 vfprintf(stderr, format, args);
141 vfprintf(stderr, format, args);
157 vfprintf(stderr, format, args);
213 vfprintf(stderr, format, args);

Completed in 2827 milliseconds

12 3 4 5 6 7 8 91011>>