Lines Matching full:whence
1342 func Seek(fd int, offset int64, whence int) (off int64, err error) {1343 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))