Searched refs:PerlSIO_fseek (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5007001 | 152 PerlSIO_fseek # Z added by devel/scanprov
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | iperlsys.h | 263 # define PerlSIO_fseek(f,o,w) \ macro 352 # define PerlSIO_fseek(f,o,w) fseek(f,o,w) macro
|
H A D | perlio.c | 3878 return PerlSIO_fseek(stdio, offset, whence); in PerlIOBuf_open() 3912 if (PerlSIO_fseek(stdio, (Off_t) 0, SEEK_CUR) != 0) in PerlIOBuf_open()
|