HelenOS sources
off_t 203 uspace/lib/bithenge/src/failure.c off_t bithenge_failure_lseek(int fd, off_t offset, int whither)
off_t 207 uspace/lib/bithenge/src/failure.c return (off_t) -1;
off_t 50 uspace/lib/bithenge/src/failure.h off_t bithenge_failure_lseek(int, off_t, int);
off_t 72 uspace/lib/posix/include/posix/stdio.h extern int fseeko(FILE *stream, off_t offset, int whence) __asm__("fseeko64");
off_t 73 uspace/lib/posix/include/posix/stdio.h extern off_t ftello(FILE *stream) __asm__("ftello64");
off_t 75 uspace/lib/posix/include/posix/stdio.h extern int fseeko64(FILE *stream, off_t offset, int whence);
off_t 76 uspace/lib/posix/include/posix/stdio.h extern off_t ftello64(FILE *stream);
off_t 81 uspace/lib/posix/include/posix/stdio.h extern int fseeko(FILE *stream, off_t offset, int whence);
off_t 82 uspace/lib/posix/include/posix/stdio.h extern off_t ftello(FILE *stream);
off_t 57 uspace/lib/posix/include/posix/sys/mman.h off_t offset);
off_t 91 uspace/lib/posix/include/posix/sys/stat.h off_t st_size; /* total size, in bytes */
off_t 111 uspace/lib/posix/include/posix/unistd.h extern off_t lseek(int fildes, off_t offset, int whence) __asm__("lseek64");
off_t 112 uspace/lib/posix/include/posix/unistd.h extern int ftruncate(int fildes, off_t length) __asm__("ftruncate64");
off_t 114 uspace/lib/posix/include/posix/unistd.h extern off_t lseek64(int fildes, off_t offset, int whence);
off_t 115 uspace/lib/posix/include/posix/unistd.h extern int ftruncate64(int fildes, off_t length);
off_t 120 uspace/lib/posix/include/posix/unistd.h extern off_t lseek(int fildes, off_t offset, int whence);
off_t 121 uspace/lib/posix/include/posix/unistd.h extern int ftruncate(int fildes, off_t length);
off_t 184 uspace/lib/posix/src/stdio.c int fseeko(FILE *stream, off_t offset, int whence)
off_t 195 uspace/lib/posix/src/stdio.c off_t ftello(FILE *stream)
off_t 58 uspace/lib/posix/src/sys/mman.c off_t offset)
off_t 303 uspace/lib/posix/src/unistd.c off_t lseek(int fildes, off_t offset, int whence)
off_t 333 uspace/lib/posix/src/unistd.c int ftruncate(int fildes, off_t length)
HelenOS homepage, sources at GitHub