Home | History | Annotate | Download | only in src

Lines Matching refs:tempdir

236 $tempdir = "/tmp/rtd$$";
300 die "$prog: couldn't make directory $tempdir - $!\n" if !mkdir($tempdir, 0777);
358 &scrub_dir($tempdir) if defined $tempdir;
359 rmdir($tempdir) if defined $tempdir;
447 return undef if !&scrub_dir($tempdir);
449 if (!chdir($tempdir)) {
450 print STDERR "$prog: couldn't cd to $tempdir - $!\n";