Home
last modified time | relevance | path

Searched refs:tmpdir (Results 76 – 100 of 181) sorted by relevance

12345678

/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/
H A DFiles.pm25 my $tmpdir = File::Temp::tempdir(
31 $self->abort_trace("Could not get a temp dir") unless $tmpdir;
33 $self->{+TEMPDIR} = File::Spec->canonpath($tmpdir);
35 print STDERR "\nIPC Temp Dir: $tmpdir\n\n"
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dseveral_authors.t65 my $tmpdir = tempdir( DIR => '../t', CLEANUP => 1 );
67 chdir $tmpdir;
H A Drecurs.t51 my $tmpdir = tempdir( DIR => '../t', CLEANUP => 1 );
53 chdir $tmpdir;
H A DINST.t26 my $tmpdir = tempdir( DIR => '../t', CLEANUP => 1 );
28 chdir $tmpdir;
H A Dwritemakefile_args.t25 my $tmpdir = tempdir( DIR => '../t', CLEANUP => 1 );
27 chdir $tmpdir;
H A D04-xs-rpath-darwin.t37 my $tmpdir = tempdir( DIR => '.', CLEANUP => 1 );
46 _chdir($tmpdir);
H A Dbuild_man.t29 my $tmpdir = tempdir( DIR => '../t', CLEANUP => 1 );
31 chdir $tmpdir;
H A DINST_PREFIX.t28 my $tmpdir = tempdir( DIR => '../t', CLEANUP => 1 );
30 chdir $tmpdir;
/openbsd/gnu/usr.bin/perl/cpan/Module-Metadata/t/
H A Dextract-package.t134 my $tmpdir = GeneratePackage::tmpdir();
145 …my $pm_info = Module::Metadata->new_from_file(generate_file(File::Spec->catfile($tmpdir, "Simple${…
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dsave-load.t80 my $tmpdir = File::Temp->newdir();
81 my $metafile = File::Spec->catfile( $tmpdir, 'META.json' );
105 my $metayml = File::Spec->catfile( $tmpdir, 'META.yml' );
/openbsd/usr.bin/sed/TEST/
H A Dsed.test448 rm -rf tmpdir
449 mkdir tmpdir
451 cat tmpdir/*
452 rm -rf tmpdir
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DHostInfoBase.cpp287 llvm::SmallVector<char, 16> tmpdir; in ComputeTempFileBaseDirectory() local
288 llvm::sys::path::system_temp_directory(/*ErasedOnReboot*/ true, tmpdir); in ComputeTempFileBaseDirectory()
289 file_spec = FileSpec(std::string(tmpdir.data(), tmpdir.size())); in ComputeTempFileBaseDirectory()
/openbsd/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/t/
H A DOpenBSD-MkTemp.t19 my $tmpdir = $ENV{TMPDIR} || "/tmp";
20 my $top_base = "$tmpdir/test.";
25 BAIL_OUT("unable to create test directory: $!\n(is $tmpdir unwritable?)");
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DInstall.t32 my $tmpdir = tempdir( DIR => 't', CLEANUP => 1 );
33 chdir $tmpdir;
H A DInstallapi2.t30 my $tmpdir = tempdir( DIR => 't', CLEANUP => 1 );
31 chdir $tmpdir;
/openbsd/usr.bin/sdiff/
H A Dextern.h9 extern const char *tmpdir;
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dmike-g++.exp68 global tmpdir
96 set output_file "$tmpdir/[file tail [file rootname $src_code]]"
H A Dmike-g77.exp71 global tmpdir
103 set output_file "$tmpdir/[file tail [file rootname $src_code]]"
H A Dmike-gcc.exp68 global tmpdir
100 set output_file "$tmpdir/[file tail [file rootname $src_code]]"
/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Dkill3.t39 my $tmp = File::Spec->tmpdir();
81 my $tmp = File::Spec->tmpdir();
/openbsd/gnu/usr.bin/texinfo/po/
H A DMakefile.in.in331 tmpdir=`pwd`; \
336 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
337 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
338 rm -f $$tmpdir/$$lang.new.po; \
340 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
343 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
349 rm -f $$tmpdir/$$lang.new.po; \
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/
H A Dvlad.exp65 global tmpdir tool srcdir output
200 set outfile_name "$tmpdir/$basename.$out_suffix"
/openbsd/gnu/usr.bin/perl/dist/PathTools/t/
H A DSpec-taint.t15 eval { $ret = File::Spec->tmpdir };
/openbsd/usr.bin/mail/
H A Dquit.c112 "%s/mail.RqXXXXXXXXXX", tmpdir); in quit()
194 "%s/mail.RmXXXXXXXXXX", tmpdir); in quit()
415 tmpdir); in edstop()
H A Dedit.c132 warn("%s", tmpdir); in edit1()
157 "%s/mail.ReXXXXXXXXXX", tmpdir); in run_editor()

12345678