Home
last modified time | relevance | path

Searched refs:Stat_t (Results 1 – 25 of 63) sorted by relevance

123

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux_mips64x.go154 func Fstat(fd int, s *Stat_t) (err error) { argument
161 func Lstat(path string, s *Stat_t) (err error) { argument
168 func Stat(path string, s *Stat_t) (err error) { argument
175 func fillStat_t(s *Stat_t, st *stat_t) { argument
Dsyscall_linux_arm64.go54 func Stat(path string, stat *Stat_t) (err error) { argument
62 func Lstat(path string, stat *Stat_t) (err error) { argument
Dsyscall_linux_amd64.go53 func Stat(path string, stat *Stat_t) (err error) { argument
Dtypes_netbsd.go105 type Stat_t C.struct_stat type
Dtypes_darwin.go110 type Stat_t C.struct_stat64 type
Dzsyscall_netbsd_arm.go675 func Fstat(fd int, stat *Stat_t) (err error) { argument
685 func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { argument
913 func Lstat(path string, stat *Stat_t) (err error) { argument
1270 func Stat(path string, stat *Stat_t) (err error) { argument
Dzsyscall_netbsd_amd64.go675 func Fstat(fd int, stat *Stat_t) (err error) { argument
685 func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { argument
913 func Lstat(path string, stat *Stat_t) (err error) { argument
1270 func Stat(path string, stat *Stat_t) (err error) { argument
Dzsyscall_netbsd_386.go675 func Fstat(fd int, stat *Stat_t) (err error) { argument
685 func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { argument
913 func Lstat(path string, stat *Stat_t) (err error) { argument
1270 func Stat(path string, stat *Stat_t) (err error) { argument
Dtypes_openbsd.go121 type Stat_t C.struct_stat type
Dztypes_solaris_amd64.go95 type Stat_t struct { struct
Dtypes_dragonfly.go120 type Stat_t C.struct_stat type
Dztypes_netbsd_386.go59 type Stat_t struct { struct
Dtypes_solaris.go138 type Stat_t C.struct_stat type
Dztypes_netbsd_amd64.go60 type Stat_t struct { struct
Dztypes_darwin_arm.go62 type Stat_t struct { struct
Dztypes_openbsd_amd64.go76 type Stat_t struct { struct
Dztypes_openbsd_arm.go76 type Stat_t struct { struct
Dztypes_netbsd_arm.go61 type Stat_t struct { struct
Dztypes_darwin_amd64.go65 type Stat_t struct { struct
Dztypes_darwin_386.go61 type Stat_t struct { struct
Dztypes_dragonfly_amd64.go76 type Stat_t struct { struct
Dztypes_darwin_arm64.go65 type Stat_t struct { struct
Dzsyscall_openbsd_386.go663 func Fstat(fd int, stat *Stat_t) (err error) { argument
673 func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { argument
922 func Lstat(path string, stat *Stat_t) (err error) { argument
1324 func Stat(path string, stat *Stat_t) (err error) { argument
Dzsyscall_dragonfly_amd64.go667 func Fstat(fd int, stat *Stat_t) (err error) { argument
677 func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { argument
940 func Lstat(path string, stat *Stat_t) (err error) { argument
1298 func Stat(path string, stat *Stat_t) (err error) { argument
Dzsyscall_openbsd_amd64.go663 func Fstat(fd int, stat *Stat_t) (err error) { argument
673 func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { argument
922 func Lstat(path string, stat *Stat_t) (err error) { argument
1324 func Stat(path string, stat *Stat_t) (err error) { argument

123