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

1 2 3 4 5 6 78 91011

  /external/srec/portable/src/
PFile.c 171 rc = self->vfprintf(self, result, format, args);
  /ndk/sources/host-tools/make-3.81/
misc.c 26 vfprintf(), etc. and those who have _doprnt... or nothing.
40 # define VA_PRINTF(fp, lastarg, args) vfprintf((fp), (lastarg), (args))
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 79 vfprintf(stderr, str, ap);
  /external/dropbear/
scp.c 1163 (void) vfprintf(fp, fmt, ap);
1170 vfprintf(stderr, fmt, ap);
  /external/libvpx/
vpxdec.c 171 vfprintf(stderr, fmt, ap);
517 vfprintf(stderr, format, ap);
    [all...]
  /external/openssh/
scp.c 1234 (void) vfprintf(fp, fmt, ap);
1242 vfprintf(stderr, fmt, ap);
  /system/core/adb/
adb.c 52 vfprintf(stderr, fmt, ap);
63 vfprintf(stderr, fmt, ap);
    [all...]
fdevent.c 52 vfprintf(stderr, fmt, ap);
  /bootable/recovery/minadbd/
fdevent.c 52 vfprintf(stderr, fmt, ap);
  /external/blktrace/btreplay/
btrecord.c 194 vfprintf(stderr, fmt, ap);
  /external/dbus/tools/
dbus-launch.c 136 vfprintf (stderr, format, args);
  /external/dnsmasq/src/
lease.c 168 if (!(*errp) && vfprintf(daemon->lease_stream, format, ap) < 0)
  /external/grub/lib/
device.c 510 vfprintf (stderr, msg, ap);
  /external/icu4c/i18n/
astro.cpp 38 vfprintf(stderr, pat, ap);
    [all...]
chnsecal.cpp 40 vfprintf(stderr, pat, ap);
  /external/icu4c/tools/icuswap/
icuswap.cpp 81 vfprintf((FILE *)context, fmt, args);
  /external/icu4c/tools/toolutil/
pkgitems.cpp 52 vfprintf((FILE *)context, fmt, args);
  /external/iproute2/tc/
m_ipt.c 93 vfprintf(stderr, msg, args);
  /external/libusb/libusb/
core.c     [all...]
  /external/qemu/android/skin/
image.c 24 vfprintf(stderr, fmt, args);
  /external/qemu/slirp/
misc.c 624 vfprintf(lfd, bptr2, args);
  /external/qemu/slirp-android/
misc.c 588 vfprintf(lfd, bptr2, args);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 346 extern int vfprintf (FILE *__restrict __s, __const char *__restrict __format,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 346 extern int vfprintf (FILE *__restrict __s, __const char *__restrict __format,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 346 extern int vfprintf (FILE *__restrict __s, __const char *__restrict __format,

Completed in 2115 milliseconds

1 2 3 4 5 6 78 91011