Home
last modified time | relevance | path

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

12345678910>>...23

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A 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
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A 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
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/sys/
H A Dstat.h137 struct _stat64 { struct
186 _CRTIMP int __cdecl __MINGW_NOTHROW _stat64 (const char*, struct _stat64*);
196 _CRTIMP int __cdecl __MINGW_NOTHROW _fstat64 (int, struct _stat64*);
201 struct _stat64 st; in _fstat64i32()
241 struct _stat64 st; in _stat64i32()
242 int ret = _stat64(fname, &st); in _stat64i32()
281 #define __stat64 _stat64
292 #define _stati64 _stat64
311 _CRTIMP int __cdecl __MINGW_NOTHROW _wstat64 (const wchar_t*, struct _stat64*);
315 struct _stat64 st; in _wstat64i32()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/sys/
H A Dstat.h137 struct _stat64 { struct
186 _CRTIMP int __cdecl __MINGW_NOTHROW _stat64 (const char*, struct _stat64*);
196 _CRTIMP int __cdecl __MINGW_NOTHROW _fstat64 (int, struct _stat64*);
201 struct _stat64 st; in _fstat64i32()
241 struct _stat64 st; in _stat64i32()
242 int ret = _stat64(fname, &st); in _stat64i32()
281 #define __stat64 _stat64
292 #define _stati64 _stat64
311 _CRTIMP int __cdecl __MINGW_NOTHROW _wstat64 (const wchar_t*, struct _stat64*);
315 struct _stat64 st; in _wstat64i32()
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dbstath.inc41 P_stat64 = ^_stat64;
42 Pstat64 = ^_stat64;
43 _stat64 = record
90 TStatBuf64 = _stat64;
H A Dsstath.inc87 function stat64(__file:Pchar; var __buf: _stat64):longint;
88 function fstat64(__fd:longint; var __buf: _stat64):longint;
91 function lstat64(__file:Pchar; var __buf:_stat64):longint;
97 function __fxstat64(__ver:longint; __fildes:longint; var __stat_buf: _stat64):longint;cdecl;externa…
98 function __xstat64(__ver:longint; __filename:Pchar; var __stat_buf: _stat64):longint;cdecl;external…
99 function __lxstat64(__ver:longint; __filename:Pchar; var __stat_buf: _stat64):longint;cdecl;externa…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h20 #define _stati64 _stat64
83 struct _stat64 { struct
97 #define __stat64 _stat64 argument
98 #define stat64 _stat64 /* for POSIX */
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h20 #define _stati64 _stat64
83 struct _stat64 { struct
97 #define __stat64 _stat64 argument
98 #define stat64 _stat64 /* for POSIX */
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/win32unix/
H A Dstat.c55 static value stat_aux(int use_64, __int64 st_ino, struct _stat64 *buf) in stat_aux()
140 …t do_lstat, int use_64, char* path, mlsize_t l, HANDLE fstat, __int64* st_ino, struct _stat64* res) in safe_do_stat()
297 … do_lstat, int use_64, char* opath, mlsize_t l, HANDLE fstat, __int64* st_ino, struct _stat64* res) in do_stat()
309 struct _stat64 buf; in unix_stat()
321 struct _stat64 buf; in unix_stat_64()
333 struct _stat64 buf; in unix_lstat()
345 struct _stat64 buf; in unix_lstat_64()
358 struct _stat64 buf; in do_fstat()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/win32unix/
H A Dstat.c55 static value stat_aux(int use_64, __int64 st_ino, struct _stat64 *buf) in stat_aux()
140 …t do_lstat, int use_64, char* path, mlsize_t l, HANDLE fstat, __int64* st_ino, struct _stat64* res) in safe_do_stat()
297 … do_lstat, int use_64, char* opath, mlsize_t l, HANDLE fstat, __int64* st_ino, struct _stat64* res) in do_stat()
309 struct _stat64 buf; in unix_stat()
321 struct _stat64 buf; in unix_stat_64()
333 struct _stat64 buf; in unix_lstat()
345 struct _stat64 buf; in unix_lstat_64()
358 struct _stat64 buf; in do_fstat()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dstat643f.c56 struct _stat64 *bp; in ENT3F()
60 bp = (struct _stat64 *)&b; in ENT3F()
63 if (i = _stat64(p, bp)) in ENT3F()
H A Dfstat643f.c54 struct _stat64 *bp; in ENT3F()
58 bp = (struct _stat64 *)&b; in ENT3F()
63 if (i = _stat64(FIO_FCB_NAME(f), bp)) in ENT3F()
/dports/archivers/liblz4/lz4-1.9.3/tests/
H A DroundTripTest.c152 struct _stat64 statbuf; in getFileSize()
153 r = _stat64(infilename, &statbuf); in getFileSize()
168 struct _stat64 statbuf; in isDirectory()
169 r = _stat64(infilename, &statbuf); in isDirectory()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/tests/
H A DroundTripTest.c152 struct _stat64 statbuf; in getFileSize()
153 r = _stat64(infilename, &statbuf); in getFileSize()
168 struct _stat64 statbuf; in isDirectory()
169 r = _stat64(infilename, &statbuf); in isDirectory()
/dports/lang/chez-scheme/ChezScheme-9.5.4/lz4/tests/
H A DroundTripTest.c152 struct _stat64 statbuf; in getFileSize()
153 r = _stat64(infilename, &statbuf); in getFileSize()
168 struct _stat64 statbuf; in isDirectory()
169 r = _stat64(infilename, &statbuf); in isDirectory()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/tests/
H A DroundTripCrash.c162 struct _stat64 statbuf; in getFileSize()
163 r = _stat64(infilename, &statbuf); in getFileSize()
178 struct _stat64 statbuf; in isDirectory()
179 r = _stat64(infilename, &statbuf); in isDirectory()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/tests/
H A DroundTripCrash.c162 struct _stat64 statbuf; in parse_args()
163 r = _stat64(infilename, &statbuf); in parse_args()
178 struct _stat64 statbuf;
179 r = _stat64(infilename, &statbuf);
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/tests/
H A DroundTripCrash.c162 struct _stat64 statbuf; in getFileSize()
163 r = _stat64(infilename, &statbuf); in getFileSize()
178 struct _stat64 statbuf; in isDirectory()
179 r = _stat64(infilename, &statbuf); in isDirectory()
/dports/archivers/zstd/zstd-1.5.0/tests/
H A DroundTripCrash.c162 struct _stat64 statbuf; in getFileSize()
163 r = _stat64(infilename, &statbuf); in getFileSize()
178 struct _stat64 statbuf; in isDirectory()
179 r = _stat64(infilename, &statbuf); in isDirectory()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A DroundTripCrash.c162 struct _stat64 statbuf; in getFileSize()
163 r = _stat64(infilename, &statbuf); in getFileSize()
178 struct _stat64 statbuf; in isDirectory()
179 r = _stat64(infilename, &statbuf); in isDirectory()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/
H A DroundTripCrash.c162 struct _stat64 statbuf; in getFileSize()
163 r = _stat64(infilename, &statbuf); in getFileSize()
178 struct _stat64 statbuf; in isDirectory()
179 r = _stat64(infilename, &statbuf); in isDirectory()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A DroundTripCrash.c162 struct _stat64 statbuf; in getFileSize()
163 r = _stat64(infilename, &statbuf); in getFileSize()
178 struct _stat64 statbuf; in isDirectory()
179 r = _stat64(infilename, &statbuf); in isDirectory()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/tests/
H A DroundTripCrash.c162 struct _stat64 statbuf; in parse_args()
163 r = _stat64(infilename, &statbuf); in parse_args()
178 struct _stat64 statbuf;
179 r = _stat64(infilename, &statbuf);
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/tests/
H A DroundTripCrash.c162 struct _stat64 statbuf; in getFileSize()
163 r = _stat64(infilename, &statbuf); in getFileSize()
178 struct _stat64 statbuf; in isDirectory()
179 r = _stat64(infilename, &statbuf); in isDirectory()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A DroundTripCrash.c162 struct _stat64 statbuf; in getFileSize()
163 r = _stat64(infilename, &statbuf); in getFileSize()
178 struct _stat64 statbuf; in isDirectory()
179 r = _stat64(infilename, &statbuf); in isDirectory()

12345678910>>...23