func syscall.Seek
5 uses
syscall (current package)
zsyscall_linux_amd64.go#L1276: func Seek(fd int, offset int64, whence int) (off int64, err error) {
internal/poll
fd_unixjs.go#L78: return syscall.Seek(fd.Sysfd, offset, whence)
sendfile_unix.go#L42: return syscall.Seek(src, 0, io.SeekCurrent)
sendfile_unix.go#L52: return syscall.Seek(src, start+n, io.SeekStart)
time
sys_unix.go#L48: if _, err := syscall.Seek(int(fd), int64(off), whence); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)