Searched refs:off_t (Results 101 - 125 of 552) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dbinoffset.c50 off_t firstloc = 0;
100 off_t end_off = lseek (fd, 0, SEEK_END);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c180 static void (*format_address)(off_t, char);
183 static off_t pseudo_offset;
185 static off_t n_bytes_to_skip;
189 static off_t max_bytes_to_format;
191 static off_t end_offset;
769 skip(off_t n_skip)
830 typedef void FN_format_address(off_t address, char c);
833 format_address_none(off_t address ATTRIBUTE_UNUSED, char c ATTRIBUTE_UNUSED)
844 format_address_std(off_t address, char c)
854 format_address_paren(off_t addres
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dnvram.c146 off_t *begin, off_t offset, int size);
385 nvram_read_proc(char *buffer, char **start, off_t offset,
393 nvram_read_proc(char *buffer, char **start, off_t offset,
398 off_t begin = 0;
533 off_t *begin, off_t offset, int size)
636 off_t *begin, off_t offset, int size)
836 off_t *begi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dunixfilemap.c55 MAP_FILE|MAP_PRIVATE, fd, (off_t)0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_flock.c17 * PUBLIC: int __os_fdlock __P((ENV *, DB_FH *, off_t, int, int));
24 off_t offset;
H A Dos_rw.c32 off_t offset;
45 * aren't exactly sure what size an off_t might be.
54 offset = (off_t)pgno * pgsize;
247 off_t cur_off;
250 (cur_off = lseek(fhp->fd, (off_t)0, SEEK_CUR)) != -1 &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_flock.c22 off_t offset;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/agp/
H A Dagp.h111 int (*insert_memory)(struct agp_memory *, off_t, int);
112 int (*remove_memory)(struct agp_memory *, off_t, int);
264 int agp_generic_insert_memory(struct agp_memory *mem, off_t pg_start, int type);
265 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsys_avr32.c32 unsigned long fd, off_t offset)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dstat.h14 off_t st_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/sn/
H A Dkldir.h206 off_t offset; /* Offset from start of node space */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/sn/
H A Dkldir.h206 off_t offset; /* Offset from start of node space */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmbadblocks.c33 off_t start;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_irda.h167 off_t,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dstrings.c25 off_t offset;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclireadwrite.c29 static BOOL cli_issue_read(struct cli_state *cli, int fnum, off_t offset,
64 ssize_t cli_read(struct cli_state *cli, int fnum, char *buf, off_t offset, size_t size)
164 static BOOL cli_issue_readraw(struct cli_state *cli, int fnum, off_t offset,
195 ssize_t cli_readraw(struct cli_state *cli, int fnum, char *buf, off_t offset, size_t size)
257 static BOOL cli_issue_write(struct cli_state *cli, int fnum, off_t offset,
330 const char *buf, off_t offset, size_t size)
382 int fnum, char *buf, off_t offset, size_t size1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_proc.c14 static int prism2_debug_proc_read(char *page, char **start, off_t off,
54 static int prism2_stats_proc_read(char *page, char **start, off_t off,
102 static int prism2_wds_proc_read(char *page, char **start, off_t off,
142 static int prism2_bss_list_proc_read(char *page, char **start, off_t off,
197 static int prism2_crypt_proc_read(char *page, char **start, off_t off,
229 static int prism2_pda_proc_read(char *page, char **start, off_t off,
247 static int prism2_aux_dump_proc_read(char *page, char **start, off_t off,
268 static int prism2_io_debug_proc_read(char *page, char **start, off_t off,
307 static int prism2_scan_results_proc_read(char *page, char **start, off_t off,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Ddsi.h80 off_t read_count, write_count;
194 extern ssize_t dsi_stream_read_file(DSI *, int, off_t off, const size_t len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/boot/
H A Daddinitrd.c110 if(lseek(fd_vmlinux, SWAB(esecs[0].s_scnptr), SEEK_SET) == (off_t)-1)
112 if(lseek(fd_outfile, SWAB(esecs[0].s_scnptr), SEEK_SET) == (off_t)-1)

Completed in 291 milliseconds

1234567891011>>