Searched refs:Fpos_t (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.h167 #ifndef Fpos_t
168 #define Fpos_t Off_t macro
H A Duconfig.h4165 /* Fpos_t:
4170 #define Fpos_t int /* File position type */ macro
H A Diperlsys.h107 typedef int (*LPGetpos)(struct IPerlStdIO*, FILE*, Fpos_t*);
109 const Fpos_t*);
H A Dperlio.c4919 Fpos_t *fpos = (Fpos_t *) SvPV(pos, len);
4920 if (f && len == sizeof(Fpos_t)) {
4949 Fpos_t fpos;
H A Dperl.h1879 # undef Fpos_t macro
1880 # define Fpos_t fpos64_t macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.xs168 ST(0) = sv_2mortal(newSVpv((char*)&pos, sizeof(Fpos_t)));
188 if ((p = SvPV(pos,len)) && len == sizeof(Fpos_t)) {
189 RETVAL = fsetpos(handle, (Fpos_t*)p);

Completed in 104 milliseconds