Searched refs:_EXT (Results 1 – 4 of 4) sorted by relevance
53 (_EXT(fp) ? &(_EXT(fp)->_wcio) : (struct wchar_io_data *)0)83 memset(&(_EXT(fp)->_wcio), 0, sizeof(struct wchar_io_data))
151 #define _EXT(fp) reinterpret_cast<__sfileext*>((fp)->_ext._base) macro153 #define _EXT(fp) ((struct __sfileext *)((fp)->_ext._base)) macro156 #define _UB(fp) _EXT(fp)->_ub157 #define _FLOCK(fp) _EXT(fp)->_lock169 _EXT(fp)->_caller_handles_locking = false; \242 #define FLOCKFILE(fp) if (!_EXT(fp)->_caller_handles_locking) flockfile(fp)243 #define FUNLOCKFILE(fp) if (!_EXT(fp)->_caller_handles_locking) funlockfile(fp)
79 int old_state = _EXT(fp)->_caller_handles_locking ? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL; in __fsetlocking()89 _EXT(fp)->_caller_handles_locking = (type == FSETLOCKING_BYCALLER); in __fsetlocking()
166 _EXT(fp)->_seek64 = nullptr; in __sfp()192 _EXT(fp)->_seek64 = __sseek64; in __fopen()351 _EXT(fp)->_seek64 = __sseek64; in freopen()428 if (_EXT(fp)->_seek64 != nullptr) { in __seek_unlocked()429 return (*_EXT(fp)->_seek64)(fp->_cookie, offset, whence); in __seek_unlocked()597 _EXT(fp)->_seek64 = seek_fn; in funopen64()