• Home
  • Raw
  • Download

Lines Matching refs:STDERR

245     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";
553 print STDERR "$prog: couldn't open $tempo in child - $!\n";
557 if (!open(STDERR, "> $tempe")) {
561 binmode(STDERR);
586 print STDERR "$prog: couldn't execute $test_prog - $!\n";
601 print STDERR "$prog: error waiting for child - $!\n";
660 print STDERR "$prog:$test{':long-name'}: error running perl-cleanup - $@\n";
666 print STDERR "$prog: couldn't cd to $pwd - $!\n";
727 print STDERR "$prog: couldn't open directory $dir - $!\n";
739 print STDERR "$prog: couldn't rmdir $file - $!\n";
744 print STDERR "$prog: couldn't unlink $file - $!\n";
758 print STDERR "$prog: can't open $file - $!\n";
764 print STDERR "$prog: error writing $file - $!\n";
779 print STDERR "$prog:$name($what): couldn't open $file after running program - $!\n";
800 print STDERR "$prog:$name($what): error evaluating $what pattern: $expect_pat - $@\n";
923 print STDERR "$prog:$test{':long-name'}: bad expected-exit expression: $expect ($@)\n";
945 print STDERR "$prog:$file:$.: unrecognised line \"$_\"\n";
952 print STDERR "$prog:$file:$.: unrecognised field \"$field\"\n";
961 print STDERR "$prog:$file:$.: multiple \"$field\" fields\n";
976 print STDERR
1002 print STDERR
1008 print STDERR
1013 print STDERR
1019 print STDERR
1028 print STDERR
1039 print STDERR
1046 print STDERR
1051 print STDERR
1056 print STDERR
1061 print STDERR
1066 print STDERR
1072 print STDERR
1081 print STDERR
1087 print STDERR
1098 print STDERR
1107 print STDERR
1119 print STDERR
1129 print STDERR
1139 print STDERR
1151 …print STDERR "$prog:$test{':long-name'}: arguments field doesn't start and end with the same chara…
1159 …print STDERR "$prog:$test{':long-name'}: env-setup field doesn't start and end with the same chara…
1168 print STDERR "$prog:$test{':long-name'}: expected-exit value $val not in 0..255\n";
1172 print STDERR "$prog:$test{':long-name'}: bad expected-exit expression: $val\n";
1181 …print STDERR "$prog:$test{':long-name'}: can't use both expected-stdout and expected-stdout-patter…
1187 …print STDERR "$prog:$test{':long-name'}: can't use both expected-stderr and expected-stderr-patter…
1192 print STDERR
1201 print STDERR "$prog:$test{':long-name'}: warning: duplicate test name ${test{'name'}}\n";
1288 …print STDERR "$prog:$test{':long-name'}: file-result test for directory $name should not have cont…
1300 …print STDERR "$prog:$test{':long-name'}: file-result test for $type $name failed - could not readl…
1319 print STDERR $Usage;