Searched defs:_EXT (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdio/
H A Dlocal.h106 // below, and accessed via `_EXT`.
150 #define _EXT(fp) __BIONIC_CAST(reinterpret_cast, struct __sfileext*, (fp)->_ext._base) macro
152 #define _UB(fp) _EXT(fp)->_ub
153 #define _FLOCK(fp) _EXT(fp)->_lock
165 _EXT(fp)->_caller_handles_locking = false; \
236 #define FLOCKFILE(fp) if (!_EXT(fp)->_caller_handles_locking) flockfile(fp)
237 #define FUNLOCKFILE(fp) if (!_EXT(fp)->_caller_handles_locking) funlockfile(fp)

Completed in 94 milliseconds