Home
last modified time | relevance | path

Searched refs:Fpos_t (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/IO/
H A DIO.xs156 Fpos_t pos;
162 sv_setpvn(ST(0), (char *)&pos, sizeof(Fpos_t));
171 Fpos_t pos;
176 ST(0) = newSVpvn_flags((char*)&pos, sizeof(Fpos_t), SVs_TEMP);
178 ST(0) = sv_2mortal(newSVpvn((char*)&pos, sizeof(Fpos_t)));
198 if (SvOK(pos) && (p = SvPV(pos,len)) && len == sizeof(Fpos_t)) {
199 RETVAL = PerlIO_setpos(handle, (Fpos_t*)p);
211 if ((p = SvPV(pos,len)) && len == sizeof(Fpos_t)) {
212 RETVAL = fsetpos(handle, (Fpos_t*)p);
/openbsd/gnu/usr.bin/perl/
H A Dperlio.h138 #ifndef Fpos_t
139 #define Fpos_t Off_t macro
H A Diperlsys.h110 typedef int (*LPGetpos)(struct IPerlStdIO*, FILE*, Fpos_t*);
112 const Fpos_t*);
H A Dperlio.c5612 Fpos_t * const fpos = (Fpos_t *) SvPV(pos, len); in PerlIO_setpos()
5613 if(len == sizeof(Fpos_t)) in PerlIO_setpos()
5642 Fpos_t fpos; in PerlIO_getpos()
H A Dperl.h3403 # undef Fpos_t
3404 # define Fpos_t fpos64_t macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dperlhost.h839 PerlStdIOGetpos(struct IPerlStdIO* piPerl, FILE* pf, Fpos_t *p) in PerlStdIOGetpos()
846 PerlStdIOSetpos(struct IPerlStdIO* piPerl, FILE* pf, const Fpos_t *p) in PerlStdIOSetpos()
H A Dconfig_H.gc5304 /* Fpos_t:
5309 #define Fpos_t fpos_t /* File position type */
H A Dconfig_H.vc5304 /* Fpos_t:
5309 #define Fpos_t fpos_t /* File position type */
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlapio.pod322 stdio's Fpos_t they expect a "Perl Scalar Value" to be passed. What is
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample2462 /* Fpos_t:
2467 #define Fpos_t fpos_t /* File position type */
H A Dconfig.plan92574 /* Fpos_t:
2579 #define Fpos_t fpos_t /* File position type */
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007259 Fpos_t # K added by devel/scanprov
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig_H5106 /* Fpos_t:
5111 #define Fpos_t fpos_t /* File position type */
H A DGlossary3229 This variable defines Fpos_t to be something like fpos_t, long,