HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 226 - 250 of 4272) sorted by null

1 2 3 4 5 6 7 8 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/elfutils/bionic-fixup/
error.h 30 vfprintf(stderr, fmt, lst);
31 fprintf(stderr, "error %d: %s\n", errnum, strerror(errno));
  /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/libvorbis/lib/
barkmel.c 25 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
29 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
33 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
37 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
41 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
45 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
49 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n\n",
58 fprintf(stderr,"(%d) bark=%f %gHz (%d of 128)\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/openssh/
ssh-add.c 111 fprintf(stderr, "Identity removed: %s (%s)\n", filename, comment);
114 fprintf(stderr, "Could not remove identity: %s\n", filename);
134 fprintf(stderr, "All identities removed.\n");
136 fprintf(stderr, "Failed to remove all identities.\n");
210 fprintf(stderr, "Identity added: %s (%s)\n", filename, comment);
213 fprintf(stderr,
216 fprintf(stderr,
219 fprintf(stderr, "Could not add identity: %s\n", filename);
249 fprintf(stderr, "Certificate added: %s (%s)\n", certpath,
252 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime)
    [all...]
  /external/oprofile/libutil/
op_popt.c 35 fprintf(stderr, "%s: %s: %s\n", argv[0],
38 poptPrintHelp(optcon, stderr, 0);
  /external/qemu/distrib/sdl-1.2.15/test/
testver.c 17 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
21 fprintf(stderr, "SDL initialized\n");
  /external/valgrind/main/cachegrind/tests/
dlclose.c 21 fputs (dlerror(), stderr); local
27 fprintf (stderr, "%s\n", error);
  /external/valgrind/main/drd/tests/
threaded-fork.c 47 fprintf(stderr, "FAILED - timeout waiting for child\n");
52 fprintf(stderr, "PASS\n");
  /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'
  /sdk/eclipse/scripts/
build_ide.sh 19 echo "$*" > /dev/stderr
20 echo "Usage: $0 dest_dir ide_qualifier zip_qualifier" > /dev/stderr
  /system/core/toolbox/
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 59 fprintf (stderr, "Closure: %s\n", title);
63 fprintf (stderr, " %2d: .", array[i]);
65 fprintf (stderr, " %s", symbols[*rp]->tag);
66 fprintf (stderr, " (rule %d)\n", -*rp - 1);
68 fputs ("\n\n", stderr);
77 fprintf (stderr, "FIRSTS\n");
81 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
84 fprintf (stderr, "\t\t%s\n",
88 fprintf (stderr, "\n\n");
98 fprintf (stderr, "FDERIVES\n")
    [all...]
  /external/checkpolicy/
parse_util.c 40 fprintf(stderr, "%s: unable to open %s\n", progname, file);
46 fprintf(stderr, "%s: out of memory!\n", progname);
55 fprintf(stderr,
65 fprintf(stderr,

Completed in 239 milliseconds

1 2 3 4 5 6 7 8 91011>>