/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");
|
trylock.c | 31 fprintf(stderr, "Locking rwlock via pthread_rwlock_wrlock().\n"); 34 fprintf(stderr, "Locking rwlock via pthread_rwlock_trywrlock().\n"); 37 fprintf(stderr, "Locking rwlock via pthread_rwlock_timedwrlock().\n"); 42 fprintf(stderr, "Locking rwlock via pthread_rwlock_rdlock().\n"); 49 fprintf(stderr, "Locking rwlock via pthread_rwlock_tryrdlock().\n"); 52 fprintf(stderr, "Locking rwlock via pthread_rwlock_timedrdlock().\n"); 57 fprintf(stderr, "Attempt to lock for writing recursively (not allowed).\n"); 64 fprintf(stderr, "Locking mutex via pthread_mutex_trylock().\n"); 67 fprintf(stderr, "Locking mutex via pthread_mutex_lock().\n"); 70 fprintf(stderr, "Locking mutex via pthread_mutex_timedlock().\n") [all...] |
/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);
|
touch.c | 11 fprintf(stderr, "touch: usage: touch [-alm] [-t time_t] <file>\n"); 36 fprintf(stderr, "touch: invalid time_t\n"); 57 fprintf(stderr, "touch: no file specified\n"); 79 fprintf(stderr, "file = %s\n", file); 80 fprintf(stderr, "times[0].tv_sec = %ld, times[0].tv_nsec = %ld\n", times[0].tv_sec, times[0].tv_nsec); 81 fprintf(stderr, "times[1].tv_sec = %ld, times[1].tv_nsec = %ld\n", times[1].tv_sec, times[1].tv_nsec); 82 fprintf(stderr, "flags = 0x%8.8x\n", flags);
|
/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");
|
/external/iproute2/tc/ |
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);
|
/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);
|
/cts/suite/audio_quality/executable/src/ |
main.cpp | 46 fprintf(stderr, "\n\nexecuting %s\n", command.string()); 48 fprintf(stderr, "cannot create zip file with command %s\n", command.string()); 56 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", bin); 61 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", argv[0]); 89 fprintf(stderr, "cannot prepare report dir"); 95 fprintf(stderr, "caanot create Settings"); 103 fprintf(stderr, "cannot create Log"); 117 fprintf(stderr, "cannot create ClientInterface"); 121 fprintf(stderr, "cannot init ClientInterface"); 126 fprintf(stderr, "cannot get device info") [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
plt.c | 49 fprintf(stderr, "%s> Missing arguments\n", __func__); 58 fprintf(stderr, "%s> Invalid parameter\n", __func__); 64 fprintf(stderr, "%s> fail to nla_nest_start()\n", __func__); 76 fprintf(stderr, "%s> building message failed\n", __func__); 100 fprintf(stderr, "fail to nla_nest_start()\n"); 114 fprintf(stderr, "%s> building message failed\n", __func__); 139 fprintf(stderr, "fail to nla_nest_start()\n"); 151 fprintf(stderr, "%s> building message failed\n", __func__); 172 fprintf(stderr, "no data!\n"); 182 fprintf(stderr, "Fail to calibrate ith radio status (%d)\n" [all...] |