Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dmktemp.c152 struct stat64 sbuf; in _gettemp()
192 if (stat64 (path, &sbuf)) in _gettemp()
233 else if (stat64 (path, &sbuf)) in _gettemp()
Dmakebuf.c90 struct stat64 st; in _swhatbuf()
Dfseeko.c106 struct stat64 st; in fseeko()
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dstat.h52 #define stat64 stat macro
110 struct stat64
277 struct stat64;
278 int _stat64 (const char *__restrict __path, struct stat64 *__restrict __sbuf );
279 int _fstat64 (int __fd, struct stat64 *__sbuf );
/picolibc-3.7.0-3.6.0/newlib/libc/stdio64/
Dfseeko64.c208 struct stat64 st; in fseeko64()
234 struct stat64 st; in fseeko64()
/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash.c115 struct stat64 statbuf;
142 (stat64(file, &statbuf) && (errno == ENOENT))) {
318 struct stat64 statbuf;
340 if (stat64(file, &statbuf))
/picolibc-3.7.0-3.6.0/newlib/libc/
Dsys.tex331 * _stat64_r:: Reentrant version of stat64
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20153035 * libc/include/reent.h (stat64): Define as stat under Cygwin, instead
3036 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 to
12187 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 when
14867 * libc/include/sys/stat.h[__CYGWIN__]: Only define stat64 as
14874 * libc/include/sys/stat.h[__CYGWIN__]: Define stat64 as __stat64
[all …]