- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 54 for Fstatat (0.23 seconds)
-
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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Jan 02 21:21:53 GMT 2019 - 13.5K bytes - Click Count (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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Sun Jun 16 23:08:08 GMT 2024 - 34.8K bytes - Click Count (0) -
src/archive/tar/stat_actime1.go
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Oct 28 18:17:57 GMT 2021 - 431 bytes - Click Count (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
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Aug 19 01:35:22 GMT 2021 - 1.2K bytes - Click Count (0) -
src/archive/tar/stat_actime2.go
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Oct 28 18:17:57 GMT 2021 - 421 bytes - Click Count (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>.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Sep 20 15:10:09 GMT 2025 - 3.2K bytes - Click Count (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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)