Home
last modified time | relevance | path

Searched refs:_stat64i32 (Results 1 – 25 of 147) sorted by relevance

123456

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/sys/
H A Dstat.h166 struct _stat64i32 { struct
188 int __cdecl __MINGW_NOTHROW _stat64i32 (const char*, struct _stat64i32*); argument
198 int __cdecl __MINGW_NOTHROW _fstat64i32 (int, struct _stat64i32*);
200 __CRT_MAYBE_INLINE int __cdecl _fstat64i32(int desc, struct _stat64i32 *_stat) { in _fstat64i32()
204 memset(_stat, 0, sizeof(struct _stat64i32)); in _fstat64i32()
240 __CRT_MAYBE_INLINE int __cdecl _stat64i32(const char *fname, struct _stat64i32 *_stat) { in _stat64i32() function
244 memset(_stat, 0, sizeof(struct _stat64i32)); in _stat64i32()
291 #define _stat _stat64i32
313 int __cdecl __MINGW_NOTHROW _wstat64i32 (const wchar_t*, struct _stat64i32*);
314 __CRT_MAYBE_INLINE int __cdecl _wstat64i32(const wchar_t *fname, struct _stat64i32 *_stat) { in _wstat64i32()
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/sys/
H A Dstat.h166 struct _stat64i32 { struct
188 int __cdecl __MINGW_NOTHROW _stat64i32 (const char*, struct _stat64i32*); argument
198 int __cdecl __MINGW_NOTHROW _fstat64i32 (int, struct _stat64i32*);
200 __CRT_MAYBE_INLINE int __cdecl _fstat64i32(int desc, struct _stat64i32 *_stat) { in _fstat64i32()
204 memset(_stat, 0, sizeof(struct _stat64i32)); in _fstat64i32()
240 __CRT_MAYBE_INLINE int __cdecl _stat64i32(const char *fname, struct _stat64i32 *_stat) { in _stat64i32() function
244 memset(_stat, 0, sizeof(struct _stat64i32)); in _stat64i32()
291 #define _stat _stat64i32
313 int __cdecl __MINGW_NOTHROW _wstat64i32 (const wchar_t*, struct _stat64i32*);
314 __CRT_MAYBE_INLINE int __cdecl _wstat64i32(const wchar_t *fname, struct _stat64i32 *_stat) { in _wstat64i32()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A Dstat.h73 int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat);
75 __CRT_INLINE int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat) in _fstat64i32()
80 memset(_Stat,0,sizeof(struct _stat64i32)); in _fstat64i32()
99 int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat);
101 __CRT_INLINE int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat) in _stat64i32() function
106 memset(_Stat,0,sizeof(struct _stat64i32)); in _stat64i32()
128 int __cdecl _wstat64i32(const wchar_t *_Name,struct _stat64i32 *_Stat);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A Dstat.h73 int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat);
75 __CRT_INLINE int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat) in _fstat64i32()
80 memset(_Stat,0,sizeof(struct _stat64i32)); in _fstat64i32()
99 int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat);
101 __CRT_INLINE int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat) in _stat64i32() function
106 memset(_Stat,0,sizeof(struct _stat64i32)); in _stat64i32()
128 int __cdecl _wstat64i32(const wchar_t *_Name,struct _stat64i32 *_Stat);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/stdio/
H A D_stat64i32.c61 int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat) in _stat64i32() function
72 memset(_Stat,0,sizeof(struct _stat64i32)); in _stat64i32()
H A D_fstat64i32.c4 int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat) in _fstat64i32()
9 memset(_Stat,0,sizeof(struct _stat64i32)); in _fstat64i32()
H A D_wstat64i32.c61 int __cdecl _wstat64i32(const wchar_t *_Name,struct _stat64i32 *_Stat) in _wstat64i32()
72 memset(_Stat,0,sizeof(struct _stat64i32)); in _wstat64i32()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/stdio/
H A D_stat64i32.c61 int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat) in _stat64i32() function
72 memset(_Stat,0,sizeof(struct _stat64i32)); in _stat64i32()
H A D_fstat64i32.c4 int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat) in _fstat64i32()
9 memset(_Stat,0,sizeof(struct _stat64i32)); in _fstat64i32()
H A D_wstat64i32.c61 int __cdecl _wstat64i32(const wchar_t *_Name,struct _stat64i32 *_Stat) in _wstat64i32()
72 memset(_Stat,0,sizeof(struct _stat64i32)); in _wstat64i32()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwchar.h672 struct _stat64i32 { struct
694 int __cdecl __MINGW_NOTHROW _stat64i32 (const char*, struct _stat64i32*); argument
704 int __cdecl __MINGW_NOTHROW _fstat64i32 (int, struct _stat64i32*);
706 __CRT_MAYBE_INLINE int __cdecl _fstat64i32(int desc, struct _stat64i32 *_stat) { in _fstat64i32()
710 memset(_stat, 0, sizeof(struct _stat64i32)); in _fstat64i32()
746 __CRT_MAYBE_INLINE int __cdecl _stat64i32(const char *fname, struct _stat64i32 *_stat) { in _stat64i32() function
750 memset(_stat, 0, sizeof(struct _stat64i32)); in _stat64i32()
797 #define _stat _stat64i32
814 int __cdecl __MINGW_NOTHROW _wstat64i32 (const wchar_t*, struct _stat64i32*);
816 __CRT_MAYBE_INLINE int __cdecl _wstat64i32(const wchar_t *fname, struct _stat64i32 *_stat) in _wstat64i32()
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwchar.h672 struct _stat64i32 { struct
694 int __cdecl __MINGW_NOTHROW _stat64i32 (const char*, struct _stat64i32*); argument
704 int __cdecl __MINGW_NOTHROW _fstat64i32 (int, struct _stat64i32*);
706 __CRT_MAYBE_INLINE int __cdecl _fstat64i32(int desc, struct _stat64i32 *_stat) { in _fstat64i32()
710 memset(_stat, 0, sizeof(struct _stat64i32)); in _fstat64i32()
746 __CRT_MAYBE_INLINE int __cdecl _stat64i32(const char *fname, struct _stat64i32 *_stat) { in _stat64i32() function
750 memset(_stat, 0, sizeof(struct _stat64i32)); in _stat64i32()
797 #define _stat _stat64i32
814 int __cdecl __MINGW_NOTHROW _wstat64i32 (const wchar_t*, struct _stat64i32*);
816 __CRT_MAYBE_INLINE int __cdecl _wstat64i32(const wchar_t *fname, struct _stat64i32 *_stat) in _wstat64i32()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h19 #define _stat _stat64i32
69 struct _stat64i32 { struct
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h19 #define _stat _stat64i32
69 struct _stat64i32 { struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_win.cc97 int _fstat64i32(int fd, struct _stat64i32* buf) { in _fstat64i32()
196 int _stat64i32(const char* path, struct _stat64i32* buf) { in _stat64i32() function
H A Dkernel_wrap.h88 int _fstat64i32(int fd, struct _stat64i32* buf);
127 int _stat64i32(const char* path, struct _stat64i32* buf);
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/host/
H A Dos_stat.c16 struct _stat64i32 s; in os_stat()
/dports/security/rnp/rnp-0.15.2/src/common/
H A Dfile-utils.cpp129 static_assert(sizeof(struct stat) == sizeof(struct _stat64i32), in rnp_stat()
132 return _wstat64i32(wstr_from_utf8(filename).c_str(), (struct _stat64i32 *) statbuf); in rnp_stat()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/common/
H A Dfile-utils.cpp129 static_assert(sizeof(struct stat) == sizeof(struct _stat64i32), in rnp_stat()
132 return _wstat64i32(wstr_from_utf8(filename).c_str(), (struct _stat64i32 *) statbuf); in rnp_stat()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/win32/
H A Dvs2015hack.cpp21 int VS14Stat(const char *path, struct _stat64i32 *buffer) in VS14Stat()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/DllLoader/exports/
H A Demu_msvcrt.h130 int dll_stat64i32(const char *path, struct _stat64i32 *buffer);
154 int dll_fstat64i32(int fd, struct _stat64i32 *buffer);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreFileSystem.cpp336 struct _stat64i32 tagStat; in open()
514 struct _stat64i32 tagStat; in exists()
545 struct _stat64i32 tagStat; in getModifiedTime()
/dports/devel/ice37/ice-3.7.2/cpp/include/IceUtil/
H A DFileUtil.h47 typedef struct _stat64i32 structstat;
/dports/devel/php-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DFileUtil.h47 typedef struct _stat64i32 structstat;
/dports/devel/py-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DFileUtil.h47 typedef struct _stat64i32 structstat;

123456