HelenOS sources

lseek             209 uspace/lib/bithenge/src/failure.c 	return lseek(fd, offset, whither);
lseek             111 uspace/lib/posix/include/posix/unistd.h extern off_t lseek(int fildes, off_t offset, int whence) __asm__("lseek64");
lseek             120 uspace/lib/posix/include/posix/unistd.h extern off_t lseek(int fildes, off_t offset, int whence);
lseek             135 uspace/lib/posix/test/stdlib.c 	(void) lseek(file, 0, SEEK_SET);
HelenOS homepage, sources at GitHub