Searched refs:off_t (Results 26 - 50 of 964) sorted by relevance

1234567891011>>

/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dsavedir.h15 savedir PARAMS ((const char *dir, off_t name_size,
/freebsd-9.3-release/lib/libmd/
H A Dsha.h87 char *SHA_FileChunk(const char *, char *, off_t, off_t);
94 char *SHA1_FileChunk(const char *, char *, off_t, off_t);
H A Dripemd.h90 char *RIPEMD160_FileChunk(const char *, char *, off_t, off_t);
/freebsd-9.3-release/lib/libc/sys/
H A Dlseek.c45 off_t
48 off_t offset;
/freebsd-9.3-release/lib/libgeom/
H A Dlibgeom.h124 off_t lg_mediasize;
126 off_t lg_stripeoffset;
127 off_t lg_stripesize;
152 off_t g_mediasize(int);
154 off_t g_stripeoffset(int);
155 off_t g_stripesize(int);
157 int g_delete(int, off_t, off_t);
/freebsd-9.3-release/sys/boot/common/
H A Ddisk.h89 off_t d_offset;
95 extern int disk_open(struct disk_devdesc *dev, off_t mediasize,
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_share.h41 off_t gv_sizespec(char *);
65 const char *gv_roughlength(off_t, int);
H A Dgeom_vinum.h91 void gv_adjust_freespace(struct gv_sd *, off_t);
110 void gv_update_vol_size(struct gv_volume *, off_t);
111 off_t gv_vol_size(struct gv_volume *);
112 off_t gv_plex_size(struct gv_plex *);
116 int gv_attach_sd(struct gv_sd *, struct gv_plex *, off_t,
145 int gv_grow_request(struct gv_plex *, off_t, off_t, int, caddr_t);
147 void gv_init_request(struct gv_sd *, off_t, caddr_t, off_t);
149 void gv_parity_request(struct gv_plex *, int, off_t);
[all...]
/freebsd-9.3-release/sys/sys/
H A Dfilio.h61 #define FIOSEEKDATA _IOWR('f', 97, off_t) /* SEEK_DATA */
62 #define FIOSEEKHOLE _IOWR('f', 98, off_t) /* SEEK_HOLE */
/freebsd-9.3-release/usr.bin/cmp/
H A Dmisc.c56 diffmsg(const char *file1, const char *file2, off_t byte, off_t line)
/freebsd-9.3-release/contrib/file/src/
H A Dpread.c9 pread(int fd, void *buf, size_t len, off_t off) {
10 off_t old;
/freebsd-9.3-release/bin/pax/
H A Dextern.h56 int ar_fow(off_t, off_t *);
57 int ar_rev(off_t );
77 extern off_t wrlimit;
78 extern off_t rdcnt;
79 extern off_t wrcnt;
83 int appnd_start(off_t);
86 int rd_skip(off_t);
90 int wr_skip(off_t);
91 int wr_rdfile(ARCHD *, int, off_t *);
[all...]
H A Dpax.h130 off_t (*end_rd)(void); /* read cleanup. Allows format to clean up */
156 int (*rd_data)(ARCHD *, int, off_t *);
158 int (*wr_data)(ARCHD *, int, off_t *);
199 off_t pad; /* bytes of padding after file xfer */
200 off_t skip; /* bytes of real data after header */
/freebsd-9.3-release/sbin/hastd/
H A Drangelock.c55 off_t rl_start;
56 off_t rl_end;
96 rangelock_add(struct rangelocks *rls, off_t offset, off_t length)
112 rangelock_del(struct rangelocks *rls, off_t offset, off_t length)
128 rangelock_islocked(struct rangelocks *rls, off_t offset, off_t length)
131 off_t end;
/freebsd-9.3-release/contrib/cvs/lib/
H A Dftruncate.c15 off_t length;
31 off_t length;
71 off_t length;
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dhost-cygwin.c55 off_t p = lseek(fd, 0, SEEK_CUR);
57 if (p == (off_t) -1)
75 if (lseek (fd, p, SEEK_SET) == (off_t) -1 )
/freebsd-9.3-release/contrib/tnftp/src/
H A Dprogressbar.h52 GLOBAL off_t bytes; /* current # of bytes read */
53 GLOBAL off_t filesize; /* size of file being transferred */
54 GLOBAL off_t restart_point; /* offset to restart transfer */
/freebsd-9.3-release/lib/libelf/
H A Delf_next.c39 off_t next;
58 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ? (off_t) 0 : next;
H A Delf_rand.c35 off_t
36 elf_rand(Elf *ar, off_t offset)
/freebsd-9.3-release/usr.bin/cksum/
H A Dprint.c47 pcrc(char *fn, uint32_t val, off_t len)
56 psum1(char *fn, uint32_t val, off_t len)
65 psum2(char *fn, uint32_t val, off_t len)
H A Dsum1.c47 csum1(int fd, uint32_t *cval, off_t *clen)
51 off_t total;
H A Dsum2.c46 csum2(int fd, uint32_t *cval, off_t *clen)
50 off_t total;
/freebsd-9.3-release/usr.bin/tail/
H A Dmisc.c72 mapprint(struct mapinfo *mip, off_t startoff, off_t len)
78 (off_t)mip->maplen) {
98 maparound(struct mapinfo *mip, off_t offset)
104 mip->mapoff = offset & ~((off_t)TAILMAPLEN - 1);
106 if ((off_t)mip->maplen > mip->maxoff - mip->mapoff)
/freebsd-9.3-release/lib/libstand/
H A Dnullfs.c91 off_t null_seek (struct open_file *f, off_t offset, int where)
/freebsd-9.3-release/contrib/diff/lib/
H A Dinttostr.h45 char *offtostr (off_t, char *);

Completed in 104 milliseconds

1234567891011>>