Lines Matching full:whence
1059 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {1060 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0)