Home | History | Annotate | Download | only in src

Lines Matching refs:tempdir

306 until (mkdir(($tempdir = sprintf("%s%03d", $temps, $tempi)), 0700)) {
309 die "$prog: couldn't cd to $tempdir - $!\n" if !chdir($tempdir);
332 $tempdir = "${temp_dir}/rtd";
333 mkdir($tempdir, 0700) or die "$prog: couldn't mkdir $tempdir - $!\n";
375 &scrub_dir($tempdir) if defined $tempdir;
376 rmdir($tempdir) if defined $tempdir;
454 return undef if !&scrub_dir($tempdir);
467 if (!chdir($tempdir)) {
468 print STDERR "$prog: couldn't cd to $tempdir - $!\n";