Home | History | Annotate | Download | only in sanitizer_common

Lines Matching full:whence

542 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) {
543 return internal_syscall(SYSCALL(lseek), fd, offset, whence);