/external/compiler-rt/lib/asan/ |
asanwrapper.cc | 11 fprintf(stderr, usage_s, me, me);
|
/external/compiler-rt/lib/tsan/lit_tests/ |
memcpy_race.cc | 24 fprintf(stderr, "addr=%p\n", &data[5]);
|
race_on_heap.cc | 29 fprintf(stderr, "addr=%p\n", p);
|
/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 | 194 fprintf(stderr, "Usage: %s [-f blkid_file] [-m debug_mask]\n", prog); 195 fprintf(stderr, "\tList all devices and exit\n"); 218 fprintf(stderr, "Invalid debug mask: %s\n", 235 fprintf(stderr, "%s: error creating cache (%d)\n",
|
devno.c | 199 fprintf(stderr, "Usage:\t%s device_number\n\t%s major minor\n" 207 fprintf(stderr, errmsg, "device number", argv[1]); 213 fprintf(stderr, errmsg, "major number", argv[1]); 218 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 | 69 fprintf(stderr, "Failure!\n");
|
parse_num.c | 57 fprintf(stderr, "Usage: %s arg\n", argv[0]);
|
/external/e2fsprogs/lib/ext2fs/ |
tst_getsectsize.c | 34 fprintf(stderr, "Usage: %s device\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/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/normperf/ |
dtfmtrtperf.cpp | 70 fprintf(stderr,"FAILED: Tests could not be run please check the arguments.\n");
|
/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 | 65 fprintf(stderr, "missing list file\n"); 72 fprintf(stderr, "icupkg: not enough memory\n"); 86 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname); 159 fprintf(stderr, "icupkg: not enough memory\n");
|
pkgitems.cpp | 95 fprintf(stderr, "icupkg: udata_openSwapper(\"%s\") failed - %s\n", 101 ds->printErrorContext=stderr; 105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name); 152 fprintf(stderr, "icupkg/makeTargetName(%s) target item name length %ld too long\n", 229 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias string contains non-invariant characters\n", 255 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) %%ALIAS contains a '/'\n", 265 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias locale ID length %ld too long\n", 334 fprintf(stderr, "icupkg/ures_enumDependencies(%s table res=%08x)[%d].recurse(%s: %08x) failed\n", 355 fprintf(stderr, "icupkg/ures_enumDependencies(%s array res=%08x)[%d].recurse(%08x) failed\n", 377 fprintf(stderr, "icupkg: .res format version %02x.%02x not supported, or bundle malformed\n" [all...] |
/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/libsepol/src/ |
debug.c | 55 stream = stderr;
|
/external/llvm/include/llvm/Support/ |
ErrorHandling.h | 36 /// to stderr, and call exit(1). If an error handler is installed then it is 38 /// printed to stderr. If the error handler returns, then exit(1) will be 81 /// This function calls abort(), and prints the optional message to stderr. 90 /// In !NDEBUG builds, prints the message and location info to stderr.
|
/external/llvm/lib/Support/ |
DynamicLibrary.cpp | 160 // On linux we have a weird situation. The stderr/out/in symbols are both 165 EXPLICIT_SYMBOL(stderr); 179 #ifndef stderr 180 EXPLICIT_SYMBOL(stderr);
|