Home
last modified time | relevance | path

Searched refs:off_t_bits (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/stdio/
Dstdio.cpp512 int __fseeko64(FILE* fp, off64_t offset, int whence, int off_t_bits) { in __fseeko64() argument
530 if (off_t_bits == 32 && offset > LONG_MAX) { in __fseeko64()