Searched refs:_EXT (Results 1 – 3 of 3) sorted by relevance
170 #define _EXT(fp) __BIONIC_CAST(reinterpret_cast, struct __sfileext*, (fp)->_ext._base) macro172 #define _UB(fp) _EXT(fp)->_ub173 #define _FLOCK(fp) _EXT(fp)->_lock178 memset(_EXT(fp), 0, sizeof(struct __sfileext)); \179 _EXT(fp)->_caller_handles_locking = true; \233 if (!_EXT(fp)->_caller_handles_locking) flockfile(fp)235 if (!_EXT(fp)->_caller_handles_locking) funlockfile(fp)292 #define WCIO_GET(fp) (_EXT(fp) ? &(_EXT(fp)->_wcio) : (struct wchar_io_data*)0)
80 int old_state = _EXT(fp)->_caller_handles_locking ? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL; in __fsetlocking()90 _EXT(fp)->_caller_handles_locking = (type == FSETLOCKING_BYCALLER); in __fsetlocking()
199 memset(_EXT(fp), 0, sizeof(struct __sfileext)); in __sfp()201 _EXT(fp)->_caller_handles_locking = false; in __sfp()206 _EXT(fp)->_seek64 = nullptr; in __sfp()246 _EXT(fp)->_seek64 = __sseek64; in __fopen()400 _EXT(fp)->_seek64 = __sseek64; in freopen()426 pid_t pid = _EXT(fp)->_popen_pid; in __FILE_close()433 _EXT(fp)->_popen_pid = 0; in __FILE_close()555 if (_EXT(fp)->_seek64 != nullptr) { in __seek_unlocked()556 return (*_EXT(fp)->_seek64)(fp->_cookie, offset, whence); in __seek_unlocked()733 _EXT(fp)->_seek64 = seek_fn; in funopen64()[all …]