Searched refs:SEEK_END (Results 1 - 25 of 138) sorted by last modified time

123456

/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c3337 win32_fseek(f, 0, SEEK_END);
3348 win32_fseek(f, 0, SEEK_END);
3431 case SEEK_END:
3432 fseek(pf, 0, SEEK_END);
3902 end = win32_lseek(fd, 0, SEEK_END);
/openbsd-current/gnu/usr.bin/perl/t/win32/
H A Dstat.t34 ok(seek($fh, 0, SEEK_END), "seek to end");
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A Dsdbm.c332 oldtail = lseek(db->pagf, 0L, SEEK_END);
335 if (lseek(db->pagf, 0L, SEEK_END) < 0 ||
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t60 SA_RESTART SA_SIGINFO SCHAR_MAX SCHAR_MIN SEEK_CUR SEEK_END
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm14 O_WRONLY SEEK_CUR SEEK_END SEEK_SET
279 SEEK_CUR SEEK_END SEEK_SET
340 NULL SEEK_CUR SEEK_END SEEK_SET
388 unistd_h => [qw(F_OK NULL R_OK SEEK_CUR SEEK_END SEEK_SET
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSeekable.pm58 =item WHENCE=2 (SEEK_END)
103 use Fcntl qw(SEEK_SET SEEK_CUR SEEK_END);
106 our @EXPORT = qw(SEEK_SET SEEK_CUR SEEK_END);
H A DHandle.pm301 SEEK_END
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DUnzip.pm863 # $self->smarkSeek(-22, 0, SEEK_END) ;
1029 $self->smartSeek(-22, 0, SEEK_END) ;
1042 $self->smartSeek(0, 0, SEEK_END) ;
1733 SEEK_CUR or SEEK_END.
H A DRawInflate.pm939 SEEK_CUR or SEEK_END.
H A DInflate.pm811 SEEK_CUR or SEEK_END.
H A DGunzip.pm939 SEEK_CUR or SEEK_END.
H A DBunzip2.pm735 SEEK_CUR or SEEK_END.
H A DBase.pm150 if ($position == SEEK_END) {
706 seek($x->{fh}, 0, SEEK_END)
1415 elsif ($whence == SEEK_END) {
1417 $self->croakError(*$self->{ClassName} . "::seek: SEEK_END not allowed") ;
H A DAnyUncompress.pm911 SEEK_CUR or SEEK_END.
H A DAnyInflate.pm815 SEEK_CUR or SEEK_END.
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DZip.pm1956 SEEK_CUR or SEEK_END.
H A DRawDeflate.pm809 SEEK_CUR or SEEK_END.
H A DGzip.pm1066 SEEK_CUR or SEEK_END.
H A DDeflate.pm691 SEEK_CUR or SEEK_END.
H A DBzip2.pm674 SEEK_CUR or SEEK_END.
H A DBase.pm272 seek(*$obj->{FH}, 0, IO::Handle::SEEK_END)
913 #use IO::Handle qw(SEEK_SET SEEK_CUR SEEK_END);
919 elsif ($whence == IO::Handle::SEEK_CUR || $whence == IO::Handle::SEEK_END) {
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm863 The C<$whence> parameter should be one of SEEK_SET, SEEK_CUR or SEEK_END.
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzconf.h510 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/openbsd-current/gnu/usr.bin/perl/
H A Dperlio.h164 #ifndef SEEK_END
165 #define SEEK_END 2 macro
H A Dperlio.c2690 PerlIOUnix_seek(aTHX_ f, 0, SEEK_END);
4212 PerlIO_seek(PerlIONext(f),0, SEEK_END);

Completed in 230 milliseconds

123456