Searched refs:mktemp (Results 1 - 25 of 436) sorted by relevance

1234567891011>>

/netbsd-current/tools/mktemp/
H A DMakefile3 HOSTPROGNAME= ${_TOOL_PREFIX}mktemp
4 HOST_SRCDIR= usr.bin/mktemp
/netbsd-current/usr.bin/mktemp/
H A DMakefile3 PROG= mktemp
/netbsd-current/external/gpl2/xcvs/dist/
H A Dmktemp.sh0 # mktemp
24 # the BSD mktemp function for systems that do not support mktemp. It
28 mktemp() { function
/netbsd-current/lib/libc/stdio/
H A Dmktemp.c1 /* $NetBSD: mktemp.c,v 1.20 2012/03/15 18:22:30 christos Exp $ */
36 static char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93";
38 __RCSID("$NetBSD: mktemp.c,v 1.20 2012/03/15 18:22:30 christos Exp $");
53 __warn_references(mktemp,
54 "warning: mktemp() possibly used unsafely, use mkstemp() or mkdtemp()")
57 mktemp(char *path) function
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dtestit.sh3 tmp=$(mktemp -d ../netpgpverify-test.XXXXXX)
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/
H A Dgen_dynamic_list.sh45 tmpfile1=`mktemp /tmp/${0##*/}.XXXXXX` || exit 1
46 tmpfile2=`mktemp /tmp/${0##*/}.XXXXXX` || exit 1
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dindex-cache-load-twice.exp21 lassign [remote_exec host mktemp -d] ret cache_dir
23 # The output of mktemp contains an end of line, remove it.
/netbsd-current/share/terminfo/
H A Dimport20 TMP=$(mktemp -d /tmp/import-terminfo)
/netbsd-current/usr.bin/gzip/
H A Dgzexe38 tmp=`/usr/bin/mktemp -d /tmp/gzexeXXXXXXXXXX` || {
62 tmp=`mktemp /tmp/gzexeXXXXXXXXXX` || {
92 sh | mktemp | rm | echo | tail | gzip | chmod)
110 tmp=`mktemp /tmp/gzexeXXXXXXXXXX` || {
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dchoose-temp.c39 mktemp requires 6 trailing X's. */
49 program is exited if a temporary directory can't be found (@code{mktemp}
71 if (mktemp (temp_filename) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dchoose-temp.c39 mktemp requires 6 trailing X's. */
49 program is exited if a temporary directory can't be found (@code{mktemp}
71 if (mktemp (temp_filename) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dchoose-temp.c39 mktemp requires 6 trailing X's. */
49 program is exited if a temporary directory can't be found (@code{mktemp}
71 if (mktemp (temp_filename) == 0)
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dchoose-temp.c39 mktemp requires 6 trailing X's. */
49 program is exited if a temporary directory can't be found (@code{mktemp}
71 if (mktemp (temp_filename) == 0)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dchoose-temp.c39 mktemp requires 6 trailing X's. */
49 program is exited if a temporary directory can't be found (@code{mktemp}
71 if (mktemp (temp_filename) == 0)
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dchoose-temp.c39 mktemp requires 6 trailing X's. */
49 program is exited if a temporary directory can't be found (@code{mktemp}
71 if (mktemp (temp_filename) == 0)
/netbsd-current/external/bsd/kyua-atf-compat/
H A Dprepare-import.sh65 local old_list=$(mktemp -t kyua-atf-compat-import.XXXXXX)
66 local new_list=$(mktemp -t kyua-atf-compat-import.XXXXXX)
67 local diff=$(mktemp -t kyua-atf-compat-import.XXXXXX)
/netbsd-current/external/bsd/kyua-cli/
H A Dprepare-import.sh70 local old_list=$(mktemp -t kyua-cli-import.XXXXXX)
71 local new_list=$(mktemp -t kyua-cli-import.XXXXXX)
72 local diff=$(mktemp -t kyua-cli-import.XXXXXX)
/netbsd-current/external/bsd/kyua-testers/
H A Dprepare-import.sh70 local old_list=$(mktemp -t kyua-testers-import.XXXXXX)
71 local new_list=$(mktemp -t kyua-testers-import.XXXXXX)
72 local diff=$(mktemp -t kyua-testers-import.XXXXXX)
/netbsd-current/external/bsd/lutok/
H A Dprepare-import.sh70 local old_list=$(mktemp -t lutok-import.XXXXXX)
71 local new_list=$(mktemp -t lutok-import.XXXXXX)
72 local diff=$(mktemp -t lutok-import.XXXXXX)
/netbsd-current/external/bsd/tmux/
H A Dprepare-import.sh61 local old_list=$(mktemp -t tmux-import.XXXXXX)
62 local new_list=$(mktemp -t tmux-import.XXXXXX)
63 local diff=$(mktemp -t tmux-import.XXXXXX)
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dclvmd_fix_conf.sh55 SCRIPTFILE=`mktemp -t lvmscript.XXXXXXXXXX`
56 TMPFILE=`mktemp -t lvmtmp.XXXXXXXXXX`
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_mkdtemp.c46 if (mktemp(path) == NULL) {
/netbsd-current/etc/
H A Dmonthly22 MONTHLYDIR=$(mktemp -d -t _monthly) || exit 1
/netbsd-current/external/gpl2/groff/dist/contrib/grap2graph/
H A Dgrap2graph.sh62 tmp=`(umask 077 && mktemp -d -q "$d/grap2graph-XXXXXX") 2> /dev/null` \
/netbsd-current/external/gpl3/gcc/dist/maintainer-scripts/
H A Dupdate_version_git18 BASEDIR=`mktemp -d`

Completed in 345 milliseconds

1234567891011>>