Home
last modified time | relevance | path

Searched refs:TEMPDIR (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/regress/usr.sbin/ldapd/
Dcommon.pl16 $TEMPDIR = "./temp";
27 mkdir($TEMPDIR,0777);
28 die "$TEMPDIR is not a directory" unless -d $TEMPDIR;
52 my $log = $TEMPDIR . "/" . basename($0,'.t');
125 my $ldif = Net::LDAP::LDIF->new("$TEMPDIR/${test}-out.ldif","w", lowercase => 1);
145 ok(!compare_text("$TEMPDIR/${test}-out.ldif", "data/${test}-cmp.ldif"), "data/${test}-cmp.ldif");
/openbsd/src/regress/bin/ksh/main/
DMakefile10 TEMPDIR=${.OBJDIR} macro
12 TEMPDIR=/tmp macro
17 -C ${CATEGORIES} -T ${TEMPDIR}
/openbsd/src/gnu/usr.bin/perl/cpan/DB_File/t/
Ddb-threads.t28 my $TEMPDIR = tempdir( CLEANUP => 1 );
29 chdir $TEMPDIR;
Ddb-hash.t86 my $TEMPDIR = tempdir( CLEANUP => 1 );
87 chdir $TEMPDIR;
Ddb-recno.t152 my $TEMPDIR = tempdir( CLEANUP => 1 );
153 chdir $TEMPDIR;
Ddb-btree.t129 my $TEMPDIR = tempdir( CLEANUP => 1 );
130 chdir $TEMPDIR;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/
DFiles.pm33 $self->{+TEMPDIR} = File::Spec->canonpath($tmpdir);
53 my $tdir = $self->{+TEMPDIR};
61 my $tempdir = $self->{+TEMPDIR};
94 my $tdir = $self->{+TEMPDIR};
156 my $tempdir = $self->{+TEMPDIR};
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/
Dipc_files_abort_exit.t33 print "TEMPDIR: $tmpdir\n";
52 if(ok($stdout =~ m/^TEMPDIR: (.*)$/m, "Found temp dir")) {
/openbsd/src/gnu/usr.bin/cvs/doc/
Dcvs.info-784 `-T TEMPDIR'
85 Put temporary files in TEMPDIR. See *Note Global options::.
Dcvs.info-5405 `-T TEMPDIR'
406 Use TEMPDIR as the directory where temporary files are located.
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DPath.inc1430 const char *EnvironmentVariables[] = {"TMPDIR", "TMP", "TEMP", "TEMPDIR"};