Home
last modified time | relevance | path

Searched refs:_seek (Results 1 – 15 of 15) sorted by last modified time

/openbsd/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm182 $self->_seek($n); # we can do this now that offsets is populated
311 $self->_seek($len);
387 $self->_seek($n);
837 sub _seek { subroutine
865 $self->_seek(-1); # tricky -- see comment at _seek
886 $self->_seek(-1); # tricky -- see comment at _seek
967 $self->_seek(-1); # position after the end of the last record
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2613 CHECK_SIZE_AND_OFFSET(FILE, _seek);
H A Dsanitizer_platform_limits_netbsd.h476 u64 (*_seek)(void *, u64, int); member
/openbsd/lib/libc/stdio/
H A Dopen_memstream.c151 fp->_seek = memstream_seek; in open_memstream()
H A Dopen_wmemstream.c162 fp->_seek = wmemstream_seek; in open_wmemstream()
H A Dfseek.c64 if ((seekfn = fp->_seek) == NULL) { in fseeko()
H A Dfreopen.c156 fp->_seek = __sseek; in freopen()
H A Dftell.c47 if (fp->_seek == NULL) { in ftello()
62 pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR); in ftello()
H A Dfunopen.c65 fp->_seek = seekfn; in funopen()
H A Dmakebuf.c104 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ? in __swhatbuf()
H A Dfmemopen.c184 fp->_seek = fmemopen_seek; in fmemopen()
H A Dfdopen.c88 fp->_seek = __sseek; in fdopen()
H A Dfopen.c72 fp->_seek = __sseek; in fopen()
/openbsd/sys/arch/luna88k/stand/boot/
H A Dconf.c99 __CONCAT(fs,_seek), \
/openbsd/include/
H A Dstdio.h112 fpos_t (*_seek)(void *, fpos_t, int); member