HomeSort by relevance Sort by last modified time
    Searched refs:__sseek (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 99 * __sseek is mainly paranoia.) It is safe to set _blksize
104 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?
  /bionic/libc/stdio/
local.h 199 __LIBC32_LEGACY_PUBLIC__ fpos_t __sseek(void *, fpos_t, int);
stdio.cpp 220 // TODO: check in __sseek instead.
411 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { function

Completed in 82 milliseconds