Home
last modified time | relevance | path

Searched refs:filehandle (Results 1 – 25 of 104) sorted by relevance

12345

/openbsd/gnu/usr.bin/perl/t/lib/feature/
H A Dbareword_filehandles123 # NAME check atan2() with a handle doesn't trigger bareword filehandle errors
155 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 9.
156 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 10.
157 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 11.
158 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 12.
173 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 8.
174 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 9.
233 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 7.
234 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 8.
235 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 9.
[all …]
/openbsd/gnu/usr.bin/perl/t/lib/croak/
H A Dpp_sys8 Bad symbol for filehandle at - line 3.
15 Bad symbol for filehandle at - line 2.
21 Cannot open FOO as a filehandle: it is already open as a dirhandle at - line 2.
27 Cannot open $foo as a filehandle: it is already open as a dirhandle at - line 2.
36 Cannot open FOO as a filehandle: it is already open as a dirhandle at - line 5.
45 Cannot open $foo as a filehandle: it is already open as a dirhandle at - line 5.
47 # NAME opendir on global filehandle
51 Cannot open FOO as a dirhandle: it is already open as a filehandle at - line 2.
53 # NAME opendir on lexical filehandle
59 # NAME opendir on global utf8 filehandle
[all …]
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dpp_sys6 fileno() on unopened filehandle abc [pp_fileno]
88 -T on closed filehandle %s
89 stat() on closed filehandle %s
100 lstat on filehandle %s [pp_lstat]
104 getc() on closed filehandle [pp_getc]
670 lstat() on filehandle FH at - line 4.
671 lstat() on filehandle FH at - line 5.
672 lstat() on filehandle FH at - line 6.
673 lstat() on filehandle $fh at - line 8.
674 lstat() on filehandle at - line 9.
[all …]
H A Dpp_hot3 print() on unopened filehandle abc [pp_print]
12 print() on closed filehandle %s [pp_print]
61 print() on unopened filehandle abc at - line 4.
69 print() on unopened filehandle a\0b at - line 4.
70 print() on unopened filehandle \0b at - line 5.
134 print() on closed filehandle STDIN at - line 4.
135 print() on closed filehandle STDIN at - line 6.
160 print() on closed filehandle $fh1 at - line 5.
161 print() on closed filehandle $fh2 at - line 7.
162 print() on closed filehandle $fh3 at - line 9.
[all …]
H A Ddoio15 close() on unopened filehandle %s [Perl_do_close]
18 tell() on closed filehandle [Perl_do_tell]
21 seek() on closed filehandle [Perl_do_seek]
30 -x on closed filehandle %s [Perl_my_stat]
39 Use of -l on filehandle %s [Perl_my_lstat]
139 -x on closed filehandle STDIN at - line 7.
141 tell() on unopened filehandle at - line 10.
142 seek() on unopened filehandle at - line 11.
185 Use of -l on filehandle STDIN at - line 3.
186 Use of -l on filehandle $fh at - line 6.
[all …]
H A D4lint12 print() on closed filehandle STDIN at - line 6.
19 print() on closed filehandle STDIN at - line 4.
28 print() on closed filehandle STDIN at - line 5.
38 print() on closed filehandle STDIN at - line 6.
47 print() on closed filehandle STDIN at - line 5.
56 print() on closed filehandle STDIN at - line 5.
/openbsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c158 fhcmp(&newfl->filehandle, &fl->filehandle) != 0) in lock_lookup()
177 nfs_fhandle_t filehandle; in testlock() local
190 if (fhcmp(&fl->filehandle, &filehandle) != 0) in testlock()
196 fhfree(&filehandle); in testlock()
201 fhfree(&filehandle); in testlock()
361 nfs_fhandle_t filehandle; in unlock() local
371 fhcmp(&filehandle, &fl->filehandle) != 0 || in unlock()
404 fhfree(&filehandle); in unlock()
411 fhfree(&filehandle); in unlock()
427 fhfree(&fl->filehandle); in lfree()
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Dfiletest.t136 ok($warnings[0] =~ /-l on filehandle foo/, 'warning for -l $handle');
145 like($warnings[0], qr/-l on filehandle \x{3c6}oo/,
148 like($warnings[1], qr/-l on filehandle foo/,
153 like($warnings[3], qr/-l on filehandle at/,
324 isnt(stat _, 1, '-T _ on closed filehandle resets stat info');
H A Dchdir.t97 like($warn, qr/on closed filehandle H/, 'like closed');
105 like($warn, qr/on unopened filehandle NEVEROPENED/, 'like never opened');
/openbsd/gnu/usr.bin/perl/cpan/Digest-MD5/t/
H A Dbadfile.t13 print "not " unless $@ =~ /^Bad filehandle: FOO at/;
20 print "not " unless $@ =~ /^No filehandle passed at/;
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlopentut.pod10 called a B<filehandle>. A filehandle is an internal name for an external
34 You will need to open every other filehandle on your own. Although there
162 Now you can write to that filehandle using any of C<print>, C<printf>,
185 you can now write to that filehandle using any of C<print>, C<printf>,
270 filehandle has an active program instead of a static file on its
278 filehandle that will let your Perl program read data from an external
279 program, and C<"|-"> for a filehandle that will send data to that
290 You could do this through opening an ordinary filehandle into each of
311 separate program, rather than an ordinary filehandle into a file.
316 The resulting filehandle C<$sort_fh> works just like a read-only (C<<
[all …]
H A Dperlform.pod24 filehandle is the same as the name of the filehandle. Thus, the default
25 format for STDOUT is named "STDOUT", and the default format for filehandle
222 same name as the current filehandle with "_TOP" concatenated to it.
284 set on a per-filehandle basis, so you'll need to select() into a different
294 the previous filehandle: (this is a much better approach in general,
/openbsd/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/t/
H A DOpenBSD-MkTemp.t70 is openhandle($fh), $fh, "mkstemp returns a filehandle in scalar mode";
76 is openhandle($fh), $fh, "mkstemps returns a filehandle in scalar mode";
105 ok(! defined($fh3), "no filehandle");
115 ok(! defined($fh3), "no filehandle");
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq5.pod88 filehandle:
266 number from the last filehandle read:
494 X<filehandle, local> X<filehandle, passing> X<filehandle, reference>
513 the filehandle reference is a simple scalar.
534 =head2 How can I use a filehandle indirectly?
535 X<filehandle, indirect>
554 Perl is expecting a filehandle, an indirect filehandle may be used
630 X<string> X<open> X<IO::String> X<filehandle>
674 { # set per-filehandle variables
1123 to each filehandle.
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
H A DUtil.t81 ok($io, "Cloned the filehandle");
87 open($fh, '>', \$out) or die "Could not open filehandle";
89 $fh = Test::Builder::IO::Scalar->new(\$out) or die "Could not open filehandle";
/openbsd/gnu/usr.bin/perl/cpan/autodie/lib/autodie/
H A Dexception.pm360 my $filehandle = $this->args->[0];
386 if ($filehandle and not ref $filehandle) {
390 $cooked_filehandle = " $filehandle";
/openbsd/gnu/usr.bin/perl/t/io/
H A Dopen.t123 like( $@, qr/Bad filehandle:\s+$afile/, ' right error' );
126 like( $@, qr/Bad filehandle:\s+some_glob/, ' right error' );
132 like( $@, qr/Bad filehandle:\s+ǡfilḛ/u, ' right error' );
230 like( $@, qr/Bad filehandle:\s+$afile/, ' right error' );
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/t/
H A Dmethods.t39 # test addfile with bareword filehandle
48 # test addfile with indirect filehandle
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DUstar.pod52 A filehandle C<$fh> is associated with an C<OpenBSD::Ustar> object through
53 C<new>. For archive reading, the filehandle should support
55 to be usable on pipe outputs. For archive writing, the filehandle should
63 provided by the underlying filehandle.
133 Client code is only responsible for closing the underlying filehandle and
H A DMtree.pod29 function which also handles opening the filehandle from C<$filename>
/openbsd/gnu/usr.bin/perl/dist/Search-Dict/
H A DChanges14 - no longer requires stat() on filehandle
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DFAQ.pod92 C<IO::Uncompress::*> modules can read from an C<IO::File> filehandle.
165 zip $filehandle => "my.zip", Zip64 => 1;
387 filesystem filehandle. The filehandles used by Apache modules are not
393 creating a tied filehandle to deal with creating the gzip header and
398 C<IO::Compress::Gzip> doesn't have that filehandle limitation (this was one
401 filehandle code can be removed. Here is the rewritten code.
608 The call to C<IO::Uncompress::RawInflate> creates a new filehandle C<$inf>
609 that can be used to read from the parent filehandle C<$fh>, uncompressing
612 the C<$fh> filehandle (The only exception is for an error case like a
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dtiedfh.t1 # Testing tied output filehandle
/openbsd/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DPerlIO.pod71 Here is a crude diagram of how filehandle, PerlIO, and Encode
74 filehandle <-> PerlIO PerlIO <-> scalar (read/printed)
143 which you can use before applying PerlIO encoding to the filehandle.
/openbsd/gnu/usr.bin/perl/lib/
H A DSymbol.t51 like( $warn, qr/unopened filehandle/, 'warns like an unopened filehandle' );

12345