Lines Matching refs:tempdir
336 until (mkdir(($tempdir = sprintf("%s%03d", $temps, $tempi)), 0700)) {
339 die "$prog: couldn't cd to $tempdir - $!\n" if !chdir($tempdir);
363 $tempdir = "${temp_dir}/rtd";
364 mkdir($tempdir, 0700) or die "$prog: couldn't mkdir $tempdir - $!\n";
406 &scrub_dir($tempdir) if defined $tempdir;
407 rmdir($tempdir) if defined $tempdir;
485 return undef if !&scrub_dir($tempdir);
498 if (!chdir($tempdir)) {
499 print STDERR "$prog: couldn't cd to $tempdir - $!\n";