Searched refs:_seek (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dfunopen.c74 fp->_seek = seekfn;
H A Dfdopen.c104 fp->_seek = __sseek;
H A Dfopen.c95 fp->_seek = __sseek;
H A Dftell.c95 if (fp->_seek == NULL) {
H A Dmakebuf.c129 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?
H A Dfreopen.c235 fp->_seek = __sseek;
H A Dstdio.c158 ret = (*fp->_seek)(fp->_cookie, offset, whence);
H A Dfindfp.c71 ._seek = __sseek, \
H A Dfseek.c115 if ((seekfn = fp->_seek) == NULL) {
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dmillions.py68 main, sub = self._seek(idx)
72 main, sub = self._seek(idx)
89 main, sub = self._seek(idx)
97 main, sub = self._seek(idx)
104 def _seek(self, idx): member in class:big_view
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdio.h133 fpos_t (*_seek) (void *, fpos_t, int); member in struct:__sFILE

Completed in 128 milliseconds