fseek64 929 uspace/lib/c/generic/io/io.c return fseek64(stream, offset, whence); fseek64 76 uspace/lib/c/generic/stdio.c rc = fseek64(stream, pos->pos, SEEK_SET); fseek64 217 uspace/lib/c/include/stdio.h extern int fseek64(FILE *, off64_t, int); fseek64 217 uspace/lib/posix/include/libc/stdio.h extern int fseek64(FILE *, off64_t, int); fseek64 202 uspace/lib/posix/src/stdio.c return fseek64(stream, offset, whence);HelenOS homepage, sources at GitHub