HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 176 - 200 of 3862) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/dropbear/
dropbearconvert.c 40 fprintf(stderr, "Usage: %s <inputtype> <outputtype> <inputfile> <outputfile>\n\n"
72 fprintf(stderr, "All arguments must be specified\n");
82 fprintf(stderr, "Invalid input key type\n");
92 fprintf(stderr, "Invalid output key type\n");
119 fprintf(stderr, "Error reading key from '%s'\n",
135 fprintf(stderr, "Key is a %s key\n", keytype);
138 fprintf(stderr, "Error writing key to '%s'\n", outfile);
140 fprintf(stderr, "Wrote key to '%s'\n", outfile);
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 13 print STDERR "install esp transport mode: $src -> $dst\n";
17 print STDERR "delete policy: $src -> $dst\n";
  /external/llvm/test/MC/AsmParser/
expr_symbol_modifiers.s 3 // RUN: FileCheck -check-prefix=CHECK-STDERR < %t.err %s
7 // CHECK-STDERR: invalid modifier 'GOTPCREL' (no symbols present)
  /external/oprofile/libutil/
op_popt.c 35 fprintf(stderr, "%s: %s: %s\n", argv[0],
38 poptPrintHelp(optcon, stderr, 0);
  /external/valgrind/main/cachegrind/tests/
dlclose.c 21 fputs (dlerror(), stderr); local
27 fprintf (stderr, "%s\n", error);
  /external/valgrind/main/memcheck/tests/linux/
lsframe1.c 18 fprintf(stderr, "lsframe1: start\n");
24 fprintf(stderr, "lsframe1: done, result is %d\n", sum);
lsframe2.c 30 fprintf(stderr, "lsframe2: start\n");
32 fprintf(stderr, "lsframe2: done, result is %d\n", sum);
sigqueue.c 17 fprintf(stderr, "sizeof(*si) = %zu\n", sz);
34 fprintf(stderr, "Done.\n");
  /external/valgrind/main/memcheck/tests/
origin3-no.c 44 fprintf(stderr, "\nUndef 1 of 8 (8 bit undef)\n");
54 fprintf(stderr, "\nUndef 2 of 8 (8 bits of 32 undef)\n");
64 fprintf(stderr, "\nUndef 3 of 8 (32 bit undef)\n");
73 fprintf(stderr, "\nUndef 4 of 8 (32 bit undef, unaligned)\n");
82 fprintf(stderr, "\nUndef 5 of 8 (32 bit undef, modified)\n");
106 fprintf(stderr, "\nUndef 6 of 8 (32 bit undef, unaligned, strange, #1)\n");
108 fprintf(stderr, "\nUndef 7 of 8 (32 bit undef, unaligned, strange, #2)\n");
110 fprintf(stderr, "\nUndef 8 of 8 (32 bit undef, unaligned, strange, #3)\n");
post-syscall.c 32 fprintf(stderr, "FAILED: expected nanosleep to be interrupted\n");
35 fprintf(stderr, "PASSED\n"); /* assuming CHECK_VALUE_IS_DEFINED doesn't print anything */
  /external/valgrind/unittest/
match_output.py 27 print >>sys.stderr, 'Usage: %s <template file>'
34 print >>sys.stderr, 'File does not match the template'
  /system/core/toolbox/
rmmod.c 18 fprintf(stderr, "usage: rmmod <module>\n");
35 fprintf(stderr, "rmmod: delete_module '%s' failed (errno %d)\n",
smd.c 23 fprintf(stderr,"failed to open smd0 - %s\n",
31 fprintf(stderr,"failed to write smd0 (%d) %s\n",
  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 47 fprintf(stderr, "Could not load shared library %s: %s\n", libname, dlerror());
51 fprintf(stderr, "%s loaded.\n", libname);
55 fprintf(stderr, "Could not access global DLL variable (x) in %s: %s\n", libname, dlerror());
60 fprintf(stderr, "Constructor was not run on dlopen(\"%s\") !\n", libname);
66 fprintf(stderr, "Could not access global DLL function (set_y) in %s: %s\n", libname, dlerror());
74 fprintf(stderr, "Could not unload shared library %s: %s\n", libname, dlerror());
78 fprintf(stderr, "%s unloaded.\n", libname);
80 fprintf(stderr, "Static destructors was not called on dlclose()!\n");
  /system/extras/tests/bionic/libc/common/
test_dlopen_null.c 27 fprintf(stderr, "Could not open self-executable with dlopen(NULL) !!: %s\n", dlerror());
32 fprintf(stderr, "Could not lookup symbol inside executable !!: %s\n", dlerror());
test_pthread_cleanup_push.c 95 fprintf(stderr, "cleanup1 not called !!\n");
97 fprintf(stderr, "cleanup1 called with wrong argument\n" );
103 fprintf(stderr, "cleanup2 not called !!\n");
105 fprintf(stderr, "cleanup2 called with wrong argument\n");
110 fprintf(stderr, "cleanup3 not called !!\n");
112 fprintf(stderr, "cleanup3 called with bad argument !!\n");
118 fprintf(stderr, "cleanup3 wrongly called !!\n");
120 fprintf(stderr, "cleanup3 wrongly called with bad argument !!\n");
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 53 fprintf(stderr,
56 fprintf(stderr,
62 fprintf(stderr,
87 fprintf(stderr,
110 fprintf(stderr, "\nmake pthread_mutex_lock fail: "
134 fprintf(stderr,
153 fprintf(stderr, "\nFIXME: can't figure out how to "
159 fprintf(stderr, "\nFIXME: can't figure out how to "
169 fprintf(stderr,
189 fprintf(stderr, "(1) no error on next line\n")
    [all...]
  /development/tools/yuv420sp2rgb/
debug.h 14 fprintf(stderr, "%s(%d): ", __FILE__, __LINE__); \
15 fprintf(stderr, ##msg); \
23 fprintf(stderr, \
34 fprintf(stderr, ##msg); \
  /external/bison/src/
closure.c 62 fprintf (stderr, "Closure: %s\n", title);
66 fprintf (stderr, " %2d: .", array[i]);
68 fprintf (stderr, " %s", symbols[*rp]->tag);
69 fprintf (stderr, " (rule %d)\n", -*rp - 1);
71 fputs ("\n\n", stderr);
80 fprintf (stderr, "FIRSTS\n");
84 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
87 fprintf (stderr, "\t\t%s\n",
91 fprintf (stderr, "\n\n");
101 fprintf (stderr, "FDERIVES\n")
    [all...]
  /external/chromium/base/
bzip2_error_handler.cc 9 // We define BZ_NO_STDIO in third_party/bzip2 to remove its internal STDERR
  /external/dbus/test/name-test/
test-privserver.c 9 vfprintf (stderr, message, args);
56 fprintf (stderr, "server exiting loop\n");
108 fprintf (stderr, "server running mainloop\n");
110 fprintf (stderr, "server mainloop quit\n");
  /external/dbus/test/
test-names.c 9 fprintf (stderr, "*** test-names: %s", message);
23 fprintf (stderr, "Error acquiring name '%s': %s\n", name, error.message);
35 fprintf (stderr, "Unexpected Success acquiring name '%s'\n", name);
55 fprintf (stderr, "*** Failed to open connection to system bus: %s\n",
  /external/dropbear/libtomcrypt/testprof/
test_driver.c 6 fprintf(stderr, "%s (%d)\n%s:%d:%s\n", error_to_string(res), res, file, line, cmd);
  /external/e2fsprogs/misc/
partinfo.c 39 fprintf(stderr, _("Usage: %s device...\n\nPrints out the "
49 fprintf(stderr, _("Cannot open %s: %s"),
55 fprintf(stderr, _("Cannot get geometry of %s: %s"),
63 fprintf(stderr, _("Cannot get size of %s: %s"),
  /external/expat/xmlwf/
win32filemap.c 48 _ftprintf(stderr, _T("%s: bigger than 2Gb\n"), name);
90 _ftprintf(stderr, _T("%s: %s"), s, buf);
91 fflush(stderr);
95 _ftprintf(stderr, _T("%s: unknown Windows error\n"), s);

Completed in 2410 milliseconds

1 2 3 4 5 6 78 91011>>