Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/IO/
H A DIO.xs163 Fpos_t pos;
169 sv_setpvn(ST(0), (char *)&pos, sizeof(Fpos_t));
178 Fpos_t pos;
183 ST(0) = newSVpvn_flags((char*)&pos, sizeof(Fpos_t), SVs_TEMP);
185 ST(0) = sv_2mortal(newSVpvn((char*)&pos, sizeof(Fpos_t)));
205 if (SvOK(pos) && (p = SvPV(pos,len)) && len == sizeof(Fpos_t)) {
206 RETVAL = PerlIO_setpos(handle, (Fpos_t*)p);
218 if ((p = SvPV(pos,len)) && len == sizeof(Fpos_t)) {
219 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 Duconfig.h5289 #define Fpos_t int /* File position type */ macro
H A Diperlsys.h110 typedef int (*LPGetpos)(struct IPerlStdIO*, FILE*, Fpos_t*);
112 const Fpos_t*);
H A Dperlio.c5187 Fpos_t * const fpos = (Fpos_t *) SvPV(pos, len); in PerlIO_setpos()
5188 if(len == sizeof(Fpos_t)) in PerlIO_setpos()
5217 Fpos_t fpos; in PerlIO_getpos()
H A Dperl.h3401 # undef Fpos_t
3402 # define Fpos_t fpos64_t macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dperlhost.h793 PerlStdIOGetpos(struct IPerlStdIO* piPerl, FILE* pf, Fpos_t *p) in PerlStdIOGetpos()
799 PerlStdIOSetpos(struct IPerlStdIO* piPerl, FILE* pf, const Fpos_t *p) in PerlStdIOSetpos()
H A Dconfig_H.gc5266 /* Fpos_t:
5271 #define Fpos_t fpos_t /* File position type */
H A Dconfig_H.vc5266 /* Fpos_t:
5271 #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 DGlossary3222 This variable defines Fpos_t to be something like fpos_t, long,