| /openbsd/src/gnu/usr.bin/perl/t/comp/ |
| D | require.t | 15 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/ |
| D | 01AutoLoader.t | 23 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/ |
| D | fileops2.pl | 41 write_file("$dir/$i", "x$i\n") 70 write_file($file, $content) or die "Could not write $file: $!";
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | make_patchnum.pl | 82 sub write_file { subroutine 118 write_file($_,$content{$_}) for @files;
|
| /openbsd/src/lib/libcurses/tinfo/ |
| D | write_entry.c | 76 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/ |
| D | th | 402 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/ |
| D | BUILD.gn | 32 write_file("$target_out_dir/llvm.srcdir.txt", rebase_path("."))
|
| /openbsd/src/bin/ed/ |
| D | ed.h | 178 int write_file(char *, char *, int, int);
|
| D | main.c | 816 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()
|
| D | io.c | 152 write_file(char *fn, char *mode, int n, int m) in write_file() function
|
| /openbsd/src/usr.sbin/makefs/ |
| D | README | 118 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/ |
| D | Html.pm | 283 $self->write_file(); 625 sub write_file { subroutine
|
| /openbsd/src/usr.bin/pkg-config/OpenBSD/ |
| D | PkgConfig.pm | 168 sub write_file($cfg, $filename) subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/App/ |
| D | Cpan.pm | 439 write_file => 0,
|