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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-unistd.c33 off_t t5;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dfdlimit.h39 ssize_t tr_pread(int fd, void *buf, size_t count, off_t offset);
40 ssize_t tr_pwrite(int fd, const void *buf, size_t count, off_t offset);
41 int tr_prefetch(int fd, off_t offset, size_t count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dasn_1.h25 off_t start;
33 off_t ofs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_truncate.c27 off_t offset;
36 offset = (off_t)pgsize * pgno;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_seek.c25 off_t offset;
32 offset = (off_t)pgsize * pgno + relative;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/cmsmvs/
H A Dvmstat.h25 typedef long off_t; /* file offset value */ typedef
37 off_t st_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacstat.h21 typedef long off_t; typedef
33 off_t st_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dfile_io.h56 off_t dest_pending_sparse;
118 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dagp_backend.h36 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *);
37 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dfile_io.h56 off_t dest_pending_sparse;
118 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/vms/
H A Dexpat_config.h16 #undef off_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dglobals.h54 int (*j_ftruncate) __P((int, off_t));
61 ssize_t (*j_pread) __P((int, void *, size_t, off_t));
62 ssize_t (*j_pwrite) __P((int, const void *, size_t, off_t));
68 int (*j_seek) __P((int, off_t, int));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/vms/
H A Dexpat_config.h16 #undef off_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/vms/
H A Dexpat_config.h16 #undef off_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_size.c18 off_t ad_size(const struct adouble *ad, const u_int32_t eid)
H A Dad_lock.c69 static int OVERLAP(off_t a, off_t alen, off_t b, off_t blen)
147 const off_t off, const off_t len)
162 const off_t off,
163 const off_t len)
184 const off_t off,
185 const off_t le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/share/grabbag/
H A Dfile.h26 /* needed because of off_t */
31 #include <sys/types.h> /* for off_t */
40 off_t grabbag__file_get_filesize(const char *srcpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.h117 int flac__encode_aif(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, wav_encode_options_t options, FLAC__bool is_aifc);
118 int flac__encode_wav(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, wav_encode_options_t options);
119 int flac__encode_raw(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, raw_encode_options_t options);
120 int flac__encode_flac(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, flac_encode_options_t options, FLAC__bool input_is_ogg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-unistd.c45 off_t t5;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dbrowser.h23 void (*seek)(struct ui_browser *self, off_t offset, int whence);
39 void ui_browser__rb_tree_seek(struct ui_browser *self, off_t offset, int whence);
42 void ui_browser__list_head_seek(struct ui_browser *self, off_t offset, int whence);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dadouble.h210 off_t ade_off;
224 off_t adf_off;
252 off_t ad_rlen; /* ressource fork len with AFP 3.0
433 const int /*type*/, const off_t /*offset*/,
434 const off_t /*len*/, const int /*user*/);
437 const int /*type*/, const off_t /*offset*/,
438 const off_t /*len*/, const int /*user*/);
439 extern int ad_testlock (struct adouble * /*adp*/, int /*eid*/, off_t /*off*/);
512 extern int sys_ftruncate(int fd, off_t length);
515 const off_t, cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dread.c83 off_t offset;
86 offset = (off_t)(p-buffer) - (off_t)size;
88 if (offset && lseek(fd, offset, SEEK_CUR) == (off_t)-1)
150 off_t len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse.h49 const struct stat *stbuf, off_t off);
127 int (*truncate) (const char *, off_t);
165 int (*read) (const char *, char *, size_t, off_t,
176 int (*write) (const char *, const char *, size_t, off_t,
276 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t,
354 int (*ftruncate) (const char *, off_t, struct fuse_file_info *);
547 off_t off, struct fuse_file_info *fi);
549 size_t size, off_t off, struct fuse_file_info *fi);
558 fuse_fill_dir_t filler, off_t off,
570 int fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t siz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.h85 ssize_t (* pread)(int fd, void *buf, size_t size, off_t ofs);
87 ssize_t (* pwrite)(int fd, void *buf, size_t size, off_t ofs);
99 off_t (* lseek)(int fd, off_t offset, int whence);
100 off_t (* __lseek)(int fd, off_t offset, int whence);
101 off_t (* _lseek)(int fd, off_t offset, int whence);
135 off_t (* telldir)(DIR *dir);
136 void (* seekdir)(DIR *dir, off_t offse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dbucket.c70 off_t bucket_adr; /* The address of the correct hash bucket. */
72 off_t file_pos; /* The return address for lseek. */
137 off_t adr_0; /* File address of the new bucket 0. */
138 off_t adr_1; /* File address of the new bucket 1. */
141 off_t dir_start0; /* Used in updating the directory. */
142 off_t dir_start1;
143 off_t dir_end;
145 off_t *new_dir; /* Pointer to the new directory. */
146 off_t dir_adr; /* Address of the new directory. */
148 off_t old_ad
[all...]

Completed in 284 milliseconds

1234567891011>>