Home
last modified time | relevance | path

Searched refs:_stat64 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mingw-w64/mingw-w64-headers/crt/sys/
Dstat.h71 _CRTIMP int __cdecl _fstat64(int _FileDes,struct _stat64 *_Stat);
77 struct _stat64 st; in _fstat64i32()
97 _CRTIMP int __cdecl _stat64(const char *_Name,struct _stat64 *_Stat);
103 struct _stat64 st; in _stat64i32()
104 int ret=_stat64(_Name,&st); in _stat64i32()
129 _CRTIMP int __cdecl _wstat64(const wchar_t *_Name,struct _stat64 *_Stat);
223 struct _stat64 st; in fstat()
248 struct _stat64 st;
249 int ret=_stat64(_Filename,&st);
279 #define stat _stat64
/third_party/mingw-w64/mingw-w64-headers/crt/
D_mingw_stat64.h20 #define _stati64 _stat64
83 struct _stat64 { struct
97 #define __stat64 _stat64 argument
98 #define stat64 _stat64 /* for POSIX */
Dtchar.h744 #define _tstat64 _stat64
/third_party/mingw-w64/mingw-w64-crt/stdio/
D_stat64i32.c63 struct _stat64 st; in _stat64i32()
66 int ret=_stat64(_path,&st); in _stat64i32()
D_stat.c89 struct _stat64 st; in stat()
92 int ret=_stat64(_path,&st); in stat()
D_fstat64i32.c6 struct _stat64 st; in _fstat64i32()
D_fstat.c27 struct _stat64 st; in fstat()
D_wstat64i32.c63 struct _stat64 st; in _wstat64i32()
D_wstat.c91 struct _stat64 st; in wstat()
/third_party/mingw-w64/mingw-w64-crt/lib-common/
Dapi-ms-win-crt-filesystem-l1-1-0.def43 _stat64
Dmsvcrt.def.in1000 _stat64
Dmsvcr120_app.def.in1665 _stat64
1670 F_X64(_stati64 = _stat64)
/third_party/glib/glib/
Dgstdio.h49 typedef struct _stat64 GStatBuf;
/third_party/mingw-w64/mingw-w64-crt/lib64/
Dmsvcr80.def.in510 _stati64 == _stat64
511 _stat64
Dmsvcr90d.def.in993 _stati64 == _stat64
995 _stat64
Dmsvcr90.def.in935 _stati64 == _stat64
937 _stat64
Dcrtdll.def494 _stat64
Dmsvcr100.def.in1315 _stati64 == _stat64
1317 _stat64
Dmsvcr120.def.in1468 _stat64
1471 _stati64 == _stat64
Dmsvcr110.def.in1439 _stati64 == _stat64
1441 _stat64
/third_party/pulseaudio/src/utils/
Dpadsp.c131 static int (*_stat64)(const char *, struct stat64 *) = NULL; variable
213 if (!_stat64) \
214 _stat64 = (int (*)(const char *, struct stat64 *)) dlsym_fn(RTLD_NEXT, "stat64"); \
2553 return _stat64(pathname, buf);
/third_party/mingw-w64/mingw-w64-crt/lib32/
Dmsvcr80.def.in410 _stat64
Dmsvcr90.def.in1003 _stat64
Dmsvcr90d.def.in1067 _stat64
/third_party/mingw-w64/mingw-w64-crt/libarm32/
Dmsvcr110.def1088 _stat64

12