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

1234567891011>>

/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dtmpnam.c36 char *mktemp();
41 return(mktemp(s));
/macosx-10.10/apache-793/httpd/support/
H A Dcheck_forensic11 if test -f `which mktemp`; then
12 temp_create_method=mktemp
24 mktemp)
25 name=`mktemp -t $1.XXXXXX`
/macosx-10.10/xnu-2782.1.97/SETUP/
H A Dsetup.sh1 setup_tmp=`mktemp -d -t setup`
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dmktemp.c24 * mktemp,mkstemp implementation
27 #define mktemp ______mktemp macro
33 #undef mktemp macro
74 mktemp(char* buf) function
/macosx-10.10/BootCache-109/
H A Dconvert_playlist_to_logical_playlist.sh20 blocks=$(mktemp /tmp/blocks.XXXXXX)
21 files=$(mktemp /tmp/files.XXXXXX)
22 sorted=$(mktemp /tmp/sorted.XXXXXX)
/macosx-10.10/apache-793/httpd/build/
H A Dbsd_makefile26 tmpfile=`mktemp /tmp/bsd_makefile.XXXXXX 2>/dev/null` || tmpfile="tmp.$$"
H A Dsysv_makefile26 tmpfile=`mktemp /tmp/sysv_makefile.XXXXXX 2>/dev/null` || tmpfile="tmp.$$"
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dselect.sh31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
H A Dexit.sh31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
H A Dreadcsv.sh31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
H A Drestricted.sh31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/plugins/
H A Diosspeedtracer.sh3 TMPFILE=$(mktemp /var/tmp/iosspeedtracer-$$-XXXXXX)
4 TMPFILE2=$(mktemp /var/tmp/iosspeedtracer2-$$-XXXXXX)
/macosx-10.10/file_cmds-242/gzip/
H A Dgzexe39 tmp=`/usr/bin/mktemp -d /tmp/gzexeXXXXXXXXXX` || {
63 tmp=`mktemp /tmp/gzexeXXXXXXXXXX` || {
93 sh | mktemp | rm | echo | tail | gzip | chmod)
111 tmp=`mktemp /tmp/gzexeXXXXXXXXXX` || {
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A Dinstalltool51 use File::Temp qw/ :mktemp /;
76 $dest_tmp = mktemp ($dest . $template);
/macosx-10.10/vim-55/runtime/tools/
H A Dvimspell.sh20 OUTFILE=`mktemp -t vimspellXXXXXX || tempfile -p vimspell || echo none`
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dchoose-temp.c36 mktemp requires 6 trailing X's. */
46 program is exited if a temporary directory can't be found (@code{mktemp}
68 if (mktemp (temp_filename) == 0)
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dvcdiff87 rev1=`mktemp /tmp/geta.XXXXXXXX`
94 rev2=`mktemp /tmp/getb.XXXXXXXX`
/macosx-10.10/groff-38/groff/contrib/grap2graph/
H A Dgrap2graph.sh62 tmp=`(umask 077 && mktemp -d -q "$d/grap2graph-XXXXXX") 2> /dev/null` \
/macosx-10.10/shell_cmds-179/locate/locate/
H A Dconcatdb.sh59 bigrams=`mktemp ${TMPDIR=/tmp}/_bigrams.XXXXXXXXXX` || exit 1
H A Dupdatedb.sh33 export FCODES=`mktemp -t updatedb`
50 if ! TMPDIR=`mktemp -d $TMPDIR/locateXXXXXXXXXX`; then
/macosx-10.10/Heimdal-398.1.2/packages/mac/
H A Dmake-export.sh8 tmp=$(mktemp /tmp/update-header-XXXXXX)
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dmktemp.c2 /* Changes: Removed mktemp */
4 /* $OpenBSD: mktemp.c,v 1.30 2010/03/21 23:09:30 schwarze Exp $ */
22 /* OPENBSD ORIGINAL: lib/libc/stdio/mktemp.c */
110 __warn_references(mktemp,
111 "warning: mktemp() possibly used unsafely; consider using mkstemp()");
114 mktemp(char *path)
/macosx-10.10/bzip2-36/bzip2/
H A Dbzdiff42 tmp=`mktemp ${TMPDIR:-/tmp}/bzdiff.XXXXXXXXXX` || {
/macosx-10.10/groff-38/groff/contrib/eqn2graph/
H A Deqn2graph.sh66 tmp=`(umask 077 && mktemp -d -q "$d/eqn2graph-XXXXXX") 2> /dev/null` \
/macosx-10.10/groff-38/groff/contrib/pic2graph/
H A Dpic2graph.sh76 tmp=`(umask 077 && mktemp -d -q "$d/pic2graph-XXXXXX") 2> /dev/null` \

Completed in 289 milliseconds

1234567891011>>