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

/bionic/libc/stdio/
H A Dlocal.h74 // Note that `_seek` is ignored if `_seek64` (in __sfileext) is set.
105 // you need to make any changes, they need to be in the `__sfileext` struct
109 struct __sfileext { struct
151 #define _EXT(fp) reinterpret_cast<__sfileext*>((fp)->_ext._base)
153 #define _EXT(fp) ((struct __sfileext *)((fp)->_ext._base))

Completed in 87 milliseconds