Searched refs:mktemp (Results 26 - 50 of 437) sorted by relevance

1234567891011>>

/netbsd-current/bin/sh/
H A Dmkoptions.sh23 E_FILE=$(${MKTEMP:-mktemp} "${TMPDIR:-/tmp}/MKO.E.$$.XXXXXX") || exit 1
24 O_FILE=$(${MKTEMP:-mktemp} "${TMPDIR:-/tmp}/MKO.O.$$.XXXXXX") || {
30 E_FILE=$(${MKTEMP:-mktemp}) || exit 1
31 O_FILE=$(${MKTEMP:-mktemp}) || { rm -f "${E_FILE}"; exit 1; }
/netbsd-current/usr.bin/spell/spell/
H A Dspell.sh41 TMP=`mktemp /tmp/spell.XXXXXXXX` || exit 1
69 v) VTMP=`mktemp /tmp/spell.XXXXXXXX` || {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
H A Dar_to_bc.sh25 SCRATCH_DIR=$(mktemp -d)
/netbsd-current/external/gpl3/gcc/dist/maintainer-scripts/
H A Dgenerate_libstdcxx_web_docs36 WORKDIR=`mktemp -d $PWD/build.XXXXXX`
37 DESTDIR=`mktemp -d $PWD/dest.XXXXXX`
/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dgenerate_libstdcxx_web_docs36 WORKDIR=`mktemp -d $PWD/build.XXXXXX`
37 DESTDIR=`mktemp -d $PWD/dest.XXXXXX`
/netbsd-current/external/gpl2/xcvs/dist/
H A DMakefile.am45 mktemp.sh \
/netbsd-current/usr.bin/unifdef/
H A Dunifdefall.sh11 tmp=`mktemp -d -t $basename` || exit 2
/netbsd-current/external/gpl2/groff/dist/contrib/eqn2graph/
H A Deqn2graph.sh66 tmp=`(umask 077 && mktemp -d -q "$d/eqn2graph-XXXXXX") 2> /dev/null` \
/netbsd-current/external/gpl2/groff/dist/contrib/pic2graph/
H A Dpic2graph.sh76 tmp=`(umask 077 && mktemp -d -q "$d/pic2graph-XXXXXX") 2> /dev/null` \
/netbsd-current/external/bsd/bzip2/dist/
H A Dbzdiff52 tmp=`mktemp "${TMPDIR:-/tmp}"/bzdiff.XXXXXXXXXX` || {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/contrib/
H A Dwords.sh89 awkfile=$(mktemp)
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dprepare-commit-msg54 f=$(mktemp /tmp/git-commit.XXXXXX) || exit 1
/netbsd-current/external/gpl3/gdb/dist/gdb/contrib/
H A Dwords.sh89 awkfile=$(mktemp)
/netbsd-current/lib/libc/stdio/
H A DMakefile.inc25 SRCS+= gets.c vsprintf.c tempnam.c tmpnam.c mktemp.c
30 fseek.3 funopen.3 fwide.3 getc.3 getdelim.3 getwc.3 mktemp.3 printf.3 \
48 MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3
49 MLINKS+=mktemp.3 mkostemp.3 mktemp.3 mkostemps.3
50 MLINKS+=mktemp.3 mkstemps.3
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dstdlib.d281 char* mktemp(char*); // LEGACY
323 char* mktemp(char*); // LEGACY
374 char* mktemp(char*); // LEGACY
415 char* mktemp(char*); // LEGACY
456 char* mktemp(char*); // LEGACY
497 char* mktemp(char*); // LEGACY
538 char* mktemp(char*); // LEGACY
562 char* mktemp(char*); // LEGACY
591 char* mktemp(char*); // LEGACY
643 char* mktemp(cha
[all...]
/netbsd-current/usr.bin/lorder/
H A Dlorder.sh48 : ${MKTEMP:=mktemp}
/netbsd-current/etc/
H A Dweekly29 WEEKLYDIR=$(mktemp -d -t _weekly) || exit 1
53 # TDIR=$(mktemp -d -t _checkout) || exit 1
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dper-bfd-sharing.exp30 lassign [remote_exec host mktemp -d] ret cache_dir
32 # The output of mktemp contains an end of line, remove it.
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dtestcrypto.sh79 dir=$(mktemp -d "$TMPDIR/XXXXXX")
/netbsd-current/external/bsd/libbind/dist/bsd/
H A Dmktemp.c4 static const char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93";
5 static const char rcsid[] = "Id: mktemp.c,v 1.2 2005/04/27 04:56:11 sra Exp ";
89 mktemp(char *path) { function
/netbsd-current/external/bsd/nvi/dist/clib/
H A Dmkstemp.c37 static const char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93";
65 mktemp(char *path) function
/netbsd-current/usr.bin/gzip/
H A Dzdiff129 tmp=`mktemp -t z$prog.XXXXXXXXXX` || exit 1
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/
H A Danalyze_libtsan.sh30 OUTPUT_DIR=$(mktemp -t -d analyze_libtsan_out.XXXXXXXX)
/netbsd-current/external/mit/libcbor/dist/
H A Drelease.sh18 OUTDIR=$(mktemp -d)
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Dcsharpcomp.sh.in48 # Use the mktemp program if available. If not available, hide the error
50 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/gtXXXXXX") 2>/dev/null` &&

Completed in 599 milliseconds

1234567891011>>