syscall.Dirent.Name (field)
5 uses
	syscall (current package)
		dirent.go#L80: 		const namoff = uint64(unsafe.Offsetof(Dirent{}.Name))
		syscall_linux.go#L1018: 	return reclen - uint64(unsafe.Offsetof(Dirent{}.Name)), true
		ztypes_linux_amd64.go#L139: 	Name      [256]int8
	os
		dir_unix.go#L110: 		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.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |