Home
last modified time | relevance | path

Searched refs:write_file (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/t/comp/
Drequire.t15 write_file('bleah.pm',@_);
47 sub write_file {
133 write_file('bleah.pm', "print 'ok $i - require bleah.pm\n'; 1;\n");
148 write_file($flag_file, 1);
151 write_file('bleah.pm', "unlink '$flag_file' or die; \$a=0; \$b=1/\$a; 1;\n");
170 write_file($flag_file, 1);
171 write_file('bleah.pm', "unlink '$flag_file'; 1");
188 write_file("bleah.do", <<EOT);
198 write_file('bleah.pm', <<'**BLEAH**'
239 write_file('bleah.pm', qq(die "This is an expected error";\n));
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/AutoLoader/t/
D01AutoLoader.t23 sub write_file { subroutine
35 write_file( File::Spec->catfile( $fulldir, 'foo.al' ), <<'EOT' );
41 write_file( File::Spec->catfile( $fulldir, 'bazmarkhian.al' ), <<'EOT' );
51 write_file( File::Spec->catfile( $fulldir, 'blechanawilla.al' ), $blechanawilla_text );
54 write_file( File::Spec->catfile( $fulldir, 'blechanawil.al' ), $blechanawilla_text );
56 write_file( File::Spec->catfile( $fulldir, 'notreached.al' ), <<'EOT' );
114 write_file( File::Spec->catfile( $fulldir, 'a.al' ), <<'EOT' );
120 write_file( File::Spec->catfile( $fulldir, 'b.al' ), <<'EOT' );
191 write_file( File::Spec->catfile( $autopath, 'autosplit.ix' ), $autosplit_text );
207 write_file( File::Spec->catfile( $autopath, 'testsub.al' ), $testsub_text);
[all …]
/openbsd/src/regress/sys/fileops/
Dfileops2.pl41 write_file("$dir/$i", "x$i\n")
70 write_file($file, $content) or die "Could not write $file: $!";
/openbsd/src/gnu/usr.bin/perl/
Dmake_patchnum.pl82 sub write_file { subroutine
118 write_file($_,$content{$_}) for @files;
/openbsd/src/lib/libcurses/tinfo/
Dwrite_entry.c76 write_file(char *filename, TERMTYPE2 *tp) in write_file() function
457 write_file(filename, tp); in _nc_write_entry()
533 write_file(linkname, tp); in _nc_write_entry()
547 write_file(linkname, tp); in _nc_write_entry()
/openbsd/src/regress/bin/ksh/
Dth402 return undef if !&write_file($tempi, $test{'stdin'});
409 return undef if !&write_file($temps, $test{'script'});
434 return undef if !&write_file($name, $rest);
673 write_file
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/
DBUILD.gn32 write_file("$target_out_dir/llvm.srcdir.txt", rebase_path("."))
/openbsd/src/bin/ed/
Ded.h178 int write_file(char *, char *, int, int);
Dmain.c816 if ((addr = write_file(fnp, (c == 'W') ? "a" : "w", in exec_command()
1352 if (addr_last && write_file("ed.hup", "w", 1, addr_last) < 0 && in handle_hup()
1356 write_file(hup, "w", 1, addr_last); in handle_hup()
Dio.c152 write_file(char *fn, char *mode, int n, int m) in write_file() function
/openbsd/src/usr.sbin/makefs/
DREADME118 write_file write file (from memory if DIR, file descriptor
125 be written entirely as a single write_file() operation.
/openbsd/src/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/
DHtml.pm283 $self->write_file();
625 sub write_file { subroutine
/openbsd/src/usr.bin/pkg-config/OpenBSD/
DPkgConfig.pm168 sub write_file($cfg, $filename) subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/App/
DCpan.pm439 write_file => 0,