Lines Matching refs:_offset
237 fp->_offset = _IO_pos_BAD; in libc_hidden_def()
251 if (fp->_offset != _IO_pos_BAD) in libc_hidden_def()
252 _IO_pos_adjust (fp->_offset, count); in libc_hidden_def()
531 fp->_offset = _IO_pos_BAD; in libc_hidden_def()
618 fp->_offset = result; in do_ftell_wide()
721 if (fp->_offset != _IO_pos_BAD) in do_ftell_wide()
722 result = fp->_offset; in do_ftell_wide()
829 if (fp->_offset == _IO_pos_BAD) in _IO_wfile_seekoff()
833 offset += fp->_offset; in _IO_wfile_seekoff()
857 if (fp->_offset != _IO_pos_BAD && fp->_IO_read_base != NULL in _IO_wfile_seekoff()
860 off64_t start_offset = (fp->_offset in _IO_wfile_seekoff()
862 if (offset >= start_offset && offset < fp->_offset) in _IO_wfile_seekoff()
921 fp->_offset = result + count; in _IO_wfile_seekoff()
931 fp->_offset = result; in _IO_wfile_seekoff()
946 if (fp->_offset >= 0) in _IO_wfile_seekoff()
947 _IO_SYSSEEK (fp, fp->_offset, 0); in _IO_wfile_seekoff()