Searched refs:posn (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.xs12 Off_t posn;
45 s->posn = SvCUR(s->var);
47 s->posn = 0;
82 s->posn = offset;
85 s->posn = offset + s->posn;
88 s->posn = offset + SvCUR(s->var);
91 if ((STRLEN) s->posn > SvCUR(s->var)) {
92 (void) SvGROW(s->var, (STRLEN) s->posn);
101 return s->posn;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c2031 PerlIOSelf(f, PerlIOBuf)->posn = old;
3395 Off_t posn = PerlIO_tell(PerlIONext(f)); local
3396 if (posn != (Off_t) - 1) {
3397 b->posn = posn;
3493 b->posn += (p - buf);
3500 b->posn += (b->ptr - buf);
3505 if (PerlIOValid(n) && PerlIO_seek(n, b->posn, SEEK_SET) == 0) {
3507 b->posn = PerlIO_tell(n = PerlIONext(f));
3514 b->posn
3732 Off_t posn = b->posn; local
4370 Off_t posn; local
4904 Off_t *posn = (Off_t *) SvPV(pos, len); local
4939 Off_t posn = PerlIO_tell(f); local
[all...]
H A Dperliol.h156 Off_t posn; /* Offset of buf into the file */ member in struct:__anon100
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm145 =item $obj->SEEK($posn,$whence,$fh)

Completed in 23 milliseconds