syscall.Dirent.Name (field)
5 uses
syscall (current package)
dirent.go#L86: const namoff = uint64(unsafe.Offsetof(Dirent{}.Name))
syscall_linux.go#L1005: return reclen - uint64(unsafe.Offsetof(Dirent{}.Name)), true
ztypes_linux_amd64.go#L139: Name [256]int8
os
dir_unix.go#L99: const namoff = uint64(unsafe.Offsetof(syscall.Dirent{}.Name))
dirent_linux.go#L25: return reclen - uint64(unsafe.Offsetof(syscall.Dirent{}.Name)), true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |