Home
last modified time | relevance | path

Searched defs:SYS_LSTAT (Results 1 – 25 of 51) sorted by relevance

123

/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsysnum_openbsd_386.go48 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_mips64.go49 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_arm.go48 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_arm64.go48 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_ppc64.go47 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_amd64.go48 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_riscv64.go48 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_netbsd_arm.go239 SYS_LSTAT = 441 // { int|sys|50|lstat(const char *path, struct stat *ub); } const
Dzsysnum_netbsd_amd64.go239 SYS_LSTAT = 441 // { int|sys|50|lstat(const char *path, struct stat *ub); } const
Dzsysnum_netbsd_arm64.go239 SYS_LSTAT = 441 // { int|sys|50|lstat(const char *path, struct stat *ub); } const
Dzsysnum_netbsd_386.go239 SYS_LSTAT = 441 // { int|sys|50|lstat(const char *path, struct stat *ub); } const
Dzsysnum_dragonfly_amd64.go242 SYS_LSTAT = 477 // { int lstat(const char *path, struct stat *ub); } const
/prebuilts/go/linux-x86/src/syscall/
Dzsysnum_openbsd_mips64.go46 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_386.go46 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_arm64.go45 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_amd64.go46 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_arm.go47 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_ppc64.go46 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_openbsd_riscv64.go46 SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } const
Dzsysnum_netbsd_386.go238 SYS_LSTAT = 441 // { int|sys|50|lstat(const char *path, struct stat *ub); } const
Dzsysnum_netbsd_amd64.go238 SYS_LSTAT = 441 // { int|sys|50|lstat(const char *path, struct stat *ub); } const
Dzsysnum_netbsd_arm64.go238 SYS_LSTAT = 441 // { int|sys|50|lstat(const char *path, struct stat *ub); } const
Dzsysnum_netbsd_arm.go238 SYS_LSTAT = 441 // { int|sys|50|lstat(const char *path, struct stat *ub); } const
Dzsysnum_dragonfly_amd64.go246 SYS_LSTAT = 477 // { int lstat(const char *path, struct stat *ub); } const
Dzsysnum_linux_amd64.go15 SYS_LSTAT = 6 const

123