Home
last modified time | relevance | path

Searched refs:STDERR (Results 1 – 25 of 112) sorted by relevance

12345

/external/mksh/src/
Dcheck.pl245 print STDERR $Usage;
406 print STDERR "$prog: can't open directory $dir - $!\n";
434 print STDERR "$prog: can't open $file - $!\n";
471 print STDERR "$prog: couldn't cd to $tempdir - $!\n";
493 print STDERR
499 print STDERR
508 print STDERR
519 print STDERR "$prog:$test{':long-name'}: error running perl-setup - $@\n";
526 print STDERR "$prog: can't fork - $!\n";
548 print STDERR "$prog: couldn't open $ifile in child - $!\n";
[all …]
/external/skia/third_party/libpng/
Dpngtest.c42 #define STDERR stdout /* For DOS */ macro
475 fprintf(STDERR, "%s: libpng warning: %s\n", name, message); in pngtest_warning()
585 fprintf(STDERR, "NULL pointer to png_debug_free.\n"); in png_debug_free()
590 fprintf(STDERR, "WARNING: freeing NULL pointer\n"); in png_debug_free()
609 fprintf(STDERR, "Duplicate free of memory\n"); in png_debug_free()
620 fprintf(STDERR, "Pointer %p not found\n", ptr); in png_debug_free()
767 fprintf(STDERR, "\n stereo mode = %d\n", user_chunk_data.sTER_mode); in write_sTER_chunk()
780 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n", in write_vpAg_chunk()
892 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
898 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file()
[all …]
/external/libpng/
Dpngtest.c42 #define STDERR stdout /* For DOS */ macro
475 fprintf(STDERR, "%s: libpng warning: %s\n", name, message); in pngtest_warning()
585 fprintf(STDERR, "NULL pointer to png_debug_free.\n"); in png_debug_free()
590 fprintf(STDERR, "WARNING: freeing NULL pointer\n"); in png_debug_free()
608 fprintf(STDERR, "Duplicate free of memory\n"); in png_debug_free()
621 fprintf(STDERR, "Pointer %p not found\n", ptr); in png_debug_free()
768 fprintf(STDERR, "\n stereo mode = %d\n", user_chunk_data.sTER_mode); in write_sTER_chunk()
781 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n", in write_vpAg_chunk()
893 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
899 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file()
[all …]
/external/syslinux/com32/lib/libpng/
Dpngtest.c104 #define STDERR stdout /* For DOS */ macro
468 fprintf(STDERR, "%s: libpng warning: %s\n", name, message); in pngtest_warning()
470 fprintf(STDERR, "%s: libpng warning: %s\n", test, message); in pngtest_warning()
571 fprintf(STDERR, "NULL pointer to png_debug_free.\n"); in png_debug_free()
575 fprintf(STDERR, "WARNING: freeing NULL pointer\n"); in png_debug_free()
591 fprintf(STDERR, "Duplicate free of memory\n"); in png_debug_free()
601 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr); in png_debug_free()
728 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
740 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file()
802 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file()
[all …]
/external/syslinux/utils/
Dmkdiskimage.in131 print STDERR "$0: $file: don't know how to determine the size of this device\n";
139 print STDERR "Usage: $0 [-doFMz4][-i id] file c h s (max: 1024 256 63)\n";
140 print STDERR " -d add DOSEMU header\n";
141 print STDERR " -o print filesystem offset to stdout\n";
142 print STDERR " -F format partition as FAT32\n";
143 print STDERR " -M \"c\" argument is megabytes, calculate cylinders\n";
144 print STDERR " -z use zipdisk geometry (h=64 s=32)\n";
145 print STDERR " -4 use partition entry 4 (standard for zipdisks)\n";
146 print STDERR " -i specify the MBR ID\n";
147 print STDERR " -s output a sparse file (don't allocate all blocks)\n";
[all …]
Dpxelinux-options385 print STDERR "Usage: $0 options pxelinux.0\n";
386 print STDERR "Options:\n";
387 print STDERR "--before option value -b Add an option before DHCP data\n";
388 print STDERR "--after option value -a Add an option after DHCP data\n";
389 print STDERR "--delete option -d Delete an option\n";
390 print STDERR "--list -l List set options\n";
391 print STDERR "--dry-run -n Don't modify the target file\n";
392 print STDERR "--help -h Display this help text\n";
393 print STDERR "\n";
394 print STDERR "The following DHCP options are currently recognized:\n";
[all …]
Dlss16toppm34 print STDERR "$0: Unknown option: $arg\n";
40 print STDERR "$0: Short file\n";
47 print STDERR "$0: Invalid file format\n";
60 printf STDERR "#%02x%02x%02x=%d\n", $r, $g, $b, $i;
71 print STDERR "$0: Short read on input (file corrupt)\n";
Dppmtolss1690 print STDERR "Format error on input\n";
194 print STDERR "$0: Unknown argument: $arg\n";
199 print STDERR "$0: Color index out of range: $arg\n";
206 print STDERR "$0: More than one color index $i\n";
297 printf STDERR
392 printf STDERR "%d pixels, %d bytes, (%2.2f%% compression)\n",
/external/icu/icu4c/source/tools/genren/
Dgenren.pl198 print STDERR "$ARGV[0]: Not sure what to do with '$_'\n";
204 print STDERR "$ARGV[0]: Skipped strange mangled function $_\n";
206 print STDERR "$ARGV[0]: Skipped vtable $_\n";
208 print STDERR "$ARGV[0]: Skipped typeinfo $_\n";
210 print STDERR "$ARGV[0]: Skipped ignored function $_\n";
246 print STDERR @_;
252 print STDERR <<"EndHelpText";
/external/syslinux/bios/utils/
Dmkdiskimage131 print STDERR "$0: $file: don't know how to determine the size of this device\n";
139 print STDERR "Usage: $0 [-doFMz4][-i id] file c h s (max: 1024 256 63)\n";
140 print STDERR " -d add DOSEMU header\n";
141 print STDERR " -o print filesystem offset to stdout\n";
142 print STDERR " -F format partition as FAT32\n";
143 print STDERR " -M \"c\" argument is megabytes, calculate cylinders\n";
144 print STDERR " -z use zipdisk geometry (h=64 s=32)\n";
145 print STDERR " -4 use partition entry 4 (standard for zipdisks)\n";
146 print STDERR " -i specify the MBR ID\n";
147 print STDERR " -s output a sparse file (don't allocate all blocks)\n";
[all …]
/external/syslinux/gpxe/src/util/
Dget-pci-ids43 print STDERR "Too many arguments.\n";
44 print STDERR "Usage: get-pci-ids [path to kernel sources]\n";
45 print STDERR " /usr/src/linux is assumed if no path is given.\n";
50 print STDERR "Could not find $kernel_src/include/linux/version.h.\n";
51 print STDERR "$kernel_src is probably no Linux kernel source tree.\n";
/external/curl/tests/
Dnroff-scan.pl66 print STDERR "error: $f:$line: missing \\fP after $str\n";
72 print STDERR "error: $f:$line: refering to non-existing man page $man\n";
76 print STDERR "error: $f:$line: use \\fI before $str\n";
82 print STDERR "error: $f:$line: non-referencing $1\n";
90 print STDERR "error: $f:$line: refering to non-existing man page $man\n";
Dmem-include-scan.pl42 print STDERR "checking $file...\n";
73 print STDERR "$file doesn't include \"memdebug.h\"!\n";
76 print STDERR "$file doesn't include \"curl_memory.h\"!\n";
94 print STDERR "----\n$errs errors detected!\n";
Dgetpart.pm109 print STDERR "*** getpart.pm: $section/$part returned data!\n";
112 print STDERR "*** getpart.pm: $section/$part returned empty!\n";
130 print STDERR "*** getpart.pm: $section/$part returned data!\n";
135 print STDERR "*** getpart.pm: $section/$part returned empty!\n";
179 print STDERR "file $file wouldn't open!\n";
/external/abi-dumper/
DMakefile.pl92 print STDERR "ERROR: command is not selected (-install or -remove)\n";
120 print STDERR "ERROR: destdir is not absolute path\n";
125 print STDERR "ERROR: you should create destdir directory first\n";
131 …print STDERR "ERROR: you should create installation directory first (destdir + prefix):\n mkdir -…
139 print STDERR "ERROR: prefix is not absolute path\n";
144 print STDERR "ERROR: you should create prefix directory first\n";
159 print STDERR "ERROR: you should be root\n";
/external/llvm/utils/lit/tests/Inputs/shtest-shell/
Dredirects.txt21 # RUN: FileCheck --check-prefix=STDERR-WRITE < %t.stderr-write %s
23 # STDERR-WRITE-NOT: not-present
24 # STDERR-WRITE: a line on stderr
27 # RUN: FileCheck --check-prefix=STDERR-APPEND < %t.stderr-write %s
29 # STDERR-APPEND: a line on stderr
30 # STDERR-APPEND: a line on stderr
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Dindic.pl166 print STDERR "ERROR in $EXCEPTIONS_FILE - Duplicate remap entries for $from\n";
168 …print STDERR "ERROR in $EXCEPTIONS_FILE - Ignoring multichar remap: ", hexArray(@from), "->", hexA…
173 …print STDERR "ERROR in $EXCEPTIONS_FILE - Invalid remap; left side defined: ", hexArray(@from), "-…
175 …print STDERR "ERROR in $EXCEPTIONS_FILE - Invalid remap; right side undefined: ", hexArray(@from),…
184 print STDERR "$EXCEPTIONS_FILE: Loaded ", scalar keys %EXCEPTIONS, " remappings\n";
216 print STDERR "ERROR: Decomp mismatch for $from\n";
217 print STDERR " : $from = ", join(".", @$aref), "\n";
218 print STDERR " : $from = ", join(".", @to), "\n";
520 print STDERR "REMAP ", $REMAP{$remap}, " x $remap\n";
654 print STDERR "ERROR in $RBT_TEMPLATE: Unknown tag $tag\n";
[all …]
/external/llvm/test/MC/ARM/
Ddirective-arch-mode-switch.s2 @ RUN: FileCheck %s <%t --check-prefix=STDERR
10 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
17 @ STDERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb…
23 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
30 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
41 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
48 @ STDERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb…
/external/strace/
Dstrace-graph73 print STDERR "$0: $ARGV: cannot find start of resumed call on line $.";
103 print STDERR "$0: $ARGV: $.: cannot parse line.\n";
141 print STDERR "$0: $ARGV: $.: cannot parse string.\n";
150 print STDERR "$0: $ARGV: $.: unrecognized element.\n";
171 print STDERR "$0: $ARGV: $.: missing comma in array.\n";
185 print STDERR "$0: $ARGV: $.: struct field expected.\n";
193 print STDERR "$0: $ARGV: $.: missing comma in struct.\n";
204 print STDERR "$0: $ARGV: $.: missing comma.\n";
/external/abi-compliance-checker/
DMakefile.pl97 print STDERR "ERROR: command is not selected (-install or -remove)\n";
127 print STDERR "ERROR: destdir is not absolute path\n";
132 print STDERR "ERROR: you should create destdir directory first\n";
138 …print STDERR "ERROR: you should create installation directory first (destdir + prefix):\n mkdir -…
146 print STDERR "ERROR: prefix is not absolute path\n";
151 print STDERR "ERROR: you should create prefix directory first\n";
166 print STDERR "ERROR: you should be root\n";
/external/swiftshader/third_party/LLVM/tools/llvm-config/
Dfind-cycles.pl62 print STDERR "find-cycles.pl: Circular dependency between *.a files:\n";
63 print STDERR "find-cycles.pl: ", join(' ', @archives), "\n";
67 print STDERR "find-cycles.pl: Circular dependency between *.o files:\n";
68 print STDERR "find-cycles.pl: ", join(' ', @modules), "\n";
/external/clang/tools/scan-build/libexec/
Dccc-analyzer34 open OLDERR, ">&", \*STDERR;
39 open(STDERR, ">&", \*STDOUT);
46 open STDERR, ">&", \*OLDERR;
264 print STDERR "\n[LOCATION]: $dir\n";
273 print STDERR join(' ', @PrintArgs);
274 print STDERR "\n";
277 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
289 print STDERR $_;
461 print STDERR "$Compiler @ARGV\n";
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
DTest.pm120 close STDERR or die "Can't close stderr: $!";
121 open STDERR, '>', 'err.tmp' or die "Can't redirect stderr: $!";
128 close STDERR or die "Can't close stderr: $!";
129 open STDERR, '>&', $old_err or die "Can't restore stderr: $!";
/external/syslinux/diag/geodsp/
Dmk-lba-img.pl39 print(STDERR "Using stdin\n");
43 print(STDERR "Using $ifilen\n");
52 print(STDERR "Using $ofilen\n");
/external/jemalloc/bin/
Djeprof.in291 print STDERR "$msg\n\n";
292 print STDERR usage_string();
293 print STDERR "\nFATAL ERROR: $msg\n"; # just as a reminder
760 print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
773 print STDERR "Loading web page file:///$fname\n";
796 print STDERR "Could not load web browser.\n";
802 print STDERR "Starting '@KCACHEGRIND " . $fname . $bg . "'\n";
813 print STDERR "Welcome to jeprof! For help, type 'help'.\n";
828 print STDERR "(jeprof) ";
852 print STDERR "\n";
[all …]

12345