/external/bison/src/ |
relation.c | 139 fputs ("relation_transpose: input\n", stderr); 140 relation_print (r, n, stderr); 178 fputs ("relation_transpose: output\n", stderr); 179 relation_print (new_R, n, stderr);
|
/external/blktrace/ |
blkiomon.c | 166 fprintf(stderr, 249 fprintf(stderr, "blkiomon: could not write to %s\n", binary.fn); 281 fprintf(stderr, "blkiomon: interrupted sleep"); 445 fprintf(stderr, "blkiomon: could not write to %s\n", drvdata.fn); 465 fprintf(stderr, 471 fprintf(stderr, "blkiomon: error while reading trace"); 476 fprintf(stderr, "blkiomon: endianess problem\n"); 483 fprintf(stderr, "blkiomon: bad trace\n"); 492 fprintf(stderr, "blkiomon: could not read payload\n"); 503 fprintf(stderr, "blkiomon: could not send trace\n") [all...] |
/external/bluetooth/bluez/tools/ |
csr_3wire.c | 38 fprintf(stderr, "Transport not implemented\n");
|
/external/bluetooth/glib/tests/ |
run-collate-tests.sh | 19 error_out=/dev/stderr
|
run-markup-tests.sh | 19 error_out=/dev/stderr
|
/external/clearsilver/python/ |
setup.py | 49 sys.stderr.write("adding inc_path %s\n" % inc_path) 58 sys.stderr.write("adding lib %s\n" % lib) 67 sys.stderr.write("adding lib_path %s\n" % lib_path) 105 sys.stderr.write("Overriding setup's CC from %s to %s\n" % (given_cc, CC))
|
static.py | 7 sys.stderr.write("CGI: %s\n" % s)
|
/external/dropbear/libtomcrypt/testprof/ |
cipher_hash_test.c | 34 fprintf(stderr, "Error reading from imported PRNG!\n");
|
tomcrypt_test.h | 23 #define DO(x) do { fprintf(stderr, "%s:\n", #x); run_cmd((x), __LINE__, __FILE__, #x); } while (0);
|
/external/e2fsprogs/lib/blkid/ |
dev.c | 198 fprintf(stderr, "Usage: %s [-f blkid_file] [-m debug_mask]\n", prog); 199 fprintf(stderr, "\tList all devices and exit\n"); 222 fprintf(stderr, "Invalid debug mask: %s\n", 239 fprintf(stderr, "%s: error creating cache (%d)\n",
|
devno.c | 204 fprintf(stderr, "Usage:\t%s device_number\n\t%s major minor\n" 212 fprintf(stderr, errmsg, "device number", argv[1]); 218 fprintf(stderr, errmsg, "major number", argv[1]); 223 fprintf(stderr, errmsg, "minor number", argv[2]);
|
save.c | 168 fprintf(stderr, "Usage: %s [filename]\n" 174 fprintf(stderr, "%s: error creating cache (%d)\n", 179 fprintf(stderr, "error (%d) probing devices\n", ret); 185 fprintf(stderr, "error (%d) saving cache\n", ret);
|
/external/e2fsprogs/lib/e2p/ |
ostype.c | 67 fprintf(stderr, "Failure!\n");
|
parse_num.c | 55 fprintf(stderr, "Usage: %s arg\n", argv[0]);
|
/external/e2fsprogs/misc/ |
uuidgen.c | 31 fprintf(stderr, _("Usage: %s [-r] [-t]\n"), progname);
|
/external/e2fsprogs/util/ |
copy_sparse.c | 18 fputs("This program is only supported on Linux!\n", stderr); 57 fprintf(stderr, "No permission to use FIBMAP ioctl; must have root privileges\n"); 143 fprintf(stderr, "Couldn't allocate buffer"); 205 fprintf(stderr, "Usage: %s [-v] source_file destination_file\n", progname);
|
libecho.c | 24 fprintf(stderr, "Usage: libecho [-p prefix] list...\n");
|
/external/expat/examples/ |
elements.c | 56 fprintf(stderr,
|
/external/expat/xmlwf/ |
unixfilemap.c | 42 fprintf(stderr, "%s: not a regular file\n", name);
|
/external/icu4c/extra/uconv/ |
uwmsg.c | 137 fprintf(stderr, "u_wmsg: No path set!!\n"); /* FIXME: codepage?? */ 147 fprintf(stderr, "u_wmsg: failed to load tag [%s] [%s] [%s]!!\n", tag, u_errorName(err), gPath); 172 fprintf(stderr, "u_wmsg: failed to format %s:%s, err %s\n", 188 fprintf(stderr, "u_wmsg: failed to print %s: %s, err %s\n",
|
/external/icu4c/samples/ucnv/ |
flagcb.c | 146 fprintf(stderr, "debugCBContext: %p:%d's magic is %x, supposed to be 0xC0FFEE\n", 188 fprintf(stderr, "debugCB_fromU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->magic); 207 fprintf(stderr, "debugCB_fromU: internal clone failed on %p\n", ctx); 281 fprintf(stderr, "debugCB:openContext opened[%p] = serial #%d\n", ctx, ctx->serial);
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperf.cpp | 217 fprintf(stderr, gUsageString, "ubrkperf"); 218 fprintf(stderr, "\t-m or --mode Required mode for breakiterator: char, word, line or sentence\n"); 224 fprintf(stderr, "FAILED to create UPerfTest object. Error: %s\n", u_errorName(status)); 247 fprintf(stderr,"FAILED: Tests could not be run please check the arguments.\n");
|
/external/icu4c/tools/toolutil/ |
pkg_icu.cpp | 63 fprintf(stderr, "missing list file\n"); 69 fprintf(stderr, "icupkg: not enough memory\n"); 82 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname); 155 fprintf(stderr, "icupkg: not enough memory\n");
|
/external/iproute2/misc/ |
ssfilter.y | 33 fprintf(stderr, "ss: bison bellows (while parsing filter): \"%s!\"", s); 193 fprintf(stderr, "Too long line in filter"); 257 fprintf(stderr, "Cannot parse dst/src address.\n"); 271 fprintf(stderr, " Sorry.\n");
|
/external/netcat/data/ |
rservice.c | 66 fprintf (stderr, "wrong! needs 2 or more args.\n");
|