Searched refs:off_t (Results 376 - 400 of 567) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Ddecoders.cpp65 static off_t flacfilesize_;
237 if(fseeko(file_, (off_t)absolute_byte_offset, SEEK_SET) < 0) {
253 off_t offset = ftello(file_);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c44 static int set_file_attrs( const char *, const unsigned char *, const off_t );
1271 const off_t attr_size )
1403 retval = set_file_attrs(path, attrbuff, (off_t)full_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.c30 #include <sys/types.h> /* for off_t */
93 off_t filesize;
164 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)
609 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)
1164 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)
1224 infilesize -= (off_t)encoder_session.skip * bytes_per_wide_sample;
1230 infilesize -= (off_t)trim * bytes_per_wide_sample;
1285 infilesize -= (off_t)((*options.common.align_reservoir_samples) * bytes_per_wide_sample);
1432 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)
1459 decoder_data.filesize = (infilesize == (off_t)(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmbclient.c109 static off_t
112 off_t offset,
1262 * appears to pass file->offset (which is type off_t) differently than
1263 * a local variable of type off_t. Using local variable "offset" in
1267 off_t offset;
1347 off_t offset;
1909 static off_t
1912 off_t offset,
3441 static off_t
3445 off_t ret_va
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c1511 struct dnslabel_entry { char *v; off_t pos; };
1550 dnslabel_table_add(struct dnslabel_table *table, const char *label, off_t pos)
1577 static off_t
1578 dnsname_to_labels(u8 *const buf, size_t buf_len, off_t j,
1586 if (j + 2 > (off_t)buf_len) \
1593 if (j + 4 > (off_t)buf_len) \
1661 off_t j = 0; /* current offset into buf */
1873 off_t j = 0, r;
1926 off_t len_idx = j, name_start;
1937 if (j+item->datalen > (off_t)buf_le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h122 * Windows defines off_t to long (i.e., 32 bits). We need to pass 64-bit
125 #define off_t __db_off_t macro
126 typedef int64_t off_t; typedef
1965 * off_t because its size depends on
2477 int db_env_set_func_ftruncate __P((int (*)(int, off_t)));
2482 int db_env_set_func_pread __P((ssize_t (*)(int, void *, size_t, off_t)));
2483 int db_env_set_func_pwrite __P((ssize_t (*)(int, const void *, size_t, off_t)));
2488 int db_env_set_func_seek __P((int (*)(int, off_t, int)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h122 * Windows defines off_t to long (i.e., 32 bits). We need to pass 64-bit
125 #define off_t __db_off_t macro
126 typedef int64_t off_t; typedef
1965 * off_t because its size depends on
2477 int db_env_set_func_ftruncate __P((int (*)(int, off_t)));
2482 int db_env_set_func_pread __P((ssize_t (*)(int, void *, size_t, off_t)));
2483 int db_env_set_func_pwrite __P((ssize_t (*)(int, const void *, size_t, off_t)));
2488 int db_env_set_func_seek __P((int (*)(int, off_t, int)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dheader.c784 if (lseek(fd, self->offset, SEEK_SET) == (off_t)-1) {
866 off_t tmp;
1127 off_t offset = lseek(session->fd, 0, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/
H A Ddma.c84 static int dma_proc_read_mem_type(char *buf, char **start, off_t offset,
112 static int dma_proc_read_channels(char *buf, char **start, off_t offset,
198 static int dma_proc_read_devices(char *buf, char **start, off_t offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_smb.c243 result = cli_read(cli->cli, fnum, data, (off_t) offset, (size_t) size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibnut.c182 static off_t av_seek(void * h, long long pos, int whence) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfloppyd_io.c76 off_t filelen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Drftw.c217 ftwip->curStat.st_size = (off_t) sz;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c670 fuse_fill_dir_t filler, off_t offset __attribute__((unused)),
725 off_t offset, struct fuse_file_info *fi __attribute__((unused)))
784 off_t offset, struct fuse_file_info *fi __attribute__((unused)))
836 static int ntfs_fuse_truncate(const char *org_path, off_t size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_vms.c64 return ((toff_t) lseek((int) fd, (off_t) off, whence));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.h583 CimageDlg(wxWindow *parent, wxChar *pImageData, off_t iSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCreditsList.cpp295 off_t keySize = CPath::GetFileSize(theApp->ConfigDir + CRYPTKEY_FILENAME);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dcumana_2.c322 /* Prototype: int cumanascsi_2_proc_info(char *buffer, char **start, off_t offset,
335 int cumanascsi_2_proc_info (struct Scsi_Host *host, char *buffer, char **start, off_t offset,
H A Dpowertec.c228 /* Prototype: int powertecscsi_proc_info(char *buffer, char **start, off_t offset,
240 int powertecscsi_proc_info(struct Scsi_Host *host, char *buffer, char **start, off_t offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dlanstreamer.c219 static int streamer_proc_info(char *buffer, char **start, off_t offset,
1790 static int streamer_proc_info(char *buffer, char **start, off_t offset,
1796 off_t begin = 0;
1797 off_t pos = 0;
H A Dolympic.c196 static int olympic_proc_info(char *buffer, char **start, off_t offset, int length, int *eof, void *data) ;
1618 static int olympic_proc_info(char *buffer, char **start, off_t offset, int length, int *eof, void *data)
1626 off_t begin=0;
1627 off_t pos=0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/hpux/
H A Dsys_hpux.c448 int hpux_lockf(int fildes, int function, off_t size)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dchar_dev.c69 void chrdev_show(struct seq_file *f, off_t offset)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c803 if (size == 0 || (off_t)size != s.st_size) return NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_svw.c304 off_t offset, int count, int inout)

Completed in 233 milliseconds

<<11121314151617181920>>