Searched refs:fstat64 (Results 1 – 6 of 6) sorted by relevance
76 fstat64 (int fd, struct stat64 *sbuf ) in fstat64() function
91 if (fp->_file < 0 || fstat64 (fp->_file, &st) < 0) in _swhatbuf()
296 int fstat64 (int __fd, struct stat64 *__sbuf );
314 * Function _fstat64_r:: Reentrant version of fstat64
151 fstat64(hashp->fp, &statbuf) == 0 && statbuf.st_size == 0)
7546 * libc/locale/ldpart.c: Use struct stat64 when calling fstat64.17330 * libc/sys/linux/io64.c: Add weak aliases for lseek64, fstat64, and18369 * libc/sys/linux/io64.c (fstat64, lstat64): New syscalls added.