Searched refs:Off_t (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h36 IV (*Seek) (pTHX_ PerlIO *f, Off_t offset, int whence);
37 Off_t(*Tell) (pTHX_ PerlIO *f);
156 Off_t posn; /* Offset of buf into the file */
179 extern IV PerlIOBuf_seek(pTHX_ PerlIO *f, Off_t offset, int whence);
180 extern Off_t PerlIOBuf_tell(pTHX_ PerlIO *f);
H A Dperlio.h168 #define Fpos_t Off_t
288 extern Off_t PerlIO_tell(PerlIO *);
291 extern int PerlIO_seek(PerlIO *, Off_t, int);
H A Dmyconfig.SH47 ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
H A Dperlio.c1580 Perl_PerlIO_seek(pTHX_ PerlIO *f, Off_t offset, int whence)
1585 Off_t
2028 Off_t old = PerlIO_tell(f);
2384 PerlIOUnix_seek(pTHX_ PerlIO *f, Off_t offset, int whence)
2387 Off_t new;
2397 if (new == (Off_t) - 1)
2517 Off_t
3064 PerlIOStdio_seek(pTHX_ PerlIO *f, Off_t offset, int whence)
3070 Off_t
3096 if (PerlSIO_fseek(stdio, (Off_t)
[all...]
H A Duconfig.h4197 /* Off_t:
4203 * This symbol holds the number of bytes used by the Off_t.
4206 * This symbol holds the number of bytes used by the Off_t.
4208 #define Off_t int /* <offset> type */ macro
H A Diperlsys.h103 typedef Off_t (*LPTell)(struct IPerlStdIO*, FILE*);
104 typedef int (*LPSeek)(struct IPerlStdIO*, FILE*, Off_t, int);
601 typedef int (*LPLIOChsize)(struct IPerlLIO*, int, Off_t);
612 typedef Off_t (*LPLIOLseek)(struct IPerlLIO*, int, Off_t, int);
H A Ddoio.c1084 Off_t
1100 return (Off_t)-1;
1104 Perl_do_seek(pTHX_ GV *gv, Off_t pos, int whence)
1122 Off_t
1123 Perl_do_sysseek(pTHX_ GV *gv, Off_t pos, int whence)
1133 return (Off_t)-1;
1211 Off_t length; /* length to set file to */
H A Dpp_sys.c2009 Off_t offset = (Off_t)SvNVx(POPs);
2011 Off_t offset = (Off_t)SvIVx(POPs);
2039 Off_t sought = do_sysseek(gv, offset, whence);
2064 Off_t len;
2067 len = (Off_t)POPn;
2069 len = (Off_t)POPi;
5675 flock.l_start = flock.l_len = (Off_t)0;
5717 Off_t po
[all...]
H A Dperl.h1833 # undef Off_t macro
1834 # define Off_t off64_t macro
2921 Off_t lseek (int,Off_t,int);
H A Dproto.h96 PERL_CALLCONV I32 Perl_my_chsize(pTHX_ int fd, Off_t length);
199 PERL_CALLCONV bool Perl_do_seek(pTHX_ GV* gv, Off_t pos, int whence);
201 PERL_CALLCONV Off_t Perl_do_sysseek(pTHX_ GV* gv, Off_t pos, int whence);
202 PERL_CALLCONV Off_t Perl_do_tell(pTHX_ GV* gv);
1308 PERL_CALLCONV Off_t Perl_PerlIO_tell(pTHX_ PerlIO *);
1309 PERL_CALLCONV int Perl_PerlIO_seek(pTHX_ PerlIO *, Off_t, int);
H A Dconfig_h.SH4251 /* Off_t:
4257 * This symbol holds the number of bytes used by the Off_t.
4260 * This symbol holds the number of bytes used by the Off_t.
4262 #define Off_t $lseektype /* <offset> type */
H A Dperl.c3571 PerlLIO_lseek(PerlIO_fileno(PL_rsfp),(Off_t)0,0); /* just in case rewind didn't */
3708 PerlLIO_lseek(PerlIO_fileno(PL_rsfp),(Off_t)0,0); /* just in case rewind didn't */
H A Dsv.c6168 Off_t offset = PerlIO_tell(fp);
6169 if (offset != (Off_t) -1 && st.st_size + append > offset) {
H A Dtoke.c2561 bof = PerlIO_tell(PL_rsfp) == (Off_t)SvCUR(PL_linestr);
4178 Off_t loc = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.xs12 Off_t posn;
77 PerlIOScalar_seek(pTHX_ PerlIO * f, Off_t offset, int whence)
97 Off_t
120 Off_t offset;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.xs360 PerlIOVia_seek(pTHX_ PerlIO * f, Off_t offset, int whence)
363 SV *offsv = sv_2mortal(sizeof(Off_t) > sizeof(IV)
371 return (Off_t) SvIV(result);
373 return (Off_t) -1;
379 Off_t
386 ? (SvNOK(result) ? (Off_t)SvNV(result) : (Off_t)SvIV(result))
387 : (Off_t) - 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1433 Off_t offset
1436 Off_t pos = PerlLIO_lseek(fd, offset, whence);
1437 RETVAL = sizeof(Off_t) > sizeof(IV)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs112 Off_t TIMES_LOCATION; /* Where in the file to store the time totals */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.xs526 Off_t
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm70 ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm70 ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize

Completed in 135 milliseconds