Searched refs:tempfile (Results 1 - 25 of 139) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/Class-DBI/t/testlib/
H A DCDBase.pm6 use File::Temp qw/tempfile/;
7 my (undef, $DB) = tempfile();
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/t/testlib/
H A DCDBase.pm6 use File::Temp qw/tempfile/;
7 my (undef, $DB) = tempfile();
/macosx-10.9.5/dtrace-118.1/test/tst/common/dtraceUtil/
H A Dtst.AddSearchPath.d.ksh64 tempfile=/tmp/test.h
65 echo "#define VALUE 1520" > $tempfile
77 /bin/rm -f $tempfile
79 /usr/bin/rm -f $tempfile
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_tempfile.rb2 require 'tempfile'
8 @tempfile = nil
11 def tempfile(*args, &block) method in class:TestTempfile
13 @tempfile = (t unless block)
17 if @tempfile
18 @tempfile.close!
23 t = tempfile("foo")
31 t = tempfile("foo")
40 subdir = File.join(Dir.tmpdir, "tempfile-test-#{rand}")
43 tempfile
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dcheck_forensic13 elif test -f `which tempfile`; then
14 temp_create_method=tempfile
27 tempfile)
28 name=`tempfile --prefix=$1`
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_encoding.rb10 @tempfile = Tempfile.new 'test_rdoc_encoding'
14 @tempfile.write "hi everybody"
15 @tempfile.flush
17 assert_equal "hi everybody", RDoc::Encoding.read_file(@tempfile.path, nil)
25 @tempfile.write expected
26 @tempfile.flush
28 contents = RDoc::Encoding.read_file @tempfile.path, Encoding::UTF_8
40 @tempfile.write content
41 @tempfile.flush
43 contents = RDoc::Encoding.read_file @tempfile
[all...]
H A Dtest_rdoc_parser_markdown.rb10 @tempfile = Tempfile.new self.class.name
11 filename = @tempfile.path
22 @tempfile.close
H A Dtest_rdoc_parser_rd.rb10 @tempfile = Tempfile.new self.class.name
11 filename = @tempfile.path
22 @tempfile.close
H A Dtest_rdoc_parser_simple.rb8 @tempfile = Tempfile.new self.class.name
9 filename = @tempfile.path
20 @tempfile.close
H A Dtest_rdoc_markup_pre_process.rb10 @tempfile = Tempfile.new 'test_rdoc_markup_pre_process'
11 @file_name = File.basename @tempfile.path
12 @dir = File.dirname @tempfile.path
20 @tempfile.close
36 @tempfile.write <<-INCLUDE
43 @tempfile.flush
44 @tempfile.rewind
59 @tempfile.write <<-INCLUDE
65 @tempfile.flush
66 @tempfile
[all...]
/macosx-10.9.5/Heimdal-323.92.1/tests/db/
H A Dadd-modify-delete.in86 ${kadmin} get foo > tempfile || exit 1
88 ${EGREP} " *Principal: foo@EXAMPLE.ORG$" tempfile > /dev/null || exit 1
90 ${EGREP} " *Kvno: 1$" tempfile > /dev/null || exit 1
92 ${EGREP} " *Failed login count: 0$" tempfile > /dev/null || exit 1
94 ${EGREP} " *Modifier: kadmin/admin@EXAMPLE.ORG$" tempfile > /dev/null || exit 1
96 ${EGREP} " *Attributes: $" tempfile > /dev/null || exit 1
98 ${EGREP} " *Max renewable life: 1 week$" tempfile > /dev/null || exit 1
103 ${kadmin} get foo > tempfile || exit 1
104 ${EGREP} " *Max renewable life: 2 months$" tempfile > /dev/null || exit 1
108 ${kadmin} get host/datan.example.org > tempfile || exi
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/release/
H A Dmerge.sh61 tempfile=`mktemp /tmp/merge.XXXXXX` || exit 1
63 echo "Merging r$rev:" > $tempfile
64 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1
72 svn commit -F $tempfile || exit 1
73 rm -f $tempfile
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dtestcgi.c54 printf(" tempfile=\"%s\"\n", file->tempfile);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dreadelf.exp248 set tempfile [remote_download host tmpdir/testprog.o]
251 send_log "exec $READELF $READELFFLAGS -wi $tempfile > readelf.out\n"
252 catch "exec $READELF $READELFFLAGS -wi $tempfile > readelf.out" got
257 file_on_host delete $tempfile
329 set tempfile tmpdir/bintest.o
331 set tempfile [remote_download host tmpdir/bintest.o]
335 readelf_find_size $tempfile
338 readelf_test -h $tempfile readelf.h {}
339 readelf_test -S $tempfile readelf.s {}
340 readelf_test -s $tempfile readel
[all...]
/macosx-10.9.5/vim-53/runtime/tools/
H A Dvimspell.sh20 OUTFILE=`mktemp -t vimspellXXXXXX || tempfile -p vimspell || echo none`
/macosx-10.9.5/emacs-92/emacs/src/
H A Dcallproc.c159 /* for MSDOS fdpid is really (fd . tempfile) */
239 char *outf, *tempfile;
243 char *tempfile;
445 strcpy (tempfile = alloca (strlen (outf) + 20), outf);
448 tempfile = alloca (20);
449 *tempfile = '\0';
451 dostounix_filename (tempfile);
452 if (*tempfile == '\0' || tempfile[strlen (tempfile)
238 char *outf, *tempfile; variable
242 char *tempfile; variable
450 dostounix_filename (tempfile); variable
454 mktemp (tempfile); variable
471 bcopy (SDATA (Vtemp_file_name_pattern), tempfile, variable
474 mktemp (tempfile); variable
549 unlink (tempfile); variable
598 unlink (tempfile); variable
630 unlink (tempfile); variable
1074 char *tempfile; variable
1089 dostounix_filename (tempfile); variable
1091 unixtodos_filename (tempfile); variable
1098 char *tempfile = (char *) alloca (SBYTES (Vtemp_file_name_pattern) + 1); variable
1099 bcopy (SDATA (Vtemp_file_name_pattern), tempfile, variable
1119 mktemp (tempfile); variable
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/
H A D28-readonly-return.t20 use File::Temp qw( tempfile );
24 my $fh = tempfile();
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dtempfile.rb2 # tempfile - manipulates temporary files
4 # $Id: tempfile.rb 43229 2013-10-09 16:11:16Z nagachika $
21 # require 'tempfile'
320 tempfile = new(*args)
324 yield(tempfile)
326 tempfile.close
329 tempfile
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddos-w32.el300 (tempfile
322 (write-region start end tempfile nil 0)
324 tempfile (concat "P=" printer)))
339 (write-region start end tempfile nil 0))
341 (concat "/D:" printer) tempfile))
346 (write-region start end tempfile nil 0)
347 (setq rest (append rest (list tempfile)))
360 (write-region start end tempfile nil 0)
363 (format "copy /b %s %s" tempfile printer))))
367 ;; ensure we remove the tempfile i
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/eg/benchmarks/
H A Dsimple11 use File::Temp qw(tempfile);
13 my($tmp_fh, $tmp_file) = tempfile( UNLINK => 1 );
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/PurePerl/Reader/
H A DURI.pm8 use File::Temp qw(tempfile);
37 my $fh = tempfile();
/macosx-10.9.5/file_cmds-230/pax/
H A Dpax.c110 char *tempfile; /* tempfile to use for mkstemp(3) */ variable
111 char *tempbase; /* basename of tempfile to use for mkstemp(3) */
259 tempfile = malloc(tdlen + 1 + sizeof(_TFILE_BASE));
260 if (tempfile == NULL) {
265 memcpy(tempfile, tmpdir, tdlen);
266 tempbase = tempfile + tdlen;
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Duudecode.el81 (let ((cbuf (current-buffer)) tempfile firstline status)
93 (setq tempfile (if file-name
110 (insert "begin 600 " (file-name-nondirectory tempfile) "\n")
112 (cd (file-name-directory tempfile))
122 (if (file-exists-p tempfile)
127 (insert-file-contents-literally tempfile)))
129 (ignore-errors (or file-name (delete-file tempfile))))))
/macosx-10.9.5/file_cmds-230/install/
H A Dxinstall.c283 char backup[MAXPATHLEN], *p, pathbuf[MAXPATHLEN], tempfile[MAXPATHLEN]; local
340 to_fd = create_tempfile(to_name, tempfile,
341 sizeof(tempfile));
343 err(EX_OSERR, "%s", tempfile);
354 tempcopy ? tempfile : to_name, from_sb.st_size);
358 strip(tempcopy ? tempfile : to_name);
365 to_fd = open(tempcopy ? tempfile : to_name, O_RDONLY, 0);
382 (void)unlink(tempfile);
384 err(EX_OSERR, "%s", tempfile);
387 if (compare(temp_fd, tempfile, (size_
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch/t/
H A D01.t12 use File::Temp qw/tempfile/;
13 my (undef, $DB) = tempfile();

Completed in 300 milliseconds

123456