HomeSort by relevance Sort by last modified time
    Searched refs:vfprintf (Results 76 - 100 of 256) sorted by null

1 2 34 5 6 7 8 91011

  /external/dropbear/
scpmisc.c 223 vfprintf(stderr, fmt, args);
  /external/libpcap/lbl/
os-sunos4.h 42 int vfprintf(FILE *, const char *, ...);
  /external/qemu/slirp-android/
slirp.h 203 extern int vfprintf _P((FILE *, const char *, va_list));
  /external/srec/portable/src/
PFileImpl.c 50 impl->Interface.vfprintf = &PFileVfprintfImpl;
  /external/tcpdump/lbl/
os-sunos4.h 42 int vfprintf(FILE *, const char *, ...);
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 219 int num_chars = vfprintf(_id, format, args);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h 39 return vfprintf (stdout, __fmt, __arg);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 39 return vfprintf (stdout, __fmt, __arg);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 39 return vfprintf (stdout, __fmt, __arg);
  /bootable/recovery/minadbd/
adb.c 48 vfprintf(stderr, fmt, ap);
59 vfprintf(stderr, fmt, ap);
  /external/aac/libSYS/src/
genericStds.cpp 148 vfprintf(stderr, szFmt, ap);
163 chars += vfprintf((FILE*)stream, format, ap);
  /external/bluetooth/glib/tests/
unicode-encoding.c 18 vfprintf (stderr, format, va);
30 vfprintf (stderr, format, va);
  /external/tcpdump/
util.c 402 (void)vfprintf(stderr, fmt, ap);
421 (void)vfprintf(stderr, fmt, ap);
  /system/extras/ext4_utils/
img2simg.c 57 vfprintf(stderr, fmt, ap);
101 vfprintf(stderr, error_fmt, ap);
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 52 vfprintf(stderr, format, args);
66 vfprintf(stderr, format, args);
  /external/icu4c/tools/ctestfw/
ctest.c 665 vfprintf(stdout, pattern, ap);
684 vfprintf(stdout, pattern, ap);
703 vfprintf(stdout, pattern, ap);
716 vfprintf(stdout, pattern, ap);
733 vfprintf(stdout, pattern, ap);
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 104 vfprintf(stderr, format, ap);
114 vfprintf(stderr, format, ap);
124 vfprintf(stderr, format, ap);
  /ndk/sources/host-tools/nawk-20071023/
lib.c 507 vfprintf(stderr, fmt, varg);
560 vfprintf(stderr, fmt, varg);
576 vfprintf(stderr, fmt, varg);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 176 vfprintf(parent, format, args);
181 vfprintf(stderr, format, args);
  /external/iptables/utils/
nfnl_osf.c 105 vfprintf(osf_log_stream, f, ap);
128 vfprintf(osf_log_stream, f, ap);
  /external/v8/src/
platform-posix.cc 268 vfprintf(out, format, args);
285 vfprintf(stderr, format, args);
  /bionic/libc/include/
stdio.h 271 int vfprintf(FILE *, const char *, __va_list);
  /development/ndk/platforms/android-3/include/
stdio.h 270 int vfprintf(FILE *, const char *, __va_list);
  /development/ndk/platforms/android-8/include/
stdio.h 270 int vfprintf(FILE *, const char *, __va_list);
  /external/bison/lib/
error.c 166 vfprintf (stderr, message, args);

Completed in 1052 milliseconds

1 2 34 5 6 7 8 91011