Searched refs:writing (Results 26 - 50 of 111) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DRawDeflate.pm271 This module provides a Perl interface that allows writing compressed
361 assumed to be a filename. This file will be opened for writing and the
459 before writing any compressed data. If the output is a filename, it will be opened for
467 before writing any compressed data. If the output is a filehandle
504 =head3 Reading from a Filehandle and writing to an in-memory buffer
575 filename. This file will be opened for writing and the compressed data
H A DGzip.pm326 This module provides a Perl interface that allows writing compressed
424 assumed to be a filename. This file will be opened for writing and the
522 before writing any compressed data. If the output is a filename, it will be opened for
530 before writing any compressed data. If the output is a filehandle
567 =head3 Reading from a Filehandle and writing to an in-memory buffer
638 filename. This file will be opened for writing and the compressed data
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/
H A DConstant.pm448 for writing.
461 for writing.
/openbsd-current/usr.sbin/unbound/util/
H A Dnetevent.h318 * this is the counter for writing, the one for reading is in the
633 * @param writing: true if you want to listen to writes, false for reads.
639 int fd, int writing,
696 * Stop listening and start listening again for reading or writing.
699 * @param wr: if true, listens for writing.
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnetevent.h318 * this is the counter for writing, the one for reading is in the
633 * @param writing: true if you want to listen to writes, false for reads.
639 int fd, int writing,
696 * Stop listening and start listening again for reading or writing.
699 * @param wr: if true, listens for writing.
/openbsd-current/gnu/usr.bin/perl/lib/
H A DDBM_Filter.pm288 could potentially trigger two filters, one for the writing of the key
289 "abc" and another for writing the value 42. Similarly, this snippet
538 When writing a DBM filter it is I<very> important to ensure that it is
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-vx.c455 sprintf (message, "writing %s registers", (procnum == PTRACE_SETREGS)
473 to debugger memory starting at MYADDR. WRITE is true if writing to the
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/
H A DUtils.pm403 under the specified directory, and writing the value into it. Will create
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm255 # Remove a single record from the deferred-write buffer without writing it
620 # write several chunks. All the writing will be done in
711 # Instead of writing the last length($data) bytes from the block
960 # the end of the file. We prepare for this by writing
1060 # Matters related to deferred writing
1143 # Discard deferred writes, but retain old deferred writing mode
1152 # Deferred writing is enabled, either explicitly ($self->{defer})
1371 # Unless deferred writing is enabled, it should be empty
1373 _ci_warn("deferred writing disabled, but deferbuffer nonempty");
2194 If you use deferred writing (Se
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DRawInflate.pm402 For writing RFC 1951 files/buffers, see the companion module IO::Compress::RawDeflate.
485 assumed to be a filename. This file will be opened for writing and the
584 before writing any uncompressed data. If the output is a filename, it will be opened for
592 before writing any uncompressed data. If the output is a filehandle
H A DInflate.pm254 For writing RFC 1950 files/buffers, see the companion module IO::Compress::Deflate.
337 assumed to be a filename. This file will be opened for writing and the
436 before writing any uncompressed data. If the output is a filename, it will be opened for
444 before writing any uncompressed data. If the output is a filehandle
H A DBunzip2.pm195 For writing bzip2 files/buffers, see the companion module IO::Compress::Bzip2.
278 assumed to be a filename. This file will be opened for writing and the
377 before writing any uncompressed data. If the output is a filename, it will be opened for
385 before writing any uncompressed data. If the output is a filehandle
H A DAnyUncompress.pm436 assumed to be a filename. This file will be opened for writing and the
535 before writing any uncompressed data. If the output is a filename, it will be opened for
543 before writing any uncompressed data. If the output is a filehandle
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DPullParser.pm719 writing a Pod-formatter class, you should define a C<run> just so
722 And if you're not writing a formatter class, but are instead just
723 writing a program that does something simple with a Pod::PullParser
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dsync-with-cpan733 or die "Failed to open $MANIFEST_NEW for writing: $!\n";
H A Dpod_lib.pl22 As of this writing, the functions in this program are used in these other
167 open my $fh, '>', $filename or die "Can't open $filename for writing: $!";
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DAPI.pm792 Test2::API - Primary interface for writing Test2 based testing tools.
817 tools. Using these building blocks you can begin writing test tools very
892 writing a tool, then this is probably all you need. If you need something and
1156 people simply writing tests.
1381 They are primarily useful when writing a custom formatter and code that turns
/openbsd-current/usr.bin/tmux/
H A Dwindow-copy.c212 * a series of lines containing the output from an output-writing tmux command
227 struct screen *writing; member in struct:window_copy_mode_data
482 data->writing = xmalloc(sizeof *data->writing);
483 screen_init(data->writing, sx, screen_size_y(base), 0);
503 if (data->writing != NULL) {
504 screen_free(data->writing);
505 free(data->writing);
543 struct screen *writing = data->writing; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm960 guesswork and regular expressions that are intended to make writing Perl
1103 Parse the provided lines as POD source, writing the output to either C<STDOUT>
1112 Parse the provided scalar variable as POD source, writing the output to either
/openbsd-current/gnu/usr.bin/perl/dist/constant/lib/
H A Dconstant.pm323 Instead of writing multiple C<use constant> statements, you may define
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/
H A DYAML.pm574 $self->_error("Failed to open file '$file' for writing: $!");
808 # XXX-XDG I think it is. When reading and writing files, we ought
896 # writing a META file
905 and writing CPAN metadata files like F<META.yml> and F<MYMETA.yml>. It should
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/Parse/CPAN/
H A DMeta.pm333 old, an exception will be thrown. Note that at the time of writing, the only
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.pm146 and as of this writing Encode suite just leave it as is (\x{FeFF}).
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Zlib/
H A DZlib.pm198 Return the 'command' being used for opening a file for writing using an
656 # writing copy bytes from the first to the second.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/
H A DFiles.pm204 There was an error writing an event:

Completed in 395 milliseconds

12345