HomeSort by relevance Sort by last modified time
    Searched defs:_ext (Results 1 - 4 of 4) sorted by null

  /bionic/libc/stdio/
local.h 86 struct __sbuf _ext; member in struct:__sFILE
108 // below, and accessed via `_EXT`.
167 #define _EXT(fp) __BIONIC_CAST(reinterpret_cast, struct __sfileext*, (fp)->_ext._base)
169 #define _UB(fp) _EXT(fp)->_ub
170 #define _FLOCK(fp) _EXT(fp)->_lock
174 (fp)->_ext._base = __BIONIC_CAST(reinterpret_cast, unsigned char*, fext); \
175 memset(_EXT(fp), 0, sizeof(struct __sfileext)); \
176 _EXT(fp)->_caller_handles_locking = true; \
230 if (!_EXT(fp)->_caller_handles_locking) flockfile(fp
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 236 struct __sbuf _ext; member in struct:__sFILE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 147 } _ext; member in union:__res_state::__anon62988
  /bionic/libc/dns/include/
resolv_private.h 187 } _ext; member in union:__res_state::__anon236

Completed in 91 milliseconds