Home
last modified time | relevance | path

Searched refs:__stat64 (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/unix/sysv/linux/
H A Dstat64.c35 __stat64 (const char *file, struct stat64 *buf) in hidden_def()
46 hidden_def (__stat64)
47 weak_alias (__stat64, stat64)
50 strong_alias (__stat64, __stat)
51 weak_alias (__stat64, stat)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/unix/sysv/linux/
H A Dstat64.c35 __stat64 (const char *file, struct stat64 *buf) in hidden_def()
46 hidden_def (__stat64)
47 weak_alias (__stat64, stat64)
50 strong_alias (__stat64, __stat)
51 weak_alias (__stat64, stat)
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/tvos/filesystem/
H A DTVOSFile.h39 int Stat(const CURL& url, struct __stat64* buffer) override;
40 int Stat(struct __stat64* buffer) override;
58 struct __stat64 m_cachedStat;
60 int CacheStat(const CURL& url, struct __stat64* buffer);
H A DTVOSFile.cpp47 int CTVOSFile::CacheStat(const CURL& url, struct __stat64* buffer) in CacheStat()
55 memset(buffer, 0, sizeof(struct __stat64)); in CacheStat()
124 int CTVOSFile::Stat(const CURL& url, struct __stat64* buffer) in Stat()
168 int CTVOSFile::Stat(struct __stat64* buffer) in Stat()
170 memcpy(buffer, &m_cachedStat, sizeof(struct __stat64)); in Stat()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DNFSFile.h21 struct __stat64;
22 #define NFSSTAT struct __stat64
115 int Stat(const CURL& url, struct __stat64* buffer) override;
116 int Stat(struct __stat64* buffer) override;
H A DIFile.cpp28 int IFile::Stat(struct __stat64* buffer) in Stat()
30 memset(buffer, 0, sizeof(struct __stat64)); in Stat()
H A DOverrideFile.h24 int Stat(const CURL& url, struct __stat64* buffer) override;
25 int Stat(struct __stat64* buffer) override;
H A DPipeFile.cpp56 int CPipeFile::Stat(const CURL& url, struct __stat64* buffer) in Stat()
61 int CPipeFile::Stat(struct __stat64* buffer) in Stat()
63 memset(buffer,0,sizeof(struct __stat64)); in Stat()
H A DZipFile.h29 int Stat(struct __stat64* buffer) override;
30 int Stat(const CURL& url, struct __stat64* buffer) override;
H A DXbtFile.h33 int Stat(struct __stat64* buffer) override;
34 int Stat(const CURL& url, struct __stat64* buffer) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win10/filesystem/
H A DWinLibraryFile.h39 virtual int Stat(const CURL& url, struct __stat64* statData);
40 virtual int Stat(struct __stat64* statData);
52 static int Stat(const winrt::Windows::Storage::StorageFile& file, struct __stat64* statData);
/dports/devel/p8-platform/platform-p8-platform-2.1.0.1/src/posix/
H A Dos-types.h124 #define __stat64 stat macro
136 #define __stat64 stat macro
141 #define __stat64 stat64 macro
/dports/devel/hyperscan/boost_1_75_0/boost/nowide/
H A Dstat.hpp17 struct __stat64;
34 typedef struct ::__stat64 stat_t;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/nowide/
H A Dstat.hpp17 struct __stat64;
34 typedef struct ::__stat64 stat_t;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/android/filesystem/
H A DAPKFile.cpp93 struct __stat64 buffer; in Exists()
184 int CAPKFile::Stat(struct __stat64* buffer) in Stat()
189 int CAPKFile::Stat(const CURL& url, struct __stat64* buffer) in Stat()
191 memset(buffer, 0, sizeof(struct __stat64)); in Stat()
H A DAPKFile.h30 int Stat(struct __stat64* buffer) override;
31 int Stat(const CURL& url, struct __stat64* buffer) override;
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/include/sys/
H A Dstat.h33 extern int __stat64 (const char *__file, struct stat64 *__buf);
43 hidden_proto (__stat64)
50 # define __stat64_time64 __stat64
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/include/sys/
H A Dstat.h33 extern int __stat64 (const char *__file, struct stat64 *__buf);
43 hidden_proto (__stat64)
50 # define __stat64_time64 __stat64
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DUtil.h95 static void StatToStat64(struct __stat64 *result, const struct stat *stat);
96 static void Stat64ToStatI64(struct _stati64 *result, struct __stat64 *stat);
97 static void StatI64ToStat64(struct __stat64 *result, struct _stati64 *stat);
98 static void Stat64ToStat(struct stat *result, struct __stat64 *stat);
100 static void Stat64ToStat64i32(struct _stat64i32 *result, struct __stat64 *stat);
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dwin-compat.h212 struct __stat64 { struct
225 _CRTIMP int __cdecl _stat64(const char*, struct __stat64*); argument
226 _CRTIMP int __cdecl _wstat64(const wchar_t*, struct __stat64*);
227 _CRTIMP int __cdecl _fstat64(int, struct __stat64*);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/posix/filesystem/
H A DPosixFile.h37 int Stat(const CURL& url, struct __stat64* buffer) override;
38 int Stat(struct __stat64* buffer) override;
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dstat_.h47 # define stat __stat64
48 # define struct_stat struct __stat64
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dstat_.h47 # define stat __stat64
48 # define struct_stat struct __stat64
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/filesystem/
H A DWin32File.h41 virtual int Stat(const CURL& url, struct __stat64* statData);
42 virtual int Stat(struct __stat64* statData);
/dports/lang/ghc/ghc-8.10.7/utils/fs/
H A Dfs.h37 int FS(_stat64) (const char *path, struct __stat64 *buffer);
39 int FS(_wstat64) (const wchar_t *path, struct __stat64 *buffer);

12345678910>>...24