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

12 3 4 5 6 7 8 91011>>

  /system/core/libsparse/
sparse_err.c 28 vfprintf(stderr, fmt, argp);
  /external/curl/lib/
curlx.h 86 # undef vfprintf macro
97 # define vfprintf curlx_mvfprintf macro
  /frameworks/base/tools/aapt/
IndentPrinter.h 24 vfprintf(mStream, fmt, args);
32 vfprintf(mStream, fmt, args);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
verr.c 46 (void)vfprintf(stderr, fmt, ap);
vwarn.c 46 (void)vfprintf(stderr, fmt, ap);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fprintf.c 67 ret = vfprintf(fp, fmt, ap);
  /external/skia/src/ports/
SkDebug_win.cpp 24 vfprintf(stderr, format, args);
  /external/skqp/src/ports/
SkDebug_win.cpp 24 vfprintf(stderr, format, args);
  /external/syslinux/com32/lib/
vfprintf.c 2 * vfprintf.c
12 int vfprintf(FILE * file, const char *format, va_list ap) function
  /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);
  /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);
  /external/swiftshader/src/OpenGL/common/
debug.cpp 47 vfprintf(file, format, vararg);
  /external/tensorflow/tensorflow/contrib/lite/
error_reporter.cc 42 const int result = vfprintf(stderr, format, args);
  /frameworks/base/tools/bit/
print.cpp 65 vfprintf(stdout, format, args);
97 vfprintf(stderr, format, args);
111 vfprintf(stderr, format, args);
139 vfprintf(stdout, format, args);
  /system/core/fastboot/
util.cpp 48 vfprintf(stderr, fmt, ap);
  /bionic/libc/bionic/
error.cpp 70 vfprintf(stderr, fmt, ap);
92 vfprintf(stderr, fmt, ap);
  /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 31 vfprintf(stderr, msg, va);
69 vfprintf(stderr, msg, va);
  /external/libdaemon/libdaemon/
dlog.c 65 vfprintf(stderr, template, arglist);
70 vfprintf(stdout, template, arglist);
  /external/ltp/tools/pounder21/
debug.c 55 ret = vfprintf(stream, format, args);
61 vfprintf(logfile, format, args);
  /external/vboot_reference/firmware/stub/
vboot_api_stub_init.c 43 vfprintf(stderr, fixfmt(format), ap);
53 vfprintf(stderr, fixfmt(format), ap);
  /hardware/qcom/msm8998/json-c/
debug.c 68 vfprintf(stderr, msg, ap);
81 vfprintf(stderr, msg, ap);
  /external/e2fsprogs/lib/et/
vfprintf.c 19 static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88";
28 vfprintf(iop, fmt, ap) function

Completed in 1186 milliseconds

12 3 4 5 6 7 8 91011>>