/external/iptables/iptables/ |
iptables-standalone.c | 56 fprintf(stderr, "%s/%s Failed to initialize xtables\n", 74 fprintf(stderr, "iptables: %s. " 78 fprintf(stderr, "iptables: %s.\n",
|
/external/openssl/crypto/pqueue/ |
pq_test.c | 80 fprintf(stderr, "found %ld\n", item->priority); 83 fprintf(stderr, "found %ld\n", item->priority); 86 fprintf(stderr, "found %ld\n", item ? item->priority: 0);
|
/external/valgrind/main/drd/tests/ |
atomic_var.c | 48 fprintf(stderr, "y = %d\n", s_y); 58 fprintf(stderr, "Start of test.\n"); 63 fprintf(stderr, "Test finished.\n");
|
pth_spinlock.c | 42 fprintf(stderr, "Start of test.\n"); 52 fprintf(stderr, "Test successful.\n"); 54 fprintf(stderr, "Test failed: counter = %d, should be %d\n",
|
qt4_atomic.cpp | 40 fprintf(stderr, "Start of test.\n"); 56 fprintf(stderr, "Test successful.\n"); 58 fprintf(stderr, "Test failed: counter = %d, should be %d\n",
|
read_after_free.c | 31 fprintf(stderr, "Pointer to allocated memory: %p\n", s_mem); 41 fprintf(stderr, "Read-after-free result: %d\n", result); 43 fprintf(stderr, "Done.\n");
|
/external/valgrind/main/memcheck/tests/ |
origin2-not-quite.c | 37 fprintf(stderr, "\nUndef 1 of 3 (64-bit FP)\n"); 46 fprintf(stderr, "\nUndef 2 of 3 (32-bit FP)\n"); 58 fprintf(stderr, "\nUndef 3 of 3 (int)\n");
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
deprecated_logging_unittest.py | 40 original_stderr = sys.stderr 42 sys.stderr = test_stderr 48 sys.stderr = original_stderr
|
/frameworks/base/tools/localize/ |
ValuesFile_test.cpp | 46 fprintf(stderr, "ValuesFile_test failed\n"); 47 fprintf(stderr, "canonical=[[%s]]\n", canonical.c_str()); 48 fprintf(stderr, "EXPECTED=[[%s]]\n", EXPECTED);
|
/ndk/tests/device/test-gabi++-guard/jni/ |
test_guard.cpp | 55 fprintf(stderr, "ERROR: Foo instance is NULL!\n"); 60 fprintf(stderr, "ERROR: Foo constructor called %d times (1 expected)\n", 72 fprintf(stderr, "ERROR: There are %d invalid instance pointers!\n", count);
|
/system/core/fastboot/ |
usbtest.c | 99 fprintf(stderr,"write failed (%s)\n", strerror(errno)); 104 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0)); 117 fprintf(stderr,"read failed (%s)\n", strerror(errno)); 122 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0)); 144 fprintf(stderr,"usage: usbtest <testname>\n\navailable tests:\n"); 146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help); 160 fprintf(stderr,"unknown argument: %s\n", arg); 166 fprintf(stderr,"count may not be zero\n"); 171 fprintf(stderr,"size may not be greater than 4096\n"); 196 fprintf(stderr,"usbtest: %s: could not find interface\n" [all...] |
/system/core/toolbox/ |
reboot.c | 32 fprintf(stderr, "usage: %s [-n] [-p] [rebootcommand]\n", argv[0]); 38 fprintf(stderr, "%s: too many arguments\n", argv[0]); 56 fprintf(stderr, "reboot returned\n");
|
/system/extras/ext4_utils/ |
ext4fixup_main.c | 25 fprintf(stderr, "%s: usage: %s [-vn] <image or block device>\n", me, me); 54 fprintf(stderr, "expected image or block device after options\n"); 62 fprintf(stderr, "Unexpected argument: %s\n", argv[optind]);
|
/external/dropbear/libtomcrypt/testprof/ |
dsa_test.c | 17 if (stat1 == 0) { fprintf(stderr, "dsa_verify_key "); return 1; } 29 fprintf(stderr, "dsa_decrypt failed, y == %lu\n", y); 44 if (!(stat1 == 1 && stat2 == 0)) { fprintf(stderr, "dsa_verify %d %d", stat1, stat2); return 1; } 53 if (stat1 == 0) { fprintf(stderr, "dsa_verify (import private) %d ", stat1); return 1; } 63 if (stat1 == 0) { fprintf(stderr, "dsa_verify (import public) %d ", stat1); return 1; } 74 fprintf(stderr, "NOP");
|
/external/iproute2/tc/ |
q_sfq.c | 28 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n"); 42 fprintf(stderr, "Illegal \"limit\"\n"); 49 fprintf(stderr, "Illegal \"perturb\"\n"); 56 fprintf(stderr, "Illegal \"limit\"\n"); 60 fprintf(stderr, "Illegal \"limit\", must be > 1\n"); 68 fprintf(stderr, "What is \"%s\"?\n", *argv);
|
tc_filter.c | 33 fprintf(stderr, "Usage: tc filter [ add | del | change | replace | show ] dev STRING\n"); 34 fprintf(stderr, " [ pref PRIO ] protocol PROTO\n"); 35 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n"); 36 fprintf(stderr, " [ root | classid CLASSID ] [ handle FILTERID ]\n"); 37 fprintf(stderr, " [ [ FILTER_TYPE ] [ help | OPTIONS ] ]\n"); 38 fprintf(stderr, "\n"); 39 fprintf(stderr, " tc filter show [ dev STRING ] [ root | parent CLASSID ]\n"); 40 fprintf(stderr, "Where:\n"); 41 fprintf(stderr, "FILTER_TYPE := { rsvp | u32 | fw | route | etc. }\n"); 42 fprintf(stderr, "FILTERID := ... format depends on classifier, see there\n") [all...] |
/external/valgrind/main/none/tests/linux/ |
mremap.c | 39 fprintf(stderr, "shrink, nomove: p=%p np=%p: shrink moved?!\n", 49 fprintf(stderr, "shrink, maymove: p=%p np=%p: shrink moved?!\n", 59 fprintf(stderr, "grow, nomove: p=%p np=%p: shrink moved?!\n", 69 fprintf(stderr, "grow, maymove: p=%p np=%p: shrink moved?!\n", 80 fprintf(stderr, "grow, maymove, constrained: p=%p np=%p (managed to grow without moving?!)\n", 92 fprintf(stderr, "grow, maymove, constrained: p=%p np=%p (managed to grow without moving?!)\n",
|
/frameworks/base/cmds/servicemanager/ |
bctest.c | 72 fprintf(stderr,"cannot find alt_svc_mgr\n"); 76 fprintf(stderr,"svcmgr is via %p\n", ptr); 80 fprintf(stderr,"argument required\n"); 84 fprintf(stderr,"lookup(%s) = %p\n", argv[1], ptr); 89 fprintf(stderr,"argument required\n"); 96 fprintf(stderr,"unknown command %s\n", argv[0]);
|
/system/core/libzipfile/ |
test_zipfile.c | 27 fprintf(stderr, "usage: test_zipfile ZIPFILE -l\n"
36 fprintf(stderr, "couldn't open %s\n", argv[1]);
49 fprintf(stderr, "inti_zipfile failed\n");
64 fprintf(stderr, "zip file '%s' does not contain file '%s'\n",
70 fprintf(stderr, "can't open file for writing '%s'\n", argv[4]);
79 fprintf(stderr, "error decompressing file\n");
|
/frameworks/base/cmds/rawbu/ |
backup.cpp | 74 fprintf (stderr, "Error opendir'ing %s: %s\n", 125 fprintf(stderr, "warning -- stat() error on '%s': %s\n", 144 fprintf(stderr, "warning -- rmdir() error on '%s': %s\n", 158 fprintf(stderr, "warning -- unlink() error on '%s': %s\n", 173 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno)); 184 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno)); 203 fprintf(stderr, "unable to read source (%d of %ld bytes) file '%s': %s\n", 206 fprintf(stderr, "unable to read buffer (%d of %ld bytes): %s\n", 214 fprintf(stderr, "unable to write file (%d of %d bytes) '%s': '%s'\n", 217 fprintf(stderr, "unable to write buffer (%d of %d bytes): '%s'\n" [all...] |
/bootable/recovery/ |
verifier_test.c | 68 fputs(buf, stderr); 76 fprintf(stderr, "Usage: %s <package>\n", argv[0]);
|
/external/dbus/cmake/modules/ |
CheckForAbstractSockets.c | 16 fprintf (stderr, "socket() failed: %s\n", strerror (errno)); 27 fprintf (stderr, "Abstract socket namespace bind() failed: %s\n",
|
/external/e2fsprogs/e2fsck/ |
flushb.c | 34 fprintf(stderr, _("Usage: %s disk\n"), progname); 62 fprintf(stderr,
|
/external/icu4c/samples/ufortune/ |
ufortune.c | 120 fprintf(stderr, "%s: udata_setAppData failed with error \"%s\"\n", programName, u_errorName(err)); 129 fprintf(stderr, "%s: ures_open failed with error \"%s\"\n", programName, u_errorName(err)); 144 fprintf(stderr, "%s: ures_getStringByKey(\"optionMessage\") failed, %s\n", 158 fprintf(stderr, "%s: ures_getStringByKey(\"usage\") failed, %s\n", programName, u_errorName(err)); 171 fprintf(stderr, "%s: ures_getByKey(\"fortunes\") failed, %s\n", programName, u_errorName(err)); 182 fprintf(stderr, "%s: ures_countArrayItems(\"fortunes\") failed, %s\n", programName, u_errorName(err)); 186 fprintf(stderr, "%s: no fortunes found.\n", programName); 193 fprintf(stderr, "%s: ures_getStringByIndex(%d) failed, %s\n", programName, i, u_errorName(err));
|
/external/iproute2/ip/ |
xfrm_state.c | 61 fprintf(stderr, "Usage: ip xfrm state { add | update } ID [ XFRM_OPT ] [ mode MODE ]\n"); 62 fprintf(stderr, " [ reqid REQID ] [ seq SEQ ] [ replay-window SIZE ] [ flag FLAG-LIST ]\n"); 63 fprintf(stderr, " [ encap ENCAP ] [ sel SELECTOR ] [ replay-seq SEQ ]\n"); 64 fprintf(stderr, " [ replay-oseq SEQ ] [ LIMIT-LIST ]\n"); 65 fprintf(stderr, "Usage: ip xfrm state allocspi ID [ mode MODE ] [ reqid REQID ] [ seq SEQ ]\n"); 66 fprintf(stderr, " [ min SPI max SPI ]\n"); 67 fprintf(stderr, "Usage: ip xfrm state { delete | get } ID\n"); 68 fprintf(stderr, "Usage: ip xfrm state { deleteall | list } [ ID ] [ mode MODE ] [ reqid REQID ]\n"); 69 fprintf(stderr, " [ flag FLAG-LIST ]\n"); 70 fprintf(stderr, "Usage: ip xfrm state flush [ proto XFRM_PROTO ]\n") [all...] |