- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 54 for Fstatat (0.05 sec)
-
api/go1.12.txt
pkg syscall (freebsd-386), type Stat_t struct, Atim_ext int32 pkg syscall (freebsd-386), type Stat_t struct, Blksize int32 pkg syscall (freebsd-386), type Stat_t struct, Btim_ext int32 pkg syscall (freebsd-386), type Stat_t struct, Ctim_ext int32 pkg syscall (freebsd-386), type Stat_t struct, Dev uint64 pkg syscall (freebsd-386), type Stat_t struct, Gen uint64 pkg syscall (freebsd-386), type Stat_t struct, Ino uint64
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Jan 02 21:21:53 UTC 2019 - 13.5K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Stat_t struct, Flags uint32 pkg syscall (freebsd-arm64), type Stat_t struct, Gen uint64 pkg syscall (freebsd-arm64), type Stat_t struct, Gid uint32 pkg syscall (freebsd-arm64), type Stat_t struct, Ino uint64 pkg syscall (freebsd-arm64), type Stat_t struct, Mode uint16 pkg syscall (freebsd-arm64), type Stat_t struct, Mtimespec Timespec pkg syscall (freebsd-arm64), type Stat_t struct, Nlink uint64
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type Stat_t struct, Flags uint32 #53466 pkg syscall (freebsd-riscv64), type Stat_t struct, Gen uint64 #53466 pkg syscall (freebsd-riscv64), type Stat_t struct, Gid uint32 #53466 pkg syscall (freebsd-riscv64), type Stat_t struct, Ino uint64 #53466 pkg syscall (freebsd-riscv64), type Stat_t struct, Mode uint16 #53466
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
api/except.txt
pkg syscall (freebsd-386), type Stat_t struct, Blksize uint32 pkg syscall (freebsd-386), type Stat_t struct, Dev uint32 pkg syscall (freebsd-386), type Stat_t struct, Gen uint32 pkg syscall (freebsd-386), type Stat_t struct, Ino uint32 pkg syscall (freebsd-386), type Stat_t struct, Lspare int32 pkg syscall (freebsd-386), type Stat_t struct, Nlink uint16 pkg syscall (freebsd-386), type Stat_t struct, Pad_cgo_0 [8]uint8
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Sun Jun 16 23:08:08 UTC 2024 - 34.8K bytes - Viewed (0) -
src/archive/tar/stat_actime1.go
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Oct 28 18:17:57 UTC 2021 - 431 bytes - Viewed (0) -
src/archive/tar/stat_actime2.go
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Oct 28 18:17:57 UTC 2021 - 421 bytes - Viewed (0) -
internal/disk/disk_unix.go
package disk import ( "syscall" ) // SameDisk reports whether di1 and di2 describe the same disk. func SameDisk(disk1, disk2 string) (bool, error) { st1 := syscall.Stat_t{} st2 := syscall.Stat_t{} if err := syscall.Stat(disk1, &st1); err != nil { return false, err } if err := syscall.Stat(disk2, &st2); err != nil { return false, err } return st1.Dev == st2.Dev, nil
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Thu Aug 19 01:35:22 UTC 2021 - 1.2K bytes - Viewed (0) -
docs/de/docs/tutorial/request-forms.md
# Formulardaten { #form-data } Wenn Sie Felder aus Formularen statt JSON empfangen müssen, können Sie `Form` verwenden. /// info | Info Um Formulare zu verwenden, installieren Sie zuerst <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 3.2K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type Stat_t struct, Flags uint32 pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint32 pkg syscall (freebsd-386-cgo), type Stat_t struct, Gid uint32 pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint32 pkg syscall (freebsd-386-cgo), type Stat_t struct, Lspare int32 pkg syscall (freebsd-386-cgo), type Stat_t struct, Mode uint16
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (1) -
api/go1.txt
pkg syscall (linux-amd64), type Stat_t struct, Mode uint32 pkg syscall (linux-amd64), type Stat_t struct, Mtim Timespec pkg syscall (linux-amd64), type Stat_t struct, Nlink uint64 pkg syscall (linux-amd64), type Stat_t struct, Rdev uint64 pkg syscall (linux-amd64), type Stat_t struct, Size int64 pkg syscall (linux-amd64), type Stat_t struct, Uid uint32 pkg syscall (linux-amd64), type Stat_t struct, X__pad0 int32
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)