Home
last modified time | relevance | path

Searched refs:create_tempfile (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/lang/parrot/parrot-8.1.0/t/compilers/imcc/syn/
H A Dfile.t36 my ($FOO, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
56 ($FOO, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
76 ($FOO, my $temp_pir) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
96 ($FOO, my $temp_inc) = create_tempfile( SUFFIX => '.inc', UNLINK => 1 );
116 ($FOO, $temp_inc) = create_tempfile( SUFFIX => '.inc', UNLINK => 1 );
163 ($FOO, $temp_pir) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
194 ($FOO, $temp_pir) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
195 (undef, $temp_pbc) = create_tempfile( SUFFIX => '.pbc', UNLINK => 1 );
230 ($FOO, $temp_pir) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
231 (undef, $temp_pbc) = create_tempfile( SUFFIX => '.pbc', UNLINK => 1 );
[all …]
/dports/lang/parrot/parrot-8.1.0/t/pmc/
H A Dsub.t172 my ($TEMP, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
201 ($TEMP, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
232 ($TEMP, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
405 ($TEMP, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
426 ($TEMP, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
463 ($TEMP, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
511 ($TEMP, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
559 ($TEMP, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
663 ($TEMP, $temp_pasm) = create_tempfile(UNLINK => 1);
684 ($TEMP, $temp_pasm) = create_tempfile(UNLINK => 1);
[all …]
H A Dfilehandle.t36 my (undef, $temp_file) = create_tempfile( UNLINK => 1 );
321 (undef, $temp_file) = create_tempfile( UNLINK => 1 );
360 ($LINES, $temp_file) = create_tempfile( UNLINK => 1 );
527 (undef, $temp_file) = create_tempfile( UNLINK => 1 );
588 (undef, $temp_file) = create_tempfile( UNLINK => 1 );
641 (undef, $temp_file) = create_tempfile( UNLINK => 1 );
920 my (undef, $no_such_file) = create_tempfile( UNLINK => 0, OPEN => 0 );
H A Dio.t40 my (undef, $temp_file) = create_tempfile( UNLINK => 1 );
91 (my $FOO, $temp_file) = create_tempfile( UNLINK => 1 );
117 ($FOO, $temp_file) = create_tempfile( UNLINK => 1 );
140 ($FOO, $temp_file) = create_tempfile( UNLINK => 1 );
171 ($FOO, $temp_file) = create_tempfile( UNLINK => 1 );
644 ($FOO, $temp_file) = create_tempfile( UNLINK => 1 );
814 ($FOO, $temp_file) = create_tempfile( UNLINK => 1 );
/dports/lang/parrot/parrot-8.1.0/t/src/
H A Dextend.t322 my ($TEMP, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
340 my (undef, $temp_pbc) = create_tempfile( SUFFIX => '.pbc', UNLINK => 1 );
442 ($TEMP, my $temp_pir) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
457 (undef, $temp_pbc) = create_tempfile( SUFFIX => '.pbc', UNLINK => 1 );
502 ($TEMP, $temp_pasm) = create_tempfile( SUFFIX => '.pasm', UNLINK => 1 );
565 ($TEMP, $temp_pir) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
/dports/lang/parrot/parrot-8.1.0/t/op/
H A Dexceptions.t704 my ($fh, $wx_filename) = create_tempfile( SUFFIX => '.winxed', UNLINK => 1 );
705 (undef, my $pir_filename) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
706 (undef, my $pbc_filename) = create_tempfile( SUFFIX => '.pbc', UNLINK => 1 );
766 (undef, my $user_bt_file) = create_tempfile( UNLINK => 1 );
767 (undef, my $auto_bt_file) = create_tempfile( UNLINK => 1 );
/dports/textproc/p5-ack/ack-v3.5.0/t/
H A Dack-files-from.t32 my $tempfile = create_tempfile( qw( t/swamp/options.pl t/swamp/pipe-stress-freaks.F ) );
56 my $tempfile = create_tempfile( qw( t/swamp/options.pl file-that-isnt-there ) );
70 my $tempfile = create_tempfile( @textfiles );
85 my $tempfile = create_tempfile( @textfiles );
100 my $tempfile = create_tempfile( @textfiles );
H A Dack-x.t73 $unreadable_file = create_tempfile();
82 …my $ok_file = create_tempfile( 'My Pal Foot-Foot', 'Foo Fighters', 'I pity the fool', 'Not a match…
85 my $input_file = create_tempfile( @search_files );
/dports/lang/parrot/parrot-8.1.0/t/tools/
H A Dpbc_dump.t162 my ($pir_i, $pir_file) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
163 my (undef, $pbc_file) = create_tempfile( SUFFIX => '.pbc', UNLINK => 1 );
164 my (undef, $pbcpack_file) = create_tempfile( SUFFIX => '.pbc', UNLINK => 1 );
199 ($pir_i, $pir_file) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
200 (undef, $pbc_file) = create_tempfile( SUFFIX => '.pbc', UNLINK => 1 );
/dports/net-mgmt/crmsh/crmsh-4.3.1/test/unittests/
H A Dtest_report.py9 head, create_tempfile, tail, grep,\
64 temp_file = create_tempfile()
85 tmpfile = create_tempfile()
117 log_file = create_tempfile()
135 tmpfile1 = create_tempfile(time_between)
136 tmpfile2 = create_tempfile(time_after)
152 temp_file = create_tempfile()
228 temp_file = create_tempfile()
249 temp_file = create_tempfile()
263 temp_file = create_tempfile()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/pytables/
H A Dcommon.py32 def create_tempfile(path): function
45 path = create_tempfile(path)
66 filenames = [create_tempfile(p) for p in path]
69 filenames = [create_tempfile(path)]
/dports/lang/parrot/parrot-8.1.0/t/src/embed/
H A Dapi.t127 my (undef, $temp_pir) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
128 my (undef, $temp_pbc) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
180 (undef, $temp_pir) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
392 (undef, $temp_pir) = create_tempfile( SUFFIX => '.pir', UNLINK => 1 );
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/solvers/tests/mip/
H A Dtest_ipopt.py104 _log = TempfileManager.create_tempfile(".test_ipopt.log")
111 _out = TempfileManager.create_tempfile(".test_ipopt.txt")
120 _log = TempfileManager.create_tempfile(".test_ipopt.log")
127 _out = TempfileManager.create_tempfile(".test_ipopt.txt")
142 _out = TempfileManager.create_tempfile(".test_ipopt.txt")
158 _out = TempfileManager.create_tempfile(".test_ipopt.txt")
201 _out = TempfileManager.create_tempfile(".test_ipopt.txt")
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/opt/tests/base/
H A Dtest_ampl.py50 _test = TempfileManager.create_tempfile(suffix='test3.nl')
80 _test = TempfileManager.create_tempfile(suffix='test3.lp')
112 _test = TempfileManager.create_tempfile(suffix='test3.mps')
143 _test = TempfileManager.create_tempfile(suffix='test3a.nl')
174 _test = TempfileManager.create_tempfile(suffix='test3a.lp')
207 _test = TempfileManager.create_tempfile(suffix='test3a.mps')
239 _test = TempfileManager.create_tempfile(suffix='test3.out')
255 _test = TempfileManager.create_tempfile(suffix='test3a.out')
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/common/tests/
H A Dtest_tempfile.py190 fname = TempfileManager.create_tempfile()
207 fname = TempfileManager.create_tempfile(dir=tempdir)
224 fname = TempfileManager.create_tempfile(prefix='foo')
241 fname = TempfileManager.create_tempfile(suffix='bar')
259 fname = TempfileManager.create_tempfile()
268 fname = TempfileManager.create_tempfile()
296 fname = TempfileManager.create_tempfile()
310 fname = TempfileManager.create_tempfile()
336 fname = TempfileManager.create_tempfile()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/solvers/plugins/converter/
H A Dmodel.py66 create_tempfile(suffix = '.pyomo.lp')
112 create_tempfile(suffix = '.pyomo.bar')
158 create_tempfile(suffix = '.pyomo.nl')
169 create_tempfile(suffix = '.pyomo.mps')
232 create_tempfile(suffix='pyomo.osil')
H A Dampl.py47 script_filename = TempfileManager.create_tempfile(suffix = '.ampl')
50 output_filename = TempfileManager.create_tempfile(suffix = '.nl')
52 output_filename = TempfileManager.create_tempfile(suffix = '.mps')
H A Dglpsol.py58 ofile = TempfileManager.create_tempfile(suffix = '.glpsol.mps')
65 ofile = TempfileManager.create_tempfile(suffix = '.glpsol.lp')
78 modfile = TempfileManager.create_tempfile(suffix = '.glpsol.mod')
/dports/lang/parrot/parrot-8.1.0/t/compilers/pct/
H A Dcomplete_workflow.t352 my (undef, $pg_fn) = create_tempfile( SUFFIX => '.pg', %$tempfile_opts );
370 my (undef, $out_f) = create_tempfile(UNLINK => 1);
391 my (undef, $pm_fn) = create_tempfile( SUFFIX => '.pm', %$tempfile_opts );
/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/component/config/tests/
H A Dtest_tempdir.py167 fname = TempfileManager.create_tempfile()
184 fname = TempfileManager.create_tempfile(dir=tempdir)
201 fname = TempfileManager.create_tempfile(prefix='foo')
218 fname = TempfileManager.create_tempfile(suffix='bar')
236 fname = TempfileManager.create_tempfile()
245 fname = TempfileManager.create_tempfile()
/dports/mail/panda-imap/panda-imap-7905901/src/osdep/nt/
H A Dyunchan.h69 #define tmpfile create_tempfile
84 FILE *create_tempfile (void);
/dports/mail/panda-cclient/panda-imap-7905901/src/osdep/nt/
H A Dyunchan.h69 #define tmpfile create_tempfile
84 FILE *create_tempfile (void);
/dports/mail/cclient/imap-2007f/src/osdep/nt/
H A Dyunchan.h69 #define tmpfile create_tempfile
84 FILE *create_tempfile (void);
/dports/mail/alpine/alpine-465e23b/imap/src/osdep/nt/
H A Dyunchan.h69 #define tmpfile create_tempfile
84 FILE *create_tempfile (void);
/dports/editors/pico-alpine/alpine-465e23b/imap/src/osdep/nt/
H A Dyunchan.h69 #define tmpfile create_tempfile
84 FILE *create_tempfile (void);

123456789