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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Sema/
format-strings.c 16 int vfprintf(FILE *, const char *restrict, va_list);
36 vfprintf(fp,s,ap); // expected-warning {{format string is not a string literal}}
86 vfprintf(fp,s,ap); // no-warning
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_io_linux.c 41 n = vfprintf(sg_warnings_strm ? sg_warnings_strm : stderr, fmt, args);
  /external/honggfuzz/examples/libpng/
persistent-png.c 31 vfprintf(stderr, s, args);
  /external/libpcap/lbl/
os-sunos4.h 40 int vfprintf(FILE *, const char *, ...);
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 138 vfprintf(OutputFile, Fmt, ap);
  /external/python/cpython3/Parser/
pgenmain.c 187 vfprintf(stderr, format, va);
  /external/squashfs-tools/squashfs-tools/
progressbar.c 236 vfprintf(stderr, fmt, ap);
  /external/tcpdump/lbl/
os-sunos4.h 40 int vfprintf(FILE *, const char *, ...);
  /external/valgrind/none/tests/
unit_debuglog.c 33 n = vfprintf(stderr, format, vargs);
  /external/vboot_reference/firmware/stub/
tpm_lite_stub.c 53 vfprintf(stderr, format, ap);
  /external/vboot_reference/utility/
bmpblk_font.c 30 vfprintf( stderr, fmt, args );
  /external/webrtc/webrtc/system_wrappers/source/
file_impl.cc 216 int num_chars = vfprintf(id_, format, args);
  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 41 vfprintf(ctx->debug_log, fmt, ap);
  /hardware/intel/common/libva/va/wayland/
va_wayland.c 51 vfprintf(stderr, format, args);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 39 return vfprintf (stdout, __fmt, __arg);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 39 return vfprintf (stdout, __fmt, __arg);
  /external/aac/libSYS/src/
genericStds.cpp 151 vfprintf(stderr, szFmt, ap);
161 chars += vfprintf((FILE *)stream, format, ap);
  /system/netd/libnetdutils/
Syscalls.cpp 198 StatusOr<int> vfprintf(FILE* file, const char* format, va_list ap) const override {
199 auto rv = ::vfprintf(file, format, ap);
201 return statusFromErrno(errno, "vfprintf() failed");
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 687 vfprintf(stdout, pattern, ap);
729 vfprintf(stdout, pattern, ap);
748 vfprintf(stdout, pattern, ap);
761 vfprintf(stdout, pattern, ap);
778 vfprintf(stdout, pattern, ap);
    [all...]
  /external/one-true-awk/
lib.c 517 vfprintf(stderr, fmt, varg);
570 vfprintf(stderr, fmt, varg);
586 vfprintf(stderr, fmt, varg);
  /art/runtime/
runtime_options.def 141 HookVfprintf, vfprintf)
  /external/iptables/utils/
nfnl_osf.c 105 vfprintf(osf_log_stream, f, ap);
128 vfprintf(osf_log_stream, f, ap);
  /external/libxml2/
runxmlconf.c 116 vfprintf(logfile, msg, args);
123 vfprintf(stderr, msg, args);
  /external/toybox/kconfig/
menu.c 23 vfprintf(stderr, fmt, ap);
33 vfprintf(stderr, fmt, ap);
  /toolchain/binutils/binutils-2.27/binutils/
bucomm.c 67 is used to print additional information via vfprintf. Finally the
107 vfprintf (stderr, format, args);
125 vfprintf (stderr, format, args);

Completed in 1826 milliseconds

1 2 3 4 56 7 8 91011>>