Home | History | Annotate | Download | only in syscall

Lines Matching full:whence

1399 whence int) (off int64, err error) {
1400 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))