HelenOS sources

fseeko             72 uspace/lib/posix/include/posix/stdio.h extern int fseeko(FILE *stream, off_t offset, int whence) __asm__("fseeko64");
fseeko             81 uspace/lib/posix/include/posix/stdio.h extern int fseeko(FILE *stream, off_t offset, int whence);
HelenOS homepage, sources at GitHub