Home
last modified time | relevance | path

Searched refs:_wstat32i64 (Results 1 – 17 of 17) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h10 #define _wstati64 _wstat32i64
14 #define _wstat32i64 _wstati64 macro
H A Dtchar.h378 #define _tstat32i64 _wstat32i64
H A Dwchar.h419 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h10 #define _wstati64 _wstat32i64
14 #define _wstat32i64 _wstati64 macro
H A Dtchar.h378 #define _tstat32i64 _wstat32i64
H A Dwchar.h419 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat);
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/sysdeps/win32/
H A Dstat.cpp33 #define wstat _wstat32i64 in adb_stat()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/adb/sysdeps/win32/
H A Dstat.cpp33 #define wstat _wstat32i64 in adb_stat()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/sys/
H A Dstat.h312 _CRTIMP int __cdecl __MINGW_NOTHROW _wstat32i64 (const wchar_t*, struct _stat32i64*);
334 __CRT_MAYBE_INLINE int __cdecl _wstat32i64(const wchar_t *fname, struct _stat32i64 *_stat) { in _wstat32i64() function
357 #define _wstati64 _wstat32i64
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/sys/
H A Dstat.h312 _CRTIMP int __cdecl __MINGW_NOTHROW _wstat32i64 (const wchar_t*, struct _stat32i64*);
334 __CRT_MAYBE_INLINE int __cdecl _wstat32i64(const wchar_t *fname, struct _stat32i64 *_stat) { in _wstat32i64() function
357 #define _wstati64 _wstat32i64
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwchar.h813 _CRTIMP int __cdecl __MINGW_NOTHROW _wstat32i64 (const wchar_t*, struct _stat32i64*);
837 __CRT_MAYBE_INLINE int __cdecl _wstat32i64(const wchar_t *fname, struct _stat32i64 *_stat) { in _wstat32i64() function
860 #define _wstati64 _wstat32i64
H A Dtchar.h248 #define _tstat32i64 _wstat32i64
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwchar.h813 _CRTIMP int __cdecl __MINGW_NOTHROW _wstat32i64 (const wchar_t*, struct _stat32i64*);
837 __CRT_MAYBE_INLINE int __cdecl _wstat32i64(const wchar_t *fname, struct _stat32i64 *_stat) { in _wstat32i64() function
860 #define _wstati64 _wstat32i64
H A Dtchar.h248 #define _tstat32i64 _wstat32i64
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A Dstat.h127 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A Dstat.h127 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2008-08-1052106 This cleanup also makes us call _wstat64 instead of _wstat32i64. The
52108 64-bit time values, while _wstat32i64 only gives 32-bit time values.