HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 126 - 150 of 4138) sorted by null

1 2 3 4 56 7 8 91011>>

  /build/tools/acp/
acp.c 83 fprintf(stderr,
87 fprintf(stderr, "acp: unable to stat dest dir\n");
96 fprintf(stderr,
214 fprintf(stderr, "Unexpected arg -%c\n", ic);
226 fprintf(stderr, "acp: missing destination file\n");
232 fprintf(stderr, "Usage: acp [OPTION]... SOURCE DEST\n");
233 fprintf(stderr, " or: acp [OPTION]... SOURCE... DIRECTORY\n");
234 fprintf(stderr, "\nOptions:\n");
235 fprintf(stderr, " -d never follow (dereference) symbolic links\n");
236 fprintf(stderr, " -e if source file doesn't exist, try adding
    [all...]
  /external/chromium/net/test/
openssl_helper.cc 98 fprintf(stderr, "Missing argument to --key-file\n");
106 fprintf(stderr, "Missing argument to --cert-file\n");
111 fprintf(stderr, "Unknown argument: %s\n", argv[i]);
131 fprintf(stderr, "Failed to read %s\n", key_file);
137 fprintf(stderr, "Failed to parse %s\n", key_file);
145 fprintf(stderr, "Failed to read %s\n", cert_file);
151 fprintf(stderr, "Failed to parse %s\n", cert_file);
157 fprintf(stderr, "Failed to load %s\n", cert_file);
162 fprintf(stderr, "Failed to load %s\n", key_file);
167 fprintf(stderr, "Public and private keys don't match\n")
    [all...]
  /external/iproute2/tc/
q_red.c 30 fprintf(stderr, "Usage: ... red limit BYTES min BYTES max BYTES avpkt BYTES burst PACKETS\n");
31 fprintf(stderr, " probability PROBABILITY bandwidth KBPS [ ecn ]\n");
52 fprintf(stderr, "Illegal \"limit\"\n");
58 fprintf(stderr, "Illegal \"min\"\n");
64 fprintf(stderr, "Illegal \"max\"\n");
70 fprintf(stderr, "Illegal \"burst\"\n");
76 fprintf(stderr, "Illegal \"avpkt\"\n");
82 fprintf(stderr, "Illegal \"probability\"\n");
88 fprintf(stderr, "Illegal \"bandwidth\"\n");
97 fprintf(stderr, "What is \"%s\"?\n", *argv)
    [all...]
f_cgroup.c 21 fprintf(stderr, "Usage: ... cgroup [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n");
22 fprintf(stderr, " [ action ACTION_SPEC ]\n");
35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
50 fprintf(stderr, "Illegal \"ematch\"\n");
57 fprintf(stderr, "Illegal \"action\"\n");
65 fprintf(stderr, "Illegal \"police\"\n");
73 fprintf(stderr, "What is \"%s\"?\n", *argv);
  /external/linux-tools-perf/util/include/asm/
bug.h 4 #define __WARN_printf(arg...) do { fprintf(stderr, arg); } while (0)
  /external/openssh/regress/
stderr-data.sh 1 # $OpenBSD: stderr-data.sh,v 1.2 2002/03/27 22:39:52 markus Exp $
4 tid="stderr data transfer"
20 cmp ${DATA} ${COPY} || fail "stderr corrupt"
30 cmp ${DATA} ${COPY} || fail "stderr corrupt"
  /external/valgrind/main/drd/tests/
annotate_publish_hg.c 9 fprintf(stderr, "Done.\n");
new_delete.cpp 16 fprintf(stderr, "Success.\n");
omp_printf.c 11 fprintf(stderr,
58 fprintf(stderr,
64 fprintf(stderr, "%s", "");
68 fprintf(stderr, "Finished.\n");
  /external/valgrind/main/memcheck/tests/
fwrite.c 10 fprintf(stderr, "open failed\n");
leak-0.c 20 PRINT_LEAK_COUNTS(stderr);
  /external/valgrind/main/memcheck/tests/ppc32/
Makefile.am 7 power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest
  /external/valgrind/main/memcheck/tests/ppc64/
Makefile.am 7 power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest
  /external/valgrind/main/none/tests/
rlimit_nofile.c 40 fprintf(stderr, "rlim_cur is %llu (should be %llu)\n",
47 fprintf(stderr, "rlim_max is %llu (should be %llu)\n",
52 newrlim.rlim_cur -= 3; /* allow for stdin, stdout and stderr */
64 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd);
  /external/webkit/Tools/android/flex-2.5.4a/
main.c 407 fprintf( stderr, _( "%s version %s usage statistics:\n" ),
410 fprintf( stderr, _( " scanner options: -" ) );
413 putc( '+', stderr );
415 putc( 'b', stderr );
417 putc( 'd', stderr );
419 putc( 'i', stderr );
421 putc( 'l', stderr );
423 putc( 'p', stderr );
425 putc( 'p', stderr );
427 putc( 's', stderr );
    [all...]
  /external/webrtc/test/testsupport/
frame_writer.cc 31 fprintf(stderr, "Frame length must be >0, was %d\n",
37 fprintf(stderr, "Couldn't open output file for writing: %s\n",
54 fprintf(stderr, "FrameWriter is not initialized (output file is NULL)\n");
60 fprintf(stderr, "Failed to write %d bytes to file %s\n",
  /system/core/toolbox/
md5.c 16 fprintf(stderr,"md5 file ...\n");
29 fprintf(stderr,"could not open %s, %s\n", path, strerror(errno));
44 fprintf(stderr,"could not read %s, %s\n", path, strerror(errno));
50 fprintf(stderr,"could not close %s, %s\n", path, strerror(errno));
mv.c 16 fprintf(stderr,"USAGE: %s <source...> <destination>\n", argv[0]);
25 fprintf(stderr, "failed on %s - %s\n", dest, strerror(errno));
36 fprintf(stderr, "path too long\n");
52 fprintf(stderr, "failed on '%s' - %s\n", source, strerror(errno));
setsebool.c 23 fprintf(stderr, "setsebool: argument %s had no =\n", name);
33 fprintf(stderr, "setsebool: invalid value %s\n", v);
40 fprintf(stderr, "setsebool: unable to set booleans: %s", strerror(errno));
50 fprintf(stderr, "Usage: %s name=value...\n", argv[0]);
chmod.c 29 fprintf(stderr, "Invalid path specified: too long\n");
38 fprintf(stderr, "Unable to chmod %s: %s\n", subpath, strerror(errno));
50 fprintf(stderr, "Usage: chmod [OPTION] <MODE> <FILE>\n");
51 fprintf(stderr, " -R, --recursive change files and directories recursively\n");
52 fprintf(stderr, " --help display this help and exit\n");
84 fprintf(stderr, "Bad mode\n");
92 fprintf(stderr, "Unable to chmod %s: %s\n", argv[i], strerror(errno));
r.c 9 fprintf(stderr,"r [-b|-s] <address> [<value>]\n");
44 fprintf(stderr, "invalid end address\n");
55 fprintf(stderr,"cannot open /dev/mem\n");
67 fprintf(stderr,"cannot mmap region\n");
76 fprintf(stderr,"%08x: %08x\n", addr, *x);
82 fprintf(stderr,"%08x: %04x\n", addr, *x);
88 fprintf(stderr,"%08x: %02x\n", addr, *x);
  /system/extras/tests/bionic/libc/bionic/
lib_static_init.cpp 8 fprintf(stderr, "Foo::Foo for this=%p called (counter = %d)\n", this, counter);
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 27 fprintf(stderr, "test requires AES");
46 fprintf(stderr, "cbc_getiv failed");
56 fprintf(stderr, "CBC failed");
69 fprintf(stderr, "cfb_getiv failed");
79 fprintf(stderr, "CFB failed");
91 fprintf(stderr, "ofb_getiv failed");
101 fprintf(stderr, "OFB failed");
  /frameworks/base/tools/aapt/
printapk.cpp 15 fprintf(stderr,
46 fprintf(stderr, "apk: couldn't open file for read: %s\n", filename);
54 fprintf(stderr, "apk: error determining file size: %s\n", filename);
60 fprintf(stderr, "apk: file too big: %s\n", filename);
66 fprintf(stderr, "apk: error reading file: %s\n", filename);
74 fprintf(stderr, "apk: file doesn't seem to be a zip file: %s\n",
95 fprintf(stderr, "apk: error decompressing resources.arsc");
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 42 fprintf(stderr, "usage: rpcperftest service-to-test | :service-to-serve\n");
48 fprintf(stderr, "error: can't get default service manager\n");
56 fprintf(stderr, "error: can't register service: %s\n", argv[1] + 1);
62 fprintf(stderr, "error: can't run service\n");
68 fprintf(stderr, "error: can't find service: %s\n", argv[1]);
75 fprintf(stderr, "error: can't ping: %s [%d]\n", argv[1], status);
85 fprintf(stderr, "error: can't ping: %s [%d]\n", argv[1], status);

Completed in 2676 milliseconds

1 2 3 4 56 7 8 91011>>