/external/libpng/contrib/gregbook/ |
rpng-win.c | 163 freopen("CONOUT$", "a", stderr); 284 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname); 286 fprintf(stderr, "\n" 306 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename); 312 fprintf(stderr, PROGNAME 317 fprintf(stderr, PROGNAME 321 fprintf(stderr, PROGNAME ": insufficient memory\n"); 324 fprintf(stderr, PROGNAME 338 fprintf(stderr, PROGNAME ": aborting.\n"); 344 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname) [all...] |
/external/openssl/crypto/pkcs7/ |
dec.c | 90 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); 120 fprintf(stderr, "No private key file specified\n"); 173 fprintf(stderr, "there are no signatures on this data\n"); 187 fprintf(stderr,"Signature verified\n"); 195 ERR_print_errors_fp(stderr);
|
/external/qemu/block/ |
qcow2-refcount.c | 242 fprintf(stderr, "qcow2: Allocate refcount block %d for %" PRIx64 330 fprintf(stderr, "qcow2: Grow refcount table %" PRId32 " => %" PRId64 "\n", 685 fprintf(stderr, "qcow2_free_clusters failed: %s\n", strerror(-ret)); 908 fprintf(stderr, "ERROR: invalid cluster offset=0x%" PRIx64 "\n", 912 fprintf(stderr, "Warning: cluster offset=0x%" PRIx64 " is after " 918 fprintf(stderr, "ERROR: overflow cluster offset=0x%" PRIx64 956 fprintf(stderr, "ERROR: cluster %" PRId64 ": " 976 fprintf(stderr, "Can't get refcount for offset %" 981 fprintf(stderr, "ERROR OFLAG_COPIED: offset=%" [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_riscostask.c | 63 /* Uncomment next line to copy mode changes/restores to stderr */ 69 fprintf(stderr, "mode %d\n", stored_mode); 77 fprintf(stderr, " %d\n", storeBlock[blockSize++]); 298 fprintf(stderr, "Stored "); dump_mode(); 316 fprintf(stderr, "Restored"); dump_mode();
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Assertions.cpp | 115 fputs(buffer, stderr); 171 vfprintf(stderr, format, args); 240 fprintf(stderr, "%-3d %s\n", i, demangledName); 243 fprintf(stderr, "%-3d %s\n", i, mangledName); 245 fprintf(stderr, "%-3d %p\n", i, pointer);
|
/system/extras/tests/sdcard/ |
stopwatch.cpp | 40 fprintf(stderr, "Not enough space\n"); \ 71 fprintf(stderr, "Discarding data for %s\n", mName); 108 if (kVerbose) fprintf(stderr, "printing\n"); 154 fprintf(stderr, "# Increased capacity to %d for %s. Measurement affected.\n", 167 if (kVerbose) fprintf(stderr, "processing samples\n");
|
/external/strace/ |
strace.c | 190 -o file -- send trace output to FILE instead of stderr\n\ 230 fprintf(stderr, "%s: fcntl F_GETFD: %s\n", 241 fprintf(stderr, "%s: fcntl F_SETFD: %s\n", 261 fprintf(stderr, "%s: setreuid: %s\n", 281 fprintf(stderr, "%s: can't fopen '%s': %s\n", 311 fprintf(stderr, "%s: pipe: %s\n", 327 fprintf(stderr, "%s: fork: %s\n", 347 fprintf(stderr, "%s: dup2: %s\n", 352 fprintf(stderr, "%s: execl: %s: %s\n", 420 fprintf(stderr, "trouble opening proc file\n") [all...] |
/external/valgrind/main/none/tests/amd64/ |
Makefile.in | 578 aes.vgtest aes.stdout.exp aes.stderr.exp \ 579 amd64locked.vgtest amd64locked.stdout.exp amd64locked.stderr.exp \ 580 avx-1.vgtest avx-1.stdout.exp avx-1.stderr.exp \ 581 asorep.stderr.exp asorep.stdout.exp asorep.vgtest \ 582 bug127521-64.vgtest bug127521-64.stdout.exp bug127521-64.stderr.exp \ 584 bug132813-amd64.stderr.exp \ 586 bug137714-amd64.stderr.exp \ 587 bug132918.vgtest bug132918.stderr.exp bug132918.stdout.exp \ 590 bug156404-amd64.stderr.exp \ 591 clc.vgtest clc.stdout.exp clc.stderr.exp [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/ |
Atari.patches | 415 X! fprintf(stderr,"flex : unknown flag %c\n", (int) arg[i] ); 485 X+ fprintf(stderr,"Syntax : FLEX inp_file\n"); 486 X+ fprintf(stderr,"Function: fast lexical analyzer generator V%s\n",flex_version); 487 X+ fprintf(stderr,"Options : a dir_path : directory path for temporary files\n"); 488 X+ fprintf(stderr," - b : generate backtracking information to lex.backtrack\n"); 489 X+ fprintf(stderr," - c : compressed table, no equiv., no meta equiv.classes\n"); 490 X+ fprintf(stderr," e : equivalence classes\n"); 491 X+ fprintf(stderr," F : fast table\n"); 492 X+ fprintf(stderr," |f : full table\n"); 493 X+ fprintf(stderr," |m : meta equivalence classes\n") [all...] |
/external/ganymed-ssh2/ |
FAQ.html | 30 Or: can you explain me the story about the shared stdout/stderr window in the SSH-2 protocol?
77 session. Be prepared to consume stdout and stderr data.</li>
132 Or: can you explain me the story about the shared stdout/stderr window in the SSH-2 protocol?
141 Unfortunately, the SSH-2 protocol defines a shared window for stderr and stdout. As a consequence,
142 if, for example, the remote process produces a lot of stderr data and you never consume it, then after
145 cannot send you any, since the receive window is full (you would have to read some stderr data first
165 <li><b>Bad: Do nothing</b> - just work with stderr and stdout Inputstreams and hope that the 30KB
169 and stderr in parallel. Since you probably are not in the mood to program such a thing, you can use
174 InputStream stderr = new StreamGobbler(mysession.getStderr());</pre></b></tt>
175 You then can access stdout and stderr in any order, in the background the StreamGobblers will [all...] |
/external/icu4c/test/cintltst/ |
cintltst.c | 113 fprintf(stderr, 119 fprintf(stderr, "After initial u_cleanup: RB cache %s empty.\n", ures_dumpCacheContents()?"WAS NOT":"was"); 136 fprintf(stderr, 141 fprintf(stderr, "*** Exiting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n"); 155 fprintf(stderr, 160 fprintf(stderr, "*** Exitting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n"); 171 fprintf(stderr, 176 fprintf(stderr, "*** Exitting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n"); 187 fprintf(stderr, 192 fprintf(stderr, [all...] |
/external/oprofile/opcontrol/ |
opcontrol.cpp | 209 fprintf(stderr, "Cannot create directory "OP_DRIVER_BASE": %s\n", 226 fprintf(stderr, OP_DRIVER_BASE "/cpu_type: %s\n", 235 fprintf(stderr, OP_DRIVER_BASE "/cpu_type: %s\n", 246 fprintf(stderr, "Unrecognised CPU type %s\n", buf); 267 fprintf(stderr, "Cannot create directory \"%s\": %s\n", 271 fprintf(stderr, "Cannot create directory \"%s\": %s\n", 385 fprintf(stderr, "Unknown event name: %s\n", event_name); 398 fprintf(stderr, "Bad event name: %s for counter %d, see --list\n", 431 fprintf(stderr, "Cannot open %s: %s\n", fullname, strerror(errno)); 584 fprintf(stderr, "More than %d events specified\n" [all...] |
/external/valgrind/main/VEX/test/ |
mmxtest.c | 20 output to be sent to stderr for each mmx operation. 80 /* Include the stuff for printing a trace to stderr... 89 fprintf(stderr, #op "_m2r(" #mem "=0x%016llx, ", mmx_trace.q); \ 93 fprintf(stderr, #reg "=0x%016llx) => ", mmx_trace.q); \ 100 fprintf(stderr, #reg "=0x%016llx\n", mmx_trace.q); \ 109 fprintf(stderr, #op "_r2m(" #reg "=0x%016llx, ", mmx_trace.q); \ 111 fprintf(stderr, #mem "=0x%016llx) => ", mmx_trace.q); \ 116 fprintf(stderr, #mem "=0x%016llx\n", mmx_trace.q); \ 125 fprintf(stderr, #op "_r2r(" #regs "=0x%016llx, ", mmx_trace.q); \ 129 fprintf(stderr, #regd "=0x%016llx) => ", mmx_trace.q); [all...] |
/external/zlib/src/examples/ |
gun.c | 560 fprintf(stderr, "gun cannot open %s\n", inname); 574 fprintf(stderr, "gun cannot create %s\n", outname); 594 fprintf(stderr, "gun warning: trailing garbage ignored in %s\n", 599 fprintf(stderr, "gun data error on %s: %s\n", inname, strm->msg); 603 fprintf(stderr, "gun out of memory error--aborting\n"); 608 fprintf(stderr, "gun write error on %s: %s\n", 612 fprintf(stderr, "gun read error on %s: %s\n", 616 fprintf(stderr, "gun unexpected end of file on %s\n", 622 fprintf(stderr, "gun internal error--aborting\n"); 644 fprintf(stderr, "gun out of memory error--aborting\n") [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 88 log is only used if output is stderr or stdout. 173 stdout/stderr output and base mask. */ 176 (dbg).err = stderr; \ 183 stdout/stderr output and base mask. If the OMX_DBG_CONFIG environment 191 (dbg).err = stderr; \ 223 else if (!strcmp(out, "stderr")) (dbg).out = stderr; \ 226 if (!strcmp(err, "stderr")) {} \ 264 if ((dbg).err == (dbg).err_opened) (dbg).err = stderr; \ 269 if ((dbg).err == (dbg).out_opened) (dbg).err = stderr; \ [all...] |
/external/blktrace/ |
blktrace.c | 496 fprintf(stderr, "Usage: %s %s %s", prog, blktrace_version, usage_str); 787 fprintf(stderr, "write(%d) failed: %d/%s\n", 958 fprintf(stderr, "gethostbyname(%s)" 965 fprintf(stderr, "Host %s not found\n", 991 fprintf(stderr, 1059 fprintf(stderr, "BLKTRACESETUP(2) %s failed: %d/%s\n", 1072 fprintf(stderr, "BLKTRACESTART %s failed: %d/%s\n", 1093 fprintf(stderr, "Could not open %s: %d/%s\n", 1097 fprintf(stderr, "Could not read %s: %d/%s\n", 1220 fprintf(stderr, "Invalid path %s specified: %d/%s\n" [all...] |
/external/qemu/hw/ |
pc.c | 315 fprintf(stderr, "Too many boot devices for PC\n"); 321 fprintf(stderr, "Invalid boot device for PC: '%c'\n", 428 fprintf(stderr, "BIOS panic at rombios.c, line %d\n", val); 433 fprintf(stderr, "%c", val); 452 fprintf(stderr, "VGA BIOS panic, line %d\n", val); 457 fprintf(stderr, "%c", val); 634 fprintf(stderr, "qemu: could not load kernel '%s'\n", 641 fprintf(stderr, "header magic: %#x\n", ldl_p(header+0x202)); 666 fprintf(stderr, 710 fprintf(stderr, "qemu: linux kernel too old to load a ram disk %s, %s, %s\n" [all...] |
/external/qemu/ |
savevm.c | 258 fprintf(stderr, "qemu_popen: Argument validity check failed\n"); 306 fprintf(stderr, "qemu_fdopen: Argument validity check failed\n"); 361 fprintf(stderr, "qemu_fopen: Argument validity check failed\n"); 498 fprintf(stderr, 520 fprintf(stderr, 724 fprintf(stderr, "%s: invalid QFIELD_BUFFER item passed as argument. aborting\n", 737 fprintf(stderr, "%s: invalid fields list passed as argument. aborting\n", __FUNCTION__); 769 fprintf(stderr, "%s: invalid QFIELD_BUFFER item passed as argument.\n", 779 fprintf(stderr, "%s: not enough bytes to load structure\n", __FUNCTION__); 786 fprintf(stderr, "%s: invalid fields list passed as argument. aborting\n", __FUNCTION__) [all...] |
/external/speex/libspeex/ |
jitter.c | 205 /*fprintf(stderr, "late_factor = %f\n", late_factor);*/ 237 /*fprintf(stderr, "cost %d = %d + %f * %d\n", cost, -latest, late_factor, late);*/ 260 /*fprintf(stderr, "auto_tradeoff = %d (%d %d %d)\n", jitter->auto_tradeoff, best, worst, i);*/ 324 /*fprintf (stderr, "reset\n");*/ 345 /*fprintf(stderr, "Rotate buffer\n");*/ 372 /*fprintf (stderr, "put packet %d %d\n", timestamp, span);*/ 382 /*fprintf (stderr, "cleaned (not played)\n");*/ 392 /*fprintf(stderr, "arrival: %d %d %d\n", packet->timestamp, jitter->next_stop, jitter->pointer_timestamp);*/ 438 /*fprintf (stderr, "Buffer is full, discarding earliest frame %d (currently at %d)\n", timestamp, jitter->pointer_timestamp);*/ 512 /*fprintf (stderr, "Deferred interpolate\n");* [all...] |
/external/e2fsprogs/misc/ |
mke2fs.c | 112 fprintf(stderr, _("Usage: %s [-c|-l filename] [-b block-size] " 173 fprintf(stderr, _("Bad block %u out of range; ignored.\n"), blk); 252 fprintf(stderr, _("Block %d in primary " 254 fprintf(stderr, _("Blocks %u through %u must be good " 257 fputs(_("Aborting....\n"), stderr); 276 fprintf(stderr, 392 fprintf(stderr, _("\nCould not write %d " 526 fprintf(stderr, 543 fprintf(stderr, _("Warning: could not erase sector %d: %s\n"), 610 fprintf(stderr, _("warning: %u blocks unused.\n\n") [all...] |
/external/llvm/examples/ExceptionDemo/ |
ExceptionDemo.cpp | 27 // causes a usage to be printed to stderr 68 // for stderr, and fprintf, and the addition of this include fixed the 277 /// Prints a 32 bit number, according to the format, to stderr. 283 fprintf(stderr, format, intToPrint); 287 fprintf(stderr, "::print32Int(...):NULL arg.\n"); 294 /// Prints a 64 bit number, according to the format, to stderr. 300 fprintf(stderr, format, intToPrint); 304 fprintf(stderr, "::print64Int(...):NULL arg.\n"); 309 /// Prints a C string to stderr 313 fprintf(stderr, "%s", toPrint) [all...] |
/external/webkit/Tools/Scripts/ |
prepare-ChangeLog | 130 print STDERR basename($0) . " [-b|--bug=<bugid>] [-d|--diff] [-h|--help] [-o|--open] [-g|--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n"; 131 print STDERR " -b|--bug Fill in the ChangeLog bug information from the given bug.\n"; 132 print STDERR " --description One-line description that matches the bug title.\n"; 133 print STDERR " -d|--diff Spew diff to stdout when running\n"; 134 print STDERR " --merge-base Populate the ChangeLogs with the diff to this branch\n"; 135 print STDERR " -g|--git-commit Populate the ChangeLogs from the specified git commit\n"; 136 print STDERR " --git-index Populate the ChangeLogs from the git index only\n"; 137 print STDERR " --git-reviewer When populating the ChangeLogs from a git commit claim that the spcified name reviewed the change.\n"; 138 print STDERR " This option is useful when the git commit lacks a Signed-Off-By: line\n"; 139 print STDERR " -h|--help Show this help message\n" [all...] |
/external/libogg/src/ |
framing.c | 1016 fprintf(stderr,"incorrect packet length (%d != %d)!\n",op->bytes,len); 1020 fprintf(stderr,"incorrect packet granpos (%ld != %ld)!\n",(long)op->granulepos,pos); 1035 fprintf(stderr,"incorrect packet sequence %ld != %d\n", 1043 fprintf(stderr,"body data mismatch (1) at pos %ld: %x!=%lx!\n\n", 1054 fprintf(stderr,"body data mismatch (2) at pos %ld: %x!=%x!\n\n", 1062 fprintf(stderr,"header content mismatch at pos %ld:\n",j); 1064 fprintf(stderr," (%ld)%02x:%02x",j,header[j],og->header[j]); 1065 fprintf(stderr,"\n"); 1070 fprintf(stderr,"header length incorrect! (%ld!=%d)\n", 1078 fprintf(stderr,"\nHEADER:\n") [all...] |
/frameworks/base/tools/aapt/ |
Command.cpp | 50 fprintf(stderr, "ERROR: '%s' not found\n", fileName); 52 fprintf(stderr, "ERROR: '%s' access denied\n", fileName); 54 fprintf(stderr, "ERROR: failed opening '%s' as Zip file\n", 132 fprintf(stderr, "ERROR: specify zip file name (only)\n"); 195 fprintf(stderr, "ERROR: list -a failed because assets could not be loaded\n"); 437 fprintf(stderr, "ERROR: no dump option specified\n"); 442 fprintf(stderr, "ERROR: no dump file specified\n"); 452 fprintf(stderr, "ERROR: dump failed because assets could not be loaded\n"); 476 fprintf(stderr, "ERROR: dump failed because no resource table was found\n"); 491 fprintf(stderr, "ERROR: no dump xmltree resource file specified\n") [all...] |
/external/checkpolicy/test/ |
dispol.c | 181 fprintf(stderr, "out of memory\n"); 273 fprintf(stderr, "out of memory\n"); 411 fprintf(stderr, "Can't open '%s': %s\n", 416 fprintf(stderr, "Can't stat '%s': %s\n", 423 fprintf(stderr, "Can't map '%s': %s\n", 435 fprintf(stderr, "%s: Out of memory!\n", argv[0]); 440 fprintf(stderr, 484 fprintf(stderr, "couldn't malloc string.\n"); 522 fprintf(stderr, "Cannot open output file %s\n",
|