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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Dseek_by_jump.c11 if (lseek(archive_handle->src_fd, (off_t) amount, SEEK_CUR) == (off_t) -1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/psorder/
H A Dpsorder.h59 off_t offset;
67 off_t offset;
68 off_t end;
76 off_t trailer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.h59 off_t offset;
67 off_t offset;
68 off_t end;
76 off_t trailer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dfilemap_utils.h13 off_t size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_lowlevel_compat.h15 off_t off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcopyfd.c19 static off_t bb_full_fd_action(int src_fd, int dst_fd, off_t size)
22 off_t total = 0;
70 off_t bb_copyfd_size(int fd1, int fd2, off_t size)
78 void bb_copyfd_exact_size(int fd1, int fd2, off_t size)
80 off_t sz = bb_copyfd_size(fd1, fd2, size);
89 off_t bb_copyfd_eof(int fd1, int fd2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmdefs.h50 off_t av_adr; /* The file address of the available block. */
58 off_t next_block; /* The file address of the next avail block. */
68 off_t dir; /* File address of hash directory table. */
73 off_t next_block; /* The next unallocated block address. */
89 off_t data_pointer; /* The file address of the key record. The
137 off_t ca_adr;
180 off_t *dir;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dstat.h15 off_t st_size;
19 off_t st_blksize;
20 off_t st_blocks;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dmacconfig.h47 #define off_t long macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dforeign_metadata.h35 off_t offset;
57 FLAC__bool flac__foreign_metadata_write_to_iff(foreign_metadata_t *fm, const char *infilename, const char *outfilename, off_t offset1, off_t offset2, off_t offset3, const char **error);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-aac.h26 static off_t _aac_lookforatom(FILE *aac_fp, char *atom_path, unsigned int *atom_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-aac.h25 static off_t _aac_lookforatom(FILE *aac_fp, char *atom_path, unsigned int *atom_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-aac.h26 static off_t _aac_lookforatom(FILE *aac_fp, char *atom_path, unsigned int *atom_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dlocking.c86 int lock_reg(int fd, int cmd, int type, off_t offset, int whence, off_t len)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dlocking.c86 int lock_reg(int fd, int cmd, int type, off_t offset, int whence, off_t len)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_sendfile.c51 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count)
59 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count)
68 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count)
70 off_t len;
84 ssize_t sys_sendfile(int out_fd, int in_fd, off_t *_offset, size_t count)
94 const int eid, off_t *off,
118 const int sock, off_t off, const int end,
H A Dad_write.c25 ssize_t adf_pwrite(struct ad_fd *ad_fd, const void *buf, size_t count, off_t offset)
48 ssize_t ad_write(struct adouble *ad, const u_int32_t eid, off_t off, const int end, const char *buf, const size_t buflen)
68 off_t r_off;
97 int sys_ftruncate(int fd, off_t length)
101 off_t curpos;
115 if ((off_t)-1 == (curpos = lseek(fd, 0, SEEK_CUR)) ) {
152 int ad_rtruncate( struct adouble *ad, const off_t size)
163 int ad_dtruncate(struct adouble *ad, const off_t size)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dllong.h25 /* if off_t is already 64 bits, be happy, and don't worry about the
27 #define MT_OFF_T off_t
59 /* ... and if that fails, fall back on good ole' off_t */
60 # define MT_OFF_T off_t
91 # define SEEK_BITS (sizeof(off_t) * 8 - 1)
98 extern off_t truncBytes32(mt_off_t off);
100 mt_off_t sectorsToBytes(Stream_t *This, off_t off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_debug.h67 extern int jfs_txanchor_read(char *, char **, off_t, int, int *, void *);
111 extern int jfs_lmstats_read(char *, char **, off_t, int, int *, void *);
112 extern int jfs_txstats_read(char *, char **, off_t, int, int *, void *);
113 extern int jfs_mpstat_read(char *, char **, off_t, int, int *, void *);
114 extern int jfs_xtstat_read(char *, char **, off_t, int, int *, void *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_truncate.c25 off_t offset;
36 offset = (off_t)pgsize * pgno;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_sendfile.c52 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count)
65 if ((sizeof(off_t) >= 8) && (*offset + count > (off_t)0x7FFFFFFF)) {
81 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count)
90 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count)
111 ssize_t sys_sendfile(int out_fd, int in_fd, off_t *_offset, size_t count)
121 const int eid, off_t *off,
145 const int sock, off_t off, const int end,
H A Dad_write.c25 ssize_t adf_pwrite(struct ad_fd *ad_fd, const void *buf, size_t count, off_t offset)
48 ssize_t ad_write(struct adouble *ad, const u_int32_t eid, off_t off, const int end, const char *buf, const size_t buflen)
68 off_t r_off;
97 int sys_ftruncate(int fd, off_t length)
101 off_t curpos;
115 if ((off_t)-1 == (curpos = lseek(fd, 0, SEEK_CUR)) ) {
152 int ad_rtruncate( struct adouble *ad, const off_t size)
163 int ad_dtruncate(struct adouble *ad, const off_t size)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dfcntl.h47 off_t l_start;
48 off_t l_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dfcntl.h47 off_t l_start;
48 off_t l_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_truncate.c33 off_t offset;
37 offset = (off_t)pgsize * pgno;
51 off_t stat_offset;
58 stat_offset = (off_t)mbytes * MEGABYTE + bytes;

Completed in 146 milliseconds

1234567891011>>