Home
last modified time | relevance | path

Searched refs:FileStat (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.10.0/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
79 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
83 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
92 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
96 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
105 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
107 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
114 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
117 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nix-0.9.0/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
81 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
85 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
94 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
98 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
107 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
109 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
116 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
119 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.9.0/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
81 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
85 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
94 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
98 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
107 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
109 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
116 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
119 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/games/dose-response/dose-response-179c326/cargo-crates/nix-0.11.0/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
79 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
83 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
92 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
96 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
105 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
107 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
114 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
117 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dcompact_test.go1437 data := []tsm1.FileStat{
1491 data := []tsm1.FileStat{
1568 data := []tsm1.FileStat{
1641 data := []tsm1.FileStat{
1694 data := []tsm1.FileStat{
1741 data := []tsm1.FileStat{
1784 data := []tsm1.FileStat{
1816 data := []tsm1.FileStat{
1866 data := []tsm1.FileStat{
1924 data := []tsm1.FileStat{
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/PosixLib/Gen/
H A Daccess.c51 struct stat FileStat; in access() local
66 retval = stat(Path, &FileStat); in access()
70 DirMatch = (! WantDir && (! S_ISDIR(FileStat.st_mode))); in access()
85 if((FileStat.st_mode & READ_PERMS) == 0) { in access()
94 if((FileStat.st_mode & WRITE_PERMS) == 0) { in access()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/file/stat/
H A Dsize_spec.rb6 it_behaves_like :file_size, :size?, FileStat
7 it_behaves_like :file_size_nil_when_empty, :size?, FileStat
11 it_behaves_like :file_size, :size, FileStat
12 it_behaves_like :file_size_0_when_empty, :size, FileStat
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dcompact_test.go1489 data := []tsm1.FileStat{
1543 data := []tsm1.FileStat{
1620 data := []tsm1.FileStat{
1693 data := []tsm1.FileStat{
1746 data := []tsm1.FileStat{
1793 data := []tsm1.FileStat{
1836 data := []tsm1.FileStat{
1868 data := []tsm1.FileStat{
1918 data := []tsm1.FileStat{
1976 data := []tsm1.FileStat{
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dcompact_test.go1547 data := []tsm1.FileStat{
1601 data := []tsm1.FileStat{
1678 data := []tsm1.FileStat{
1751 data := []tsm1.FileStat{
1804 data := []tsm1.FileStat{
1851 data := []tsm1.FileStat{
1894 data := []tsm1.FileStat{
1926 data := []tsm1.FileStat{
1976 data := []tsm1.FileStat{
2034 data := []tsm1.FileStat{
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dcompact_test.go1548 data := []tsm1.FileStat{
1602 data := []tsm1.FileStat{
1679 data := []tsm1.FileStat{
1752 data := []tsm1.FileStat{
1805 data := []tsm1.FileStat{
1852 data := []tsm1.FileStat{
1895 data := []tsm1.FileStat{
1927 data := []tsm1.FileStat{
1977 data := []tsm1.FileStat{
2035 data := []tsm1.FileStat{
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/
H A Dattrs.go25 stat *FileStat
49 type FileStat struct { struct
65 func fileInfoFromStat(stat *FileStat, name string) os.FileInfo { argument
72 func fileStatFromInfo(fi os.FileInfo) (uint32, *FileStat) {
79 fileStat := &FileStat{
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/
H A Dattrs.go52 type FileStat struct { struct
68 func fileInfoFromStat(st *FileStat, name string) os.FileInfo { argument
79 func fileStatFromInfo(fi os.FileInfo) (uint32, FileStat) {
86 fileStat := FileStat{
99 func unmarshalAttrs(b []byte) (*FileStat, []byte) {
104 func getFileStat(flags uint32, b []byte) (*FileStat, []byte) {
105 var fs FileStat
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/pkg/sftp/
H A Dattrs.go52 type FileStat struct { struct
68 func fileInfoFromStat(st *FileStat, name string) os.FileInfo { argument
79 func fileStatFromInfo(fi os.FileInfo) (uint32, FileStat) {
86 fileStat := FileStat{
99 func unmarshalAttrs(b []byte) (*FileStat, []byte) {
104 func getFileStat(flags uint32, b []byte) (*FileStat, []byte) {
105 var fs FileStat
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/
H A Dattrs.go52 type FileStat struct { struct
68 func fileInfoFromStat(st *FileStat, name string) os.FileInfo { argument
79 func fileStatFromInfo(fi os.FileInfo) (uint32, FileStat) {
86 fileStat := FileStat{
99 func unmarshalAttrs(b []byte) (*FileStat, []byte) {
104 func getFileStat(flags uint32, b []byte) (*FileStat, []byte) {
105 var fs FileStat
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.14.1/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
80 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
84 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
93 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
97 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
106 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
108 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
115 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
118 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/nix-0.14.1/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
80 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
84 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
93 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
97 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
106 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
108 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
115 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
118 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/nix-0.14.1/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
80 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
84 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
93 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
97 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
106 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
108 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
115 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
118 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/nix/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
80 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
84 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
93 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
97 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
106 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
108 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
115 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
118 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/games/dose-response/dose-response-179c326/cargo-crates/nix-0.13.0/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
80 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
84 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
93 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
97 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
106 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
108 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
115 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
118 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/nix/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
80 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
84 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
93 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
97 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
106 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
108 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
115 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
118 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/nix/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
80 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
84 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
93 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
97 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
106 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
108 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
115 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
118 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.14.1/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
80 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
84 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
93 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
97 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
106 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
108 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
115 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
118 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/nix-0.12.1/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
80 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
84 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
93 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
97 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
106 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
108 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
115 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
118 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/www/firefox/firefox-99.0/third_party/rust/nix/src/sys/
H A Dstat.rs2 pub use libc::stat as FileStat;
80 pub fn stat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in stat() argument
84 libc::stat(cstr.as_ptr(), &mut dst as *mut FileStat) in stat()
93 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() argument
97 libc::lstat(cstr.as_ptr(), &mut dst as *mut FileStat) in lstat()
106 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() argument
108 let res = unsafe { libc::fstat(fd, &mut dst as *mut FileStat) }; in fstat()
115 pub fn fstatat<P: ?Sized + NixPath>(dirfd: RawFd, pathname: &P, f: AtFlags) -> Result<FileStat> { in fstatat() argument
118 … unsafe { libc::fstatat(dirfd, cstr.as_ptr(), &mut dst as *mut FileStat, f.bits() as libc::c_int) } in fstatat()
/dports/games/pioneer/pioneer-20210723/src/
H A DFileSourceZip.h28 struct FileStat { struct
29 FileStat(Uint32 _index, Uint64 _size, const FileInfo &_info) : in FileStat() argument
40 std::map<std::string, FileStat> files; argument
46 void AddFile(const std::string &path, const FileStat &fileStat);

12345678910>>...14