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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fileext.h 34 struct __sfileext { struct
47 #define _EXT(fp) ((struct __sfileext *)(void *)((fp)->_ext._base))
  /bionic/libc/stdio/
local.h 76 // Note that `_seek` is ignored if `_seek64` (in __sfileext) is set.
107 // you need to make any changes, they need to be in the `__sfileext` struct
124 struct __sfileext { struct
167 #define _EXT(fp) __BIONIC_CAST(reinterpret_cast, struct __sfileext*, (fp)->_ext._base)
175 memset(_EXT(fp), 0, sizeof(struct __sfileext)); \

Completed in 80 milliseconds