Lines Matching refs:off_t
606 - off_t off, size_t len, const char *name, const char *extra, int nt)
615 - CAST(off_t, offsetof(struct magic, mimetype)),
713 - MAP_PRIVATE|MAP_FILE, fd, (off_t)0)) == MAP_FAILED) {
981 -cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len)
986 - if ((off_t)(off + len) != (off_t)siz) {
1007 - if (cdf_read(info, (off_t)0, buf, sizeof(buf)) == -1)
1016 - return cdf_read(info, (off_t)pos, ((char *)buf) + offs, len);
1272 - if (lseek(fd, (off_t)0, SEEK_SET) == (off_t)-1) {
1300 - (void) lseek(0, (off_t)0, SEEK_SET);
1402 - (off_t)elf_getu(swap, elfhdr.e_phoff), phnum,
1411 - (off_t)elf_getu(swap, elfhdr.e_phoff), phnum,
1420 - (off_t)elf_getu(swap, elfhdr.e_shoff), shnum,
1596 -ssize_t pread(int, void *, size_t, off_t);
2605 - off_t pos = (off_t)-1;
2646 - pos = lseek(fd, (off_t)0, SEEK_CUR);
2744 - if (pos != (off_t)-1)