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

1 23 4 5 6 7 8 91011

  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 143 using std::vfprintf;
  /development/tools/elftree/
elftree.c 20 vfprintf(stderr, fmt, ap);
34 vfprintf(stderr, fmt, ap);
45 vfprintf(stderr, fmt, ap);
  /external/e2fsprogs/intl/
libgnuintl.h 298 #undef vfprintf macro
299 #define vfprintf libintl_vfprintf macro
300 extern int vfprintf (FILE *, const char *, va_list);
libgnuintl.h.in 298 #undef vfprintf
299 #define vfprintf libintl_vfprintf
300 extern int vfprintf (FILE *, const char *, va_list);
  /external/v8/src/
platform-nullos.cc 156 vfprintf(stdout, format, args);
169 vfprintf(out, format, args);
186 vfprintf(stderr, format, args);
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 159 vfprintf(stderr, format, ap);
176 vfprintf(stderr, format, ap);
191 vfprintf(stderr, format, ap);
209 vfprintf(stderr, format, ap);
230 vfprintf(stderr, format, ap);
251 vfprintf(stderr, format, ap);
299 vfprintf(stderr, format, ap);
308 vfprintf(stderr, format, ap);
316 vfprintf(stderr, format, ap);
327 vfprintf(stderr, format, ap)
    [all...]
smc_properties_parser.c 86 vfprintf(stderr, format, ap);
96 vfprintf(stderr, format, ap);
106 vfprintf(stderr, format, ap);
  /external/clang/test/Sema/
format-strings.c 12 int vfprintf(FILE *, const char *restrict, va_list);
30 vfprintf(fp,s,ap); // expected-warning {{format string is not a string literal}}
67 vfprintf(fp,s,ap); // no-warning
  /external/dbus/test/name-test/
test-privserver.c 9 vfprintf (stderr, message, args);
  /external/linux-tools-perf/util/ui/
util.c 128 vfprintf(stderr, format, args);
  /external/qemu/
json-parser.c 100 vfprintf(stderr, msg, ap);
qemu-error.c 26 vfprintf(stderr, fmt, ap);
  /external/stlport/stlport/stl/
_cstdio.h 116 using _STLP_VENDOR_CSTD::vfprintf;
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 236 vfprintf(stdout, pstrFmt, args);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 116 using _STLP_VENDOR_CSTD::vfprintf;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 116 using _STLP_VENDOR_CSTD::vfprintf;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 116 using _STLP_VENDOR_CSTD::vfprintf;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 116 using _STLP_VENDOR_CSTD::vfprintf;
  /system/extras/tests/bionic/libc/bionic/
test_mutex.c 39 vfprintf(stderr, format, args);
  /external/ipsec-tools/src/racoon/
logger.c 152 vfprintf(fp, fmt, ap);
170 vfprintf(fp, fmt, ap);
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 169 vfprintf(stdout, format, args);
171 vfprintf(stderr, format, args);
  /system/core/sh/
show.c 291 (void) vfprintf(tracefile, fmt, va);
302 (void) vfprintf(tracefile, fmt, va);
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 51 vfprintf(stderr, format, args);
65 vfprintf(stderr, format, args);
  /external/dbus/dbus/
dbus-internals.c 261 vfprintf (stderr, format, args);
295 vfprintf (stderr, format, args);
475 vfprintf (stderr, format, args);
  /external/bluetooth/bluez/lib/
bluetooth.c 149 len = vfprintf(stream, format, ap);

Completed in 1076 milliseconds

1 23 4 5 6 7 8 91011