Home
last modified time | relevance | path

Searched refs:tempdir (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/src/external/ibm-public/postfix/dist/
Dpostfix-install318 rm -f $tempdir/junk || exit 1
320 cp $src $tempdir/junk || exit 1
321 test -z "$keep_build_mtime" || touch -r $src $tempdir/junk || exit 1
322 mv -f $tempdir/junk $dst || exit 1
461 : ${tempdir=`pwd`}
466 test -z "$non_interactive" && for name in install_root tempdir config_directory
631 test -d $tempdir || mkdir -p $tempdir || exit 1
633 trap "rm -f $tempdir/junk" 0 1 2 3 15
635 ( rm -f $tempdir/junk && touch $tempdir/junk ) || {
636 echo $0: Error: you have no write permission to $tempdir. 1>&2
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/contrib/ari/
Dcreate-web-ari-in-src.sh43 if [ -z "${tempdir}" ] ; then
45 tempdir=$TMP/create-ari
47 tempdir=$TEMP/create-ari
49 tempdir=/tmp/create-ari
75 ${SHELL} ${scriptpath}/update-web-ari.sh ${srcdir} ${tempdir} ${webdir} gdb
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_disk_entry_from_file.c341 const char *name, *tempdir; in setup_mac_metadata() local
360 tempdir = NULL; in setup_mac_metadata()
362 tempdir = getenv("TMPDIR"); in setup_mac_metadata()
363 if (tempdir == NULL) in setup_mac_metadata()
364 tempdir = _PATH_TMP; in setup_mac_metadata()
366 archive_strcpy(&tempfile, tempdir); in setup_mac_metadata()
/netbsd/src/external/bsd/kyua-cli/dist/utils/fs/
Doperations_test.cpp291 const fs::path tempdir = fs::mkdtemp(dir_template); in ATF_TEST_CASE_BODY() local
293 ATF_REQUIRE(lookup("tmp", tempdir.leaf_name().c_str(), DT_DIR)); in ATF_TEST_CASE_BODY()
/netbsd/src/external/gpl3/binutils/dist/gold/
Dplugin.cc527 char* tempdir = new char[len]; in init() local
528 memcpy(tempdir, dir_template, len); in init()
531 std::string logname(tempdir); in init()
537 this->tempdir_ = tempdir; in init()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dconfigure.ac2103 tempdir=build.$$
2104 rm -rf $tempdir
2105 mkdir $tempdir
2106 cd $tempdir
2123 --build=$build_alias || exit # retaining $tempdir
2129 rm -rf $tempdir
Dconfigure12999 tempdir=build.$$
13000 rm -rf $tempdir
13001 mkdir $tempdir
13002 cd $tempdir
13025 rm -rf $tempdir
/netbsd/src/external/gpl3/binutils/dist/binutils/po/
Did.po3187 msgid "cannot create tempdir for archive copying (error: %s)"
3188 msgstr "tidak dapat membuat tempdir untuk archive menyalin (error: %s)"
Dfi.po4458 msgid "cannot create tempdir for archive copying (error: %s)"
4459 msgstr "tempdir-hakemiston luominen arkiston kopiointiin (virhe: %s) epäonnistui"
Dhr.po3721 msgid "cannot create tempdir for archive copying (error: %s)"
Dsk.po3069 msgid "cannot create tempdir for archive copying (error: %s)"
Dzh_CN.po4343 msgid "cannot create tempdir for archive copying (error: %s)"
Dda.po3424 msgid "cannot create tempdir for archive copying (error: %s)"
Dpt.po5614 msgid "cannot create tempdir for archive copying (error: %s)"
5615 msgstr "impossível criar tempdir para cópia do arquivo (erro: %s)"
Dzh_TW.po5324 msgid "cannot create tempdir for archive copying (error: %s)"
Dit.po3555 msgid "cannot create tempdir for archive copying (error: %s)"
Dbinutils.pot5790 msgid "cannot create tempdir for archive copying (error: %s)"
Dbg.po5670 msgid "cannot create tempdir for archive copying (error: %s)"
Dru.po5680 msgid "cannot create tempdir for archive copying (error: %s)"
Dja.po5514 msgid "cannot create tempdir for archive copying (error: %s)"
Dvi.po3966 msgid "cannot create tempdir for archive copying (error: %s)"
Dsr.po5869 msgid "cannot create tempdir for archive copying (error: %s)"
Duk.po5928 msgid "cannot create tempdir for archive copying (error: %s)"
/netbsd/src/external/gpl2/xcvs/dist/doc/
Dcvs.texinfo8312 @item -T @var{tempdir}
8313 Use @var{tempdir} as the directory where temporary files are
12080 @item -T @var{tempdir}
12081 Put temporary files in @var{tempdir}. See @ref{Global
/netbsd/src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/
Dcvs.texinfo13009 @item -T @var{tempdir}
13010 Use @var{tempdir} as the directory where temporary files are
16632 @c <en>@item -T @var{tempdir}
16633 @item -T @var{tempdir}
16634 @c <en>Put temporary files in @var{tempdir}. See @ref{Global
16636 Put temporary files in @var{tempdir}. See

12