Home
last modified time | relevance | path

Searched refs:_fstat32i64 (Results 1 – 11 of 11) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h8 #define _fstati64 _fstat32i64
12 #define _fstat32i64 _fstati64 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h8 #define _fstati64 _fstat32i64
12 #define _fstat32i64 _fstati64 macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/sys/
H A Dstat.h197 int __cdecl __MINGW_NOTHROW _fstat32i64 (int, struct _stat32i64*);
220 __CRT_MAYBE_INLINE int __cdecl _fstat32i64(int desc, struct _stat32i64 *_stat) { in _fstat32i64() function
284 #define _fstati64 _fstat32i64
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/sys/
H A Dstat.h197 int __cdecl __MINGW_NOTHROW _fstat32i64 (int, struct _stat32i64*);
220 __CRT_MAYBE_INLINE int __cdecl _fstat32i64(int desc, struct _stat32i64 *_stat) { in _fstat32i64() function
284 #define _fstati64 _fstat32i64
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A Dstat.h72 _CRTIMP int __cdecl _fstat32i64(int _FileDes,struct _stat32i64 *_Stat);
277 #define fstat _fstat32i64
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A Dstat.h72 _CRTIMP int __cdecl _fstat32i64(int _FileDes,struct _stat32i64 *_Stat);
277 #define fstat _fstat32i64
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_win.cc90 int _fstat32i64(int fd, struct _stat32i64* buf) { in _fstat32i64() function
H A Dkernel_wrap.h87 int _fstat32i64(int fd, struct _stat32i64* buf);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwchar.h703 int __cdecl __MINGW_NOTHROW _fstat32i64 (int, struct _stat32i64*);
726 __CRT_MAYBE_INLINE int __cdecl _fstat32i64(int desc, struct _stat32i64 *_stat) { in _fstat32i64() function
790 #define _fstati64 _fstat32i64
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwchar.h703 int __cdecl __MINGW_NOTHROW _fstat32i64 (int, struct _stat32i64*);
726 __CRT_MAYBE_INLINE int __cdecl _fstat32i64(int desc, struct _stat32i64 *_stat) { in _fstat32i64() function
790 #define _fstati64 _fstat32i64
/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dcompat.cpp82 _fstat32i64(fd, &st); in file_size()