Lines Matching refs:out_file
39 my $out_file; # path to output archive
67 replace_file($tmp_out_file, $out_file);
68 print_message("packing $out_file finished.");
70 print_message("$out_file up to date. nothing to do.");
83 '-o=s' => \$out_file,
89 if ( $opt_help || !$success || !$out_file || !$files_path )
96 $tmp_out_file="$out_file"."$$".$ENV{INPATH};
100 my $out_dir = dirname($out_file);
150 if ( -e $out_file ) {
151 $reference_stamp = (stat($out_file))[9];
152 print_message("found $out_file with $reference_stamp ...") if $verbose;