Searched refs:_stat64 (Results 1 – 25 of 36) sorted by relevance
12
/third_party/mingw-w64/mingw-w64-headers/crt/sys/ |
D | stat.h | 71 _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.h | 20 #define _stati64 _stat64 83 struct _stat64 { struct 97 #define __stat64 _stat64 argument 98 #define stat64 _stat64 /* for POSIX */
|
D | tchar.h | 744 #define _tstat64 _stat64
|
/third_party/mingw-w64/mingw-w64-crt/stdio/ |
D | _stat64i32.c | 63 struct _stat64 st; in _stat64i32() 66 int ret=_stat64(_path,&st); in _stat64i32()
|
D | _stat.c | 89 struct _stat64 st; in stat() 92 int ret=_stat64(_path,&st); in stat()
|
D | _fstat64i32.c | 6 struct _stat64 st; in _fstat64i32()
|
D | _fstat.c | 27 struct _stat64 st; in fstat()
|
D | _wstat64i32.c | 63 struct _stat64 st; in _wstat64i32()
|
D | _wstat.c | 91 struct _stat64 st; in wstat()
|
/third_party/mingw-w64/mingw-w64-crt/lib-common/ |
D | api-ms-win-crt-filesystem-l1-1-0.def | 43 _stat64
|
D | msvcrt.def.in | 1000 _stat64
|
D | msvcr120_app.def.in | 1665 _stat64 1670 F_X64(_stati64 = _stat64)
|
/third_party/glib/glib/ |
D | gstdio.h | 49 typedef struct _stat64 GStatBuf;
|
/third_party/mingw-w64/mingw-w64-crt/lib64/ |
D | msvcr80.def.in | 510 _stati64 == _stat64 511 _stat64
|
D | msvcr90d.def.in | 993 _stati64 == _stat64 995 _stat64
|
D | msvcr90.def.in | 935 _stati64 == _stat64 937 _stat64
|
D | crtdll.def | 494 _stat64
|
D | msvcr100.def.in | 1315 _stati64 == _stat64 1317 _stat64
|
D | msvcr120.def.in | 1468 _stat64 1471 _stati64 == _stat64
|
D | msvcr110.def.in | 1439 _stati64 == _stat64 1441 _stat64
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 131 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/ |
D | msvcr80.def.in | 410 _stat64
|
D | msvcr90.def.in | 1003 _stat64
|
D | msvcr90d.def.in | 1067 _stat64
|
/third_party/mingw-w64/mingw-w64-crt/libarm32/ |
D | msvcr110.def | 1088 _stat64
|
12