HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 726 - 750 of 2586) sorted by null

<<21222324252627282930>>

  /external/bluetooth/bluez/test/
lmptest.c 146 fprintf(stderr, "Can't open device hci%d: %s (%d)\n",
152 fprintf(stderr, "Can't read version for hci%d: %s (%d)\n",
159 fprintf(stderr, "Can't find supported device hci%d: %s (%d)\n",
166 fprintf(stderr, "Can't activate events for hci%d: %s (%d)\n",
  /external/bluetooth/bluez/tools/
csr_3wire.c 38 fprintf(stderr, "Transport not implemented\n");
  /external/bluetooth/glib/tests/
unicode-collate.c 51 fprintf (stderr, "No suitable locale, skipping test\n");
57 fprintf (stderr, "Usage: unicode-collate [--key|--file] [FILE]\n");
82 fprintf (stderr, "Cannot open %s: %s\n", argv[i], error->message);
113 fprintf (stderr, "Error reading test file, %s\n", error->message);
  /external/clang/test/Sema/
implicit-builtin-decl.c 25 fprintf(0, "foo"); // expected-warning{{declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h>}} \
26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
  /external/compiler-rt/test/Unit/
modsi3_test.c 25 fprintf(stderr, "error in __modsi3: %d %% %d = %d, expected %d\n",
  /external/dbus/test/
test-shell-service.c 28 fprintf (stderr, "*** test-service: %s", message);
62 fprintf (stderr, "Shell echo service echoed the command line\n");
137 fprintf (stderr, "*** Failed to open connection to activating message bus: %s\n",
172 fprintf (stderr, "Error %s\n", error.message);
  /external/dbus/tools/
dbus-launch-win.c 121 fprintf (stderr, "error: could not extract path from current "
130 fprintf (stderr, "%ls %ls\n", dbusDaemonPath, command);
137 fprintf (stderr, "%ls\n", command);
161 fprintf (stderr, "Could not start " DBUS_DAEMON_NAME ". error=%d\n",
  /external/dropbear/libtomcrypt/testprof/
base64_test.c 15 fprintf(stderr, "base64 failed %lu %lu %lu", x, l1, l2);
  /external/e2fsprogs/lib/e2p/
parse_num.c 55 fprintf(stderr, "Usage: %s arg\n", argv[0]);
  /external/e2fsprogs/lib/ext2fs/
tst_getsectsize.c 34 fprintf(stderr, "Usage: %s device\n", argv[0]);
tst_getsize.c 34 fprintf(stderr, "%s device\n", argv[0]);
  /external/e2fsprogs/tests/progs/
hold_inode.c 27 fprintf(stderr, "Usage: %s dir\n", argv[0]);
  /external/icu4c/tools/toolutil/
pkg_icu.cpp 65 fprintf(stderr, "missing list file\n");
71 fprintf(stderr, "icupkg: not enough memory\n");
84 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname);
157 fprintf(stderr, "icupkg: not enough memory\n");
  /external/iproute2/tc/
tc_util.c 487 fprintf(f, " installed %u sec", (unsigned)(tm->install/hz));
489 fprintf(f, " used %u sec", (unsigned)(tm->lastuse/hz));
491 fprintf(f, " expires %u sec", (unsigned)(tm->expires/hz));
504 fprintf(fp, "%sSent %llu bytes %u pkt",
511 fprintf(fp, " (dropped %u, overlimits %u requeues %u) ",
518 fprintf(fp, "\n%srate %s %upps ",
526 fprintf(fp, "\n%s", prefix);
527 fprintf(fp, "backlog %s %up requeues %u ",
553 fprintf(fp, "%sSent %llu bytes %u pkts (dropped %u, overlimits %u) ",
558 fprintf(fp, "\n%s", prefix)
    [all...]
  /external/libpng/contrib/gregbook/
readpng.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
  /external/openssh/
kexdhc.c 77 fprintf(stderr, "pub= ");
79 fprintf(stderr, "\n");
103 fprintf(stderr, "dh_server_pub= ");
105 fprintf(stderr, "\n");
  /external/oprofile/libutil/
op_popt.c 35 fprintf(stderr, "%s: %s: %s\n", argv[0],
  /external/qemu/android/utils/
panic.c 19 fprintf(stderr, "PANIC: ");
  /external/qemu/target-i386/
kvm-gs-restore.c 26 /* No fprintf or any system call before the gs is restored successfully */
50 fprintf(stderr, "Invalid signal %x in temp_sig_handler\n", signum);
58 fprintf(stderr, "Invalid signal in temp_sig_handler: "
72 fprintf(stderr, "Invalid signal %x in temp_sig_sigaction\n", signum);
80 fprintf(stderr, "Invalid signal in temp_sig_sigaction: "
  /external/quake/quake/src/WinQuake/
masterMain.cpp 93 fprintf(stderr,
98 fprintf(stderr, "RegisterNatives failed for '%s'\n", className);
137 fprintf(stderr, "ERROR: GetEnv failed\n");
147 fprintf(stderr, "ERROR: quakemaster native registration failed\n");
  /external/valgrind/main/drd/tests/
annotate_hb_err.c 45 fprintf(stderr, "Done.\n");
annotate_hb_race.c 45 fprintf(stderr, "Done.\n");
annotate_static.cpp 5 #include <stdio.h> /* fprintf() */
45 fprintf(stderr, "Done.\n");
pth_cancel_locked.c 48 fprintf(stderr, "Test finished.\n");
pth_mutex_reinit.c 33 fprintf(stderr, "Done.\n");

Completed in 846 milliseconds

<<21222324252627282930>>