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

12 3 4 5 6 7 8 91011

  /external/linux-tools-perf/util/
debug.c 28 ret = vfprintf(stderr, fmt, args);
55 vfprintf(stderr, format, args);
  /bionic/libstdc++/include/
cstdio 83 using ::vfprintf;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 83 using ::vfprintf;
  /ndk/sources/cxx-stl/system/include/
cstdio 83 using ::vfprintf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio-ldbl.h 28 __LDBL_REDIR_DECL (vfprintf)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio-ldbl.h 28 __LDBL_REDIR_DECL (vfprintf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio-ldbl.h 28 __LDBL_REDIR_DECL (vfprintf)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio 81 using ::vfprintf;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio 81 using ::vfprintf;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdio 83 using ::vfprintf;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdio 83 using ::vfprintf;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cstdio 83 using ::vfprintf;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cstdio 83 using ::vfprintf;
  /external/e2fsprogs/lib/et/
com_err.c 37 vfprintf (stderr, fmt, args);
  /external/elfutils/host-darwin-fixup/
AndroidFixup.h 63 vfprintf(stderr, fmt, lst);
  /external/harfbuzz/src/
harfbuzz-stream.c 43 vfprintf( stderr, format, ap );
  /external/libsepol/src/
debug.c 68 vfprintf(stream, fmt, ap);
  /external/qemu/
qemu-log.h 34 /* vfprintf-like logging function
38 vfprintf(logfile, fmt, va); \
  /external/srtp/crypto/kernel/
err.c 102 vfprintf(err_file, format, args);
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 95 # define vfprintf rpl_vfprintf
96 extern int vfprintf (FILE *fp, const char *format, va_list args)
100 # define vfprintf rpl_vfprintf
101 extern int vfprintf (FILE *fp, const char *format, va_list args)
104 # undef vfprintf
105 # define vfprintf(s,f,a) \
106 (GL_LINK_WARNING ("vfprintf is not always POSIX compliant - " \
107 "use gnulib module vfprintf-posix for portable " \
109 vfprintf (s, f, a))
  /external/dbus/test/name-test/
test-privserver-client.c 9 vfprintf (stderr, message, args);
  /external/libselinux/src/
callbacks.c 20 rc = vfprintf(stderr, fmt, ap);
  /sdk/avdlauncher/
avdlauncher.c 40 vfprintf(stderr, msg, ap);
  /sdk/sdklauncher/
sdklauncher.c 40 vfprintf(stderr, msg, ap);
  /system/core/run-as/
run-as.c 96 vfprintf(stderr, format, args);

Completed in 4871 milliseconds

12 3 4 5 6 7 8 91011