Searched refs:stat64 (Results 1 – 8 of 8) sorted by relevance
152 struct stat64 sbuf; in _gettemp()192 if (stat64 (path, &sbuf)) in _gettemp()233 else if (stat64 (path, &sbuf)) in _gettemp()
90 struct stat64 st; in _swhatbuf()
106 struct stat64 st; in fseeko()
52 #define stat64 stat macro110 struct stat64277 struct stat64;278 int _stat64 (const char *__restrict __path, struct stat64 *__restrict __sbuf );279 int _fstat64 (int __fd, struct stat64 *__sbuf );
208 struct stat64 st; in fseeko64()234 struct stat64 st; in fseeko64()
115 struct stat64 statbuf;142 (stat64(file, &statbuf) && (errno == ENOENT))) {318 struct stat64 statbuf;340 if (stat64(file, &statbuf))
331 * _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 …]