Lines Matching refs:logfile
40 my $logfile;
54 $logfile = $ARGV[0] . '/' . $default_logpath;
65 $logfile = $ARGV[0];
68 $logfile = $default_logfile;
70 $logfile = $default_logpath;
75 # climb the tree, removing one parent at a time to find the logfile
77 $logfile = File::Spec->catfile( @dirtree, $default_logpath);
78 last if ( -f $logfile);
79 # print "$logfile not found\n";
88 if (defined $logfile) {
90 my $LOGFILE = check_make_log($logfile, \$make_errors);
142 # Input: string containing name of logfile
146 my ($logfile, $error_count_ref) = @_;
148 open my $LOGFILE, '<', $logfile
149 or die "Can't open '$logfile': $OS_ERROR";
151 print "Scanning $logfile for error messages...\n\n";
247 my $logfile_sb = stat($logfile);
263 my $path_to_check = $logfile;
273 $path_to_check = $logfile;
278 $path_to_check = $logfile;
296 my ($logfile, $logtype) = @_;
298 open my $PKGLOG, '<', $logfile
299 or die "Can't open '$logfile': $OS_ERROR";
324 my $PKGLOG = check_make_log($logfile, \$ips_count_errors);
339 open my $PKGLOG, '<', $logfile
340 or die "Can't open '$logfile': $OS_ERROR";