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(int(src), 0, io.SeekCurrent)
sendfile_unix.go#L52: return syscall.Seek(int(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.8.4. (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. |