Searched refs:seekable (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D16_handle.t85 # (39) Does it correctly detect a non-seekable handle?
106 if ($@ =~ /filehandle does not appear to be seekable/) {
/openbsd-current/lib/libcrypto/
H A Dformat-pem.pl29 use File::Temp qw/ :seekable /;
/openbsd-current/usr.bin/less/
H A Dch.c717 seekable(int f) function
761 if ((flags & CH_CANSEEK) && !seekable(f))
H A Dfuncs.h53 int seekable(int);
H A Dfilename.c358 if (!seekable(f))
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DDeflate.pm542 If C<$output> is a file or a filehandle, it must be seekable.
H A DRawDeflate.pm660 If C<$output> is a file or a filehandle, it must be seekable.
H A DGzip.pm723 If C<$output> is a file or a filehandle, it must be seekable.
H A DZip.pm1533 is 0), the output file must be seekable.
/openbsd-current/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
H A DTemp.pm66 #pod use File::Temp qw/ :seekable /;
137 #pod Filehandles returned by these functions support the seekable methods.
201 'seekable' => [qw/ SEEK_SET SEEK_CUR SEEK_END /],
205 Exporter::export_tags('POSIX','mktemp','seekable');
2688 use File::Temp qw/ :seekable /;
2759 Filehandles returned by these functions support the seekable methods.
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm102 croak "$pack: your filehandle does not appear to be seekable";
2312 array. Handles must be attached to seekable sources of data---that
2314 supplied a non-seekable handle, the C<tie> call will throw an

Completed in 93 milliseconds