whence            265 nosyscallsreal.c off_t _real_lseek(int fd, off_t offset, int whence) {
whence            266 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (off_t,lseek) (fd,offset,whence);
whence            423 syscallwrappers.h   off_t _real_lseek(int fd, off_t offset, int whence);