Searched defs:_seek (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.
80 fpos_t (*_seek)(void*, fpos_t, int); member in struct:__sFILE
122 // Equivalent to `_seek` but for _FILE_OFFSET_BITS=64.
123 // Callers should use this but fall back to `__sFILE::_seek`.

Completed in 62 milliseconds