Searched refs:stat64 (Results 1 – 9 of 9) sorted by relevance
151 struct stat64 sbuf; in _gettemp()191 if (stat64 (path, &sbuf)) in _gettemp()232 else if (stat64 (path, &sbuf)) in _gettemp()
89 struct stat64 st; in _swhatbuf()
105 struct stat64 st; in fseeko()
151 struct stat64 struct295 int stat64 (const char *__restrict __path, struct stat64 *__restrict __sbuf );296 int fstat64 (int __fd, struct stat64 *__sbuf );
76 fstat64 (int fd, struct stat64 *sbuf ) in fstat64()
208 struct stat64 st; in fseeko64()234 struct stat64 st; in fseeko64()
108 struct stat64 statbuf;135 (stat64(file, &statbuf) && (errno == ENOENT))) {311 struct stat64 statbuf;333 if (stat64(file, &statbuf))
331 * Function _stat64_r:: Reentrant version of stat64
3035 * libc/include/reent.h (stat64): Define as stat under Cygwin, instead3036 of as __stat64. Undef stat64 if not building Newlib.3037 * libc/include/sys/stat.h (stat64): Define as stat under Cygwin.7546 * libc/locale/ldpart.c: Use struct stat64 when calling fstat64.12186 * libc/sys/linux/sys/stat.h: Change *stat64 prototypes to12187 take a pointer to struct stat64 rather than struct stat.14566 * libc/include/stat.h: Ditto. Also declare struct stat64.14862 * libc/include/reent.h: Define stat64 as __stat64 when14867 * libc/include/sys/stat.h[__CYGWIN__]: Only define stat64 as14874 * libc/include/sys/stat.h[__CYGWIN__]: Define stat64 as __stat64[all …]