Lines Matching refs:ptr
140 tmp_errno = _REENT_ERRNO(ptr); in _sflush()
141 _REENT_ERRNO(ptr) = 0; in _sflush()
155 if (curoff == -1L && _REENT_ERRNO(ptr) != 0) in _sflush()
158 if (_REENT_ERRNO(ptr) == ESPIPE || _REENT_ERRNO(ptr) == EINVAL) in _sflush()
161 _REENT_ERRNO(ptr) = tmp_errno; in _sflush()
183 if (curoff != -1 || _REENT_ERRNO(ptr) == 0 in _sflush()
184 || _REENT_ERRNO(ptr) == ESPIPE || _REENT_ERRNO(ptr) == EINVAL) in _sflush()
193 if ((fp->_flags & __SOFF) && (curoff != -1 || _REENT_ERRNO(ptr) == 0)) in _sflush()
195 _REENT_ERRNO(ptr) = tmp_errno; in _sflush()
197 FREEUB (ptr, fp); in _sflush()
274 CHECK_INIT (ptr, fp); in fflush()