Searched refs:off_t (Results 126 - 150 of 567) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dosdep.h71 /* Need types.h for off_t. */
74 typedef off_t zoff_t;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Datags.c13 read_buffer(char* page, char** start, off_t off, int count,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dstrings.c25 off_t offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclireadwrite.c27 static BOOL cli_issue_read(struct cli_state *cli, int fnum, off_t offset,
63 ssize_t cli_read(struct cli_state *cli, int fnum, char *buf, off_t offset, size_t size)
167 static BOOL cli_issue_readraw(struct cli_state *cli, int fnum, off_t offset,
198 ssize_t cli_readraw(struct cli_state *cli, int fnum, char *buf, off_t offset, size_t size)
260 static BOOL cli_issue_write(struct cli_state *cli, int fnum, off_t offset,
339 const char *buf, off_t offset, size_t size)
391 int fnum, char *buf, off_t offset, size_t size1)
H A Dlibsmb_compat.c202 off_t smbc_lseek(int fd, off_t offset, int whence)
260 off_t smbc_telldir(int dh)
266 int smbc_lseekdir(int fd, off_t offset)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dforeign_metadata.c24 #include <sys/types.h> /* for off_t */
75 static FLAC__bool append_block_(foreign_metadata_t *fm, off_t offset, FLAC__uint32 size, const char **error)
92 off_t offset, eof_offset;
177 off_t offset, eof_offset;
308 off_t offset;
429 static FLAC__bool write_to_iff_(foreign_metadata_t *fm, FILE *fin, FILE *fout, off_t offset1, off_t offset2, off_t offset3, const char **error)
571 FLAC__bool flac__foreign_metadata_write_to_iff(foreign_metadata_t *fm, const char *infilename, const char *outfilename, off_t offset1, off_t offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmopen.c68 off_t file_pos; /* Used with seeks. */
228 dbf->header->dir_size = 8 * sizeof (off_t);
245 dbf->dir = (off_t *) malloc (dbf->header->dir_size);
272 for (index = 0; index < dbf->header->dir_size / sizeof (off_t); index++)
359 dbf->dir = (off_t *) malloc (dbf->header->dir_size);
H A Dfalloc.c61 off_t
66 off_t file_adr; /* The address of the block. */
114 off_t file_adr;
178 off_t file_pos; /* For use with the lseek system call. */
255 off_t av_adr;
257 off_t file_pos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmopen.c68 off_t file_pos; /* Used with seeks. */
228 dbf->header->dir_size = 8 * sizeof (off_t);
245 dbf->dir = (off_t *) malloc (dbf->header->dir_size);
272 for (index = 0; index < dbf->header->dir_size / sizeof (off_t); index++)
359 dbf->dir = (off_t *) malloc (dbf->header->dir_size);
H A Dfalloc.c61 off_t
66 off_t file_adr; /* The address of the block. */
114 off_t file_adr;
178 off_t file_pos; /* For use with the lseek system call. */
255 off_t av_adr;
257 off_t file_pos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c48 #include <sys/types.h> /* for off_t */
128 static FLAC__bool simple_iterator_copy_file_postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, int fixup_is_last_code, off_t fixup_is_last_flag_offset, FLAC__bool backup);
130 static FLAC__bool copy_n_bytes_from_file_(FILE *file, FILE *tempfile, off_t bytes, FLAC__Metadata_SimpleIteratorStatus *status);
131 static FLAC__bool copy_n_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, off_t bytes, FLAC__Metadata_SimpleIteratorStatus *status);
352 off_t offset[SIMPLE_ITERATOR_MAX_PUSH_DEPTH];
353 off_t first_offset; /* this is the offset to the STREAMINFO block */
549 off_t this_offset;
566 while(ftello(iterator->file) + (off_t)iterator->length < iterator->offset[iterator->depth]) {
591 FLAC_API off_t FLAC__metadata_simple_iterator_get_block_offset(const FLAC__Metadata_SimpleIterator *iterator)
675 FLAC__ASSERT_DECLARATION(off_t debug_target_offse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.c478 static off_t lseekx(int fd,
479 off_t offset,
481 off_t (* f)(int, off_t, int))
483 off_t ret;
487 * because types such as off_t can differ in meaning betweent his
494 return (off_t) smbw_lseek(fd, offset, whence);
517 * because types such as off_t can differ in meaning betweent his
613 ssize_t pread(int fd, void *buf, size_t size, off_t ofs)
629 return smbw_pread(fd, buf, size, (off_t) of
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_proc.c14 static int prism2_debug_proc_read(char *page, char **start, off_t off,
55 static int prism2_stats_proc_read(char *page, char **start, off_t off,
103 static int prism2_wds_proc_read(char *page, char **start, off_t off,
143 static int prism2_bss_list_proc_read(char *page, char **start, off_t off,
198 static int prism2_crypt_proc_read(char *page, char **start, off_t off,
231 static int prism2_pda_proc_read(char *page, char **start, off_t off,
249 static int prism2_aux_dump_proc_read(char *page, char **start, off_t off,
270 static int prism2_io_debug_proc_read(char *page, char **start, off_t off,
309 static int prism2_scan_results_proc_read(char *page, char **start, off_t off,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.c142 *getpspage(off_t off)
157 handletok(off_t count, char *token)
247 off_t ccread = 0;
248 off_t ccmatch;
345 temp2out(int tempfd, char *tempfile, off_t length)
406 off_t endofpage;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dxfuncs.c198 off_t xlseek(int fd, off_t offset, int whence)
200 off_t off = lseek(fd, offset, whence);
201 if (off == (off_t)-1) {
402 off_t fdlength(int fd)
404 off_t bottom = 0, top = 0, pos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.c102 static off_t get_off_t(char **ibuf, int is64)
105 off_t ret;
124 static int set_off_t(off_t offset, char *rbuf, int is64)
146 static int is_neg(int is64, off_t val)
148 if (val < 0 || (sizeof(off_t) == 8 && !is64 && (val & 0x80000000U)))
153 static int sum_neg(int is64, off_t offset, off_t reqcount)
162 static int setforkmode(struct adouble *adp, int eid, int ofrefnum, off_t what)
169 int getforkmode(struct adouble *adp, int eid, off_t what)
525 off_t siz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libgpo/
H A Dgpo_filesync.c48 off_t start = 0;
49 off_t nread = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tests/
H A Dos2_delete.c47 off_t offsets[READDIR_SIZE];
154 off_t offsets[READDIR_SIZE];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_unix.c53 return ((toff_t) lseek((int) fd, (off_t) off, whence));
104 (void) munmap(base, (off_t) size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h99 typedef long off_t; typedef
101 // define off_t
105 typedef long off_t; typedef
110 typedef _off_t off_t; typedef
112 typedef long off_t; typedef
114 typedef long off_t; typedef
201 typedef off_t wxFileOffset;
411 typedef off_t wxFileOffset;
414 wxCOMPILE_TIME_ASSERT( sizeof(off_t) == sizeof(wxLongLong_t),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Ddsi.h78 off_t read_count, write_count;
194 extern ssize_t dsi_stream_read_file(DSI *, int, off_t off, const size_t len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dperfcntr.c83 ctrl_read(char *page, char **start, off_t off,
155 cntrs_read(char *page, char **start, off_t off,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dds.h190 int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val);
191 int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dbeos.c55 local int get_attr_dir( const char *, char **, off_t * );
354 - pointers are 32-bits; attributes are limited to off_t in size so it's
362 int get_attr_dir( const char *name, char **attr_buff, off_t *total_size )
368 off_t attrs_size;
369 off_t this_size;
686 off_t attrsize = 0;
713 if( attrsize > (off_t)ULONG_MAX ) {
715 attrsize = (off_t)(ULONG_MAX - MEMCOMPRESS_OVERHEAD);
869 fa.size = (off_t)(strlen( type ) + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dhttp.c65 wget(int method, const char *server, char *buf, size_t count, off_t offset)
183 http_get(const char *server, char *buf, size_t count, off_t offset)

Completed in 156 milliseconds

1234567891011>>