Lines Matching refs:out_file
42 my $out_file; # path to output archive
81 replace_file($tmp_out_file, $out_file);
82 print_message("packing $out_file finished.");
84 print_message("$out_file up to date. nothing to do.");
99 '-o=s' => \$out_file,
110 if ( $opt_help || !$success || !$out_file || !$global_path
121 $tmp_out_file="$out_file"."$$".$ENV{INPATH};
125 my $out_dir = dirname($out_file);
293 if ( -e $out_file ) {
294 $reference_stamp = (stat($out_file))[9];
295 print_message("found $out_file with $reference_stamp ...") if $verbose;