HelenOS sources
off64_t 181 uspace/app/bdsh/cmds/modules/cat/cat.c off64_t head, off64_t tail, bool tail_first)
off64_t 188 uspace/app/bdsh/cmds/modules/cat/cat.c off64_t file_size = 0, length = 0;
off64_t 252 uspace/app/bdsh/cmds/modules/cat/cat.c (length - (off64_t)count <= (off64_t)(blen - copied_bytes))) {
off64_t 399 uspace/app/bdsh/cmds/modules/cp/cp.c off64_t total;
off64_t 68 uspace/app/taskdump/elf_core.c static off64_t align_foff_up(off64_t, uintptr_t, size_t);
off64_t 91 uspace/app/taskdump/elf_core.c off64_t foff;
off64_t 274 uspace/app/taskdump/elf_core.c static off64_t align_foff_up(off64_t foff, uintptr_t vaddr, size_t page_size)
off64_t 276 uspace/app/taskdump/elf_core.c off64_t rva = vaddr % page_size;
off64_t 277 uspace/app/taskdump/elf_core.c off64_t rfo = foff % page_size;
off64_t 52 uspace/app/taskdump/symtab.c static errno_t chunk_load(int fd, off64_t start, size_t size, void **ptr);
off64_t 67 uspace/app/taskdump/symtab.c off64_t shstrt_start;
off64_t 330 uspace/app/taskdump/symtab.c static errno_t chunk_load(int fd, off64_t start, size_t size, void **ptr)
off64_t 875 uspace/lib/c/generic/io/io.c int fseek64(FILE *stream, off64_t offset, int whence)
off64_t 913 uspace/lib/c/generic/io/io.c off64_t ftell64(FILE *stream)
off64_t 934 uspace/lib/c/generic/io/io.c off64_t off = ftell64(stream);
off64_t 55 uspace/lib/c/generic/stdio.c off64_t p;
off64_t 196 uspace/lib/c/include/stdio.h #include <_bits/off64_t.h>
off64_t 217 uspace/lib/c/include/stdio.h extern int fseek64(FILE *, off64_t, int);
off64_t 218 uspace/lib/c/include/stdio.h extern off64_t ftell64(FILE *);
off64_t 196 uspace/lib/posix/include/libc/stdio.h #include <_bits/off64_t.h>
off64_t 217 uspace/lib/posix/include/libc/stdio.h extern int fseek64(FILE *, off64_t, int);
off64_t 218 uspace/lib/posix/include/libc/stdio.h extern off64_t ftell64(FILE *);
off64_t 66 uspace/lib/posix/include/posix/stdio.h extern int fseeko64(FILE *stream, off64_t offset, int whence);
off64_t 67 uspace/lib/posix/include/posix/stdio.h extern off64_t ftello64(FILE *stream);
off64_t 105 uspace/lib/posix/include/posix/unistd.h extern off64_t lseek64(int fildes, off64_t offset, int whence);
off64_t 106 uspace/lib/posix/include/posix/unistd.h extern int ftruncate64(int fildes, off64_t length);
off64_t 200 uspace/lib/posix/src/stdio.c int fseeko64(FILE *stream, off64_t offset, int whence)
off64_t 205 uspace/lib/posix/src/stdio.c off64_t ftello64(FILE *stream)
off64_t 240 uspace/lib/posix/src/unistd.c static off64_t _lseek(int fildes, off64_t offset, off64_t max_pos, int whence)
off64_t 243 uspace/lib/posix/src/unistd.c off64_t new_pos;
off64_t 284 uspace/lib/posix/src/unistd.c static off64_t _lseek64(int fildes, off64_t offset, int whence)
off64_t 289 uspace/lib/posix/src/unistd.c off64_t lseek64(int fildes, off64_t offset, int whence)
off64_t 338 uspace/lib/posix/src/unistd.c int ftruncate64(int fildes, off64_t length)
off64_t 196 uspace/srv/bd/file_bd/file_bd.c off64_t img_size = ftell(img);
HelenOS homepage, sources at GitHub