Home
last modified time | relevance | path

Searched defs:FStat (Results 1 – 15 of 15) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.Stat.Pipe.cs14 internal static extern int FStat(SafePipeHandle fd, out FileStatus output); in FStat() method in Interop.Sys
H A DInterop.Stat.cs57 internal static extern int FStat(SafeFileHandle fd, out FileStatus output); in FStat() method in Interop.Sys
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dstats.cpp38 FStat::FStat (const char *cname) in FStat() function in FStat
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dstats.cpp56 FStat::FStat (const char *name) in FStat() function in FStat
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/Interop/Unix/System.Native/
H A DInterop.Stat.cs53 internal static extern int FStat(SafeFileHandle fd, out FileStatus output); in FStat() method in Interop.Sys
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/Interop/Unix/System.Native/
H A DInterop.Stat.cs57 internal static extern int FStat(SafeFileHandle fd, out FileStatus output); in FStat() method in Interop.Sys
/dports/net/grive2/grive2-ffb744a/libgrive/src/util/
H A DFile.cc69 struct stat FStat( int fd ) in FStat() function
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/
H A Dvfs-tmp.h92 virtual int FStat(int fd, FSStat* st, int* err, FSCInfo* info) override in FStat() function
H A Dvfs-smb.cpp441 int FSSmb::FStat( int fd, FSStat* st, int* err, FSCInfo* info ) in FStat() function in FSSmb
H A Dvfs.cpp35 int FS::FStat( int fd, FSStat* st, int* err, FSCInfo* info ) { SetError( err, 0 ); return -1; } in FStat() function in FS
677 int FSSys::FStat( int fd, FSStat* fsStat, int* err, FSCInfo* info ) in FStat() function in FSSys
1450 int FSSys::FStat( int fd, FSStat* fsStat, int* err, FSCInfo* info ) in FStat() function in FSSys
H A Dvfs-sftp2.cpp1284 int FSSftp::FStat ( int fd, FSStat* st, int* err, FSCInfo* info ) in FStat() function in FSSftp
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/common/test/fs/
H A Dfs.go33 FStat syscall.Stat_t member
/dports/devel/upp/upp/uppsrc/Core/SSH/
H A DSFtp.cpp37 int SFtp::FStat(SFtpHandle handle, SFtpAttrs& a, bool set) in FStat() function in Upp::SFtp
/dports/www/node10/node-v10.24.1/src/
H A Dnode_file.cc989 static void FStat(const FunctionCallbackInfo<Value>& args) { in FStat() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3052 GDBRemoteCommunicationClient::FStat(lldb::user_id_t fd) { in FStat() function in GDBRemoteCommunicationClient