Searched refs:res64 (Results 1 – 1 of 1) sorted by relevance
26 off64_t res64 = __libc_lseek64 (fd, (off64_t) offset, whence); in __libc_lseek() local27 off_t res = (off_t) res64; in __libc_lseek()29 if (sizeof res != sizeof res64 && res != res64) in __libc_lseek()