Searched refs:off_t (Results 1 - 25 of 923) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dprogressmeter.h26 void start_progress_meter(char *, off_t, off_t *);
/macosx-10.10.1/hfs-285/libhfs_metadata/
H A Diterate_hfs_metadata.h9 extern int iterate_hfs_metadata(char *, int (*)(int, off_t, off_t, void*), void *);
/macosx-10.10.1/file_cmds-242/cksum/
H A Dextern.h40 int crc(int, uint32_t *, off_t *);
41 void pcrc(char *, uint32_t, off_t);
42 void psum1(char *, uint32_t, off_t);
43 void psum2(char *, uint32_t, off_t);
44 int csum1(int, uint32_t *, off_t *);
45 int csum2(int, uint32_t *, off_t *);
46 int crc32(int, uint32_t *, off_t *);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/include/isc/
H A Doffset.h31 typedef off_t isc_offset_t;
34 * POSIX says "Additionally, blkcnt_t and off_t are extended signed integral
43 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \
44 << (sizeof(off_t) * CHAR_BIT - 1)))
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dofftostr.c2 #define inttype off_t
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dofftostr.c2 #define inttype off_t
/macosx-10.10.1/libarchive-30/libarchive/build/cmake/
H A DCheckFileOffsetBits.c3 #define KB ((off_t)1024)
4 #define MB ((off_t)1024 * KB)
5 #define GB ((off_t)1024 * MB)
6 #define TB ((off_t)1024 * GB)
/macosx-10.10.1/ntp-92/lib/isc/unix/include/isc/
H A Doffset.h31 typedef off_t isc_offset_t;
34 * POSIX says "Additionally, blkcnt_t and off_t are extended signed integral
43 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \
44 << (sizeof(off_t) * CHAR_BIT - 1)))
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/_types/
H A D_off_t.h30 typedef __darwin_off_t off_t; typedef
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Doff_cvt.h8 /* off_t conversions
23 extern off_t off_cvt_string(const char *);
24 extern VSTRING *off_cvt_number(VSTRING *, off_t);
/macosx-10.10.1/gpt-12/
H A Dmap.h33 off_t map_start;
34 off_t map_size;
53 map_t *map_add(off_t, off_t, int, void*);
54 map_t *map_alloc(off_t, off_t);
59 off_t map_free(off_t, off_t);
61 void map_init(off_t);
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dubc.h52 off_t ubc_blktooff(struct vnode *, daddr64_t);
53 daddr64_t ubc_offtoblk(struct vnode *, off_t);
54 off_t ubc_getsize(struct vnode *);
55 int ubc_setsize(struct vnode *, off_t);
64 errno_t ubc_setsize_ex(vnode_t vp, off_t nsize, ubc_setsize_opts_t opts);
72 errno_t ubc_msync(vnode_t, off_t, off_t, off_t *, int);
74 int ubc_page_op(vnode_t, off_t, int, ppnum_t *, int *);
75 int ubc_range_op(vnode_t, off_t, off_
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Doffset.h32 * POSIX says "Additionally, blkcnt_t and off_t are extended signed integral
41 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \
42 << (sizeof(off_t) * CHAR_BIT - 1)))
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Doffset.h32 * POSIX says "Additionally, blkcnt_t and off_t are extended signed integral
41 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \
42 << (sizeof(off_t) * CHAR_BIT - 1)))
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A Dhfsmeta.h16 off_t priOffset; // Offset of primary volume header
17 off_t altOffset; // Offset of alternate volume header
18 off_t priJInfoOffset; // Offset of journal info block from primary header
19 off_t altJInfoOffset; // and for the alt. May be the same as the above.
20 off_t deviceSize; // The size of the entire device
34 off_t size;
36 off_t blockCount;
44 ssize_t GetBlock(DeviceInfo_t*, off_t, uint8_t*);
57 ssize_t (*writer)(struct IOWrapper *ctx,DeviceInfo_t *devp, off_t start, off_t le
[all...]
/macosx-10.10.1/text_cmds-88/tail/
H A Dextern.h46 off_t mapoff;
47 off_t maxoff;
63 void follow(file_info_t *, enum STYLE, off_t);
64 void forward(FILE *, enum STYLE, off_t, struct stat *);
65 void reverse(FILE *, enum STYLE, off_t, struct stat *);
67 int bytes(FILE *, off_t);
68 int lines(FILE *, off_t);
72 int mapprint(struct mapinfo *, off_t, off_t);
73 int maparound(struct mapinfo *, off_t);
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Drangelist.h47 #define RL_INFINITY ((off_t)-1)
53 off_t rl_start;
54 off_t rl_end;
59 void rl_add(off_t start, off_t end, struct rl_head *rangelist);
60 void rl_remove(off_t start, off_t end, struct rl_head *rangelist);
63 off_t start,
64 off_t end,
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dranlib.h61 #include <sys/types.h> /* off_t */
96 off_t ran_strx; /* string table index of */
99 off_t ran_off; /* library member at this offset */
/macosx-10.10.1/diskdev_cmds-576/fdisk.tproj/
H A Duser.h62 int USER_modify __P((disk_t *, mbr_t *, off_t, off_t));
H A Dpart.h70 void PRT_parse __P((disk_t *, void *, off_t, off_t, prt_t *, int));
71 void PRT_make __P((prt_t *, off_t, off_t, void *));
/macosx-10.10.1/dtrace-147/libelf/
H A Dgetbase.c36 off_t
39 off_t rc;
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dfseeko.c33 fseeko(FILE *stream, off_t offset, int whence)
35 if (offset > (off_t)LONG_MAX) {
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dunistd.h7 int truncate(const char* path, off_t new_size);
8 int ftruncate(int fd, off_t new_size);
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Drev.h32 extern int rev_line(Sfio_t*, Sfio_t*, off_t);
/macosx-10.10.1/libutil-38/
H A Dwipefs.h37 extern int wipefs_include_blocks(wipefs_ctx handle, off_t block_offset, off_t nblocks);
38 extern int wipefs_except_blocks(wipefs_ctx handle, off_t block_offset, off_t nblocks);

Completed in 253 milliseconds

1234567891011>>