Searched refs:writing (Results 1 - 25 of 111) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dscm-valprint.c293 scm_listify (exp, port, (writing ? BOOL_T : BOOL_F),
308 scm_raprin1 (exp, port, writing);
330 scm_iprin1 (CCLO_SUBR (exp), port, writing);
341 if (i < scm_numptob && scm_ptobs[i].print && (scm_ptobs[i].print) (exp, port, writing))
347 && (scm_smobs[i].print) (exp, port, writing))
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-scalar/
H A Dscalar.pm35 Attempting to open a read-only scalar for writing will fail, and if
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.c72 " (www.memtest86.com). At the time of writing it is free (GPLd).\n"
904 Bool writing; member in struct:__anon44
952 bzf->writing = True;
983 if (!(bzf->writing))
1042 if (!(bzf->writing))
1126 bzf->writing = False;
1158 if (bzf->writing)
1182 if (bzf->writing)
1399 int writing = 0; local
1412 writing
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/use/
H A Dok.pm23 That is, instead of writing this:
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm116 my $writing ;
117 $writing = ! ($mode =~ /r/i) ;
118 $writing = ($mode =~ /[wa]/i) ;
125 my $infDef = $writing ? 'deflate' : 'inflate';
136 if ($writing) {
696 reading/writing gzip files, and the C<Compress::Raw::Zlib> module for some
708 If you are writing new code, your first port of call should be one of the
713 A number of functions are supplied in I<zlib> for reading and writing
746 for writing gzip files and L<IO::Uncompress::Gunzip|IO::Uncompress::Gunzip>
759 A more complete and flexible interface for reading/writing gzi
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/FileCache/lib/
H A DFileCache.pm30 for reading or writing available as the pathname you give it. It
38 The 1-argument form of cacheout will open a file for writing (C<< '>' >>)
/openbsd-current/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/
H A DOpen2.pm13 IPC::Open2 - open a process for both reading and writing using open2()
39 reading and $chld_in for writing. It's what you think should work
71 assumes it's going to talk to something like L<bc(1)>, both writing
103 # reading and $wtr for writing. return pid
H A DOpen3.pm16 IPC::Open3 - open a process for reading, writing, and error handling using open3()
44 connects $chld_out for reading from the child, $chld_in for writing to
94 going to talk to something like L<bc(1)>, both writing to it and reading
137 # reading, wtr for writing, and err for errors.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DSimple.pm17 Test::Simple - Basic utilities for writing tests.
30 This is an extremely simple, extremely basic module for writing tests
171 kitchen one night about the problems I was having writing some really
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/bin/
H A Dstreamzip54 # force streaming zip file when writing to stdout.
128 Stream is always enabled when writing to stdout.
196 Ignored when writing to C<stdout>.
201 Default: Always enabled when writing to C<stdout>, otherwise disabled.
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/
H A DPodlators.pm439 This module collects various utility functions that are useful for writing
566 before writing to it.
571 writing to it.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/
H A DTest2.pm18 Test2 - Framework for writing test tools that all work together.
75 If you are interested in writing tests using new tools then you should look at
79 If you are interested in writing new tools you should take a look at
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DBzip2.pm189 This module provides a Perl interface that allows writing bzip2
276 assumed to be a filename. This file will be opened for writing and the
374 before writing any compressed data. If the output is a filename, it will be opened for
382 before writing any compressed data. If the output is a filehandle
419 =head3 Reading from a Filehandle and writing to an in-memory buffer
490 filename. This file will be opened for writing and the compressed data
H A DDeflate.pm156 This module provides a Perl interface that allows writing compressed
243 assumed to be a filename. This file will be opened for writing and the
341 before writing any compressed data. If the output is a filename, it will be opened for
349 before writing any compressed data. If the output is a filehandle
386 =head3 Reading from a Filehandle and writing to an in-memory buffer
457 filename. This file will be opened for writing and the compressed data
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSelect.pm287 are ready for reading, writing or have an exception pending.
367 which will hold the handles that are ready for reading, writing and
H A DPipe.pm230 handle at the writing end of the pipe. If C<ARGS> are given then C<fork>
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DTerse.pm79 This module is useful for people who are writing their own back end,
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DDumpAsXML.pm103 interest to people writing Pod formatters based on Pod::Simple.
H A DDumpAsText.pm103 document. This class is of interest to people writing Pod formatters
H A DMethody.pm74 interest to people writing Pod formatters based on Pod::Simple.
H A DSimpleTree.pm101 This class is of interest to people writing a Pod processor/formatter.
/openbsd-current/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/
H A DQuotedPrint.pm79 die "Can't open file.qp for writing: $!\n";
85 from a handle, and it will encode as quoted-printable while writing to a handle.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DModule.pm178 options for writing testing modules provided by L<< Test2 >>.
/openbsd-current/gnu/usr.bin/perl/
H A Dperlio.h334 PERL_CALLCONV int PerlIO_intmode2str(int rawmode, char *mode, int *writing);
H A Ddoio.c523 int writing = 0; local
573 IoTYPE(io) = PerlIO_intmode2str(rawmode, &mode[ix], &writing);
579 savetype, writing, 0, NULL, statbufp);
592 int writing = 0; local
663 writing = 1;
698 writing = 1;
729 writing = 1;
978 savetype, writing, was_fdopen, type, NULL);
986 int writing, bool was_fdopen, const char *type, Stat_t *statbufp)
1136 if (writing) {
984 S_openn_cleanup(pTHX_ GV *gv, IO *io, PerlIO *fp, char *mode, const char *oname, PerlIO *saveifp, PerlIO *saveofp, int savefd, char savetype, int writing, bool was_fdopen, const char *type, Stat_t *statbufp) argument
[all...]

Completed in 304 milliseconds

12345