Searched refs:lseek (Results 26 - 50 of 152) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/utils/
H A Dmktree.c111 if (lseek(in_fd, (64 * 1024), SEEK_SET) < 0) {
142 if (lseek(out_fd, 0, SEEK_SET) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzappend.c33 * - Add L to constants in lseek() calls
208 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
289 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
329 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in;
338 end = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
353 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET);
356 lseek(gz.fd, -1L, SEEK_CUR);
372 lseek(gz.fd, --end, SEEK_SET);
376 lseek(gz.fd, end, SEEK_SET);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dmktree.c109 if (lseek(in_fd, (64 * 1024), SEEK_SET) < 0) {
140 if (lseek(out_fd, 0, SEEK_SET) < 0) {
H A Dhack-coff.c73 if (lseek(fd, (long) sizeof(struct external_filehdr), 0) == -1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dbinoffset.c100 off_t end_off = lseek (fd, 0, SEEK_END);
101 lseek (fd, 0, SEEK_SET);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_seek.c49 RETRY_CHK((lseek(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsetup.h322 # undef lseek macro
323 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence) macro
338 # undef lseek macro
339 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dos_support.h34 # define lseek(f,p,w) _lseeki64((f), (p), (w)) macro
H A Dfile.c76 return lseek(fd, pos, whence);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dllong.c80 if (lseek(fd, (off_t) where, whence) >= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dasingle.c198 pos = lseek( single.filed, single.entry[ ADEID_NAME ].ade_off,
212 pos = lseek( single.filed,
248 pos = lseek( single.filed, single.entry[ ADEID_COMMENT ].ade_off,
277 pos = lseek( single.filed,
291 pos = lseek( single.filed,
315 pos = lseek( single.filed, single.entry[ ADEID_DFORK ].ade_off, SEEK_SET );
417 pos = lseek( single.filed,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dasingle.c198 pos = lseek( single.filed, single.entry[ ADEID_NAME ].ade_off,
212 pos = lseek( single.filed,
248 pos = lseek( single.filed, single.entry[ ADEID_COMMENT ].ade_off,
277 pos = lseek( single.filed,
291 pos = lseek( single.filed,
315 pos = lseek( single.filed, single.entry[ ADEID_DFORK ].ade_off, SEEK_SET );
417 pos = lseek( single.filed,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/
H A DMakefile9 SUB_DIRS=init fstat open unlink chown close opendir closedir rename lseek lseekdir stat \
215 lseek: $(G_LSEEK)
444 $(BIN_DIR)/lseek_1: lseek/lseek_1.o
446 @$(CC) $(LFLAGS) -o $@ lseek/lseek_1.o $(INCPATH) $(LIBS)
448 $(BIN_DIR)/lseek_2: lseek/lseek_2.o
450 @$(CC) $(LFLAGS) -o $@ lseek/lseek_2.o $(INCPATH) $(LIBS)
452 $(BIN_DIR)/lseek_3: lseek/lseek_3.o
454 @$(CC) $(LFLAGS) -o $@ lseek/lseek_3.o $(INCPATH) $(LIBS)
456 $(BIN_DIR)/lseek_4: lseek/lseek_4.o
458 @$(CC) $(LFLAGS) -o $@ lseek/lseek_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dpoptconfig.c71 fileLength = lseek(fd, 0, SEEK_END);
72 (void) lseek(fd, 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbss_fd.c166 ret=(long)lseek(b->num,num,0);
170 ret=(long)lseek(b->num,0,1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/tools/
H A Dbuild.c170 if (lseek(1, 497, SEEK_SET) != 497) /* Write sizes to the bootsector */
175 if (lseek(1, 500, SEEK_SET) != 500)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/tools/
H A Dbuild.c171 if (lseek(1, 497, SEEK_SET) != 497) /* Write sizes to the bootsector */
176 if (lseek(1, 500, SEEK_SET) != 500)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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)
111 die ("lseek vmlinux");
112 if(lseek(fd_outfile, SWAB(esecs[0].s_scnptr), SEEK_SET) == (off_t)-1)
113 die ("lseek outfile");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/edd_id/
H A Dedd_id.c101 if (lseek(disk_fd, 510, SEEK_SET) < 0) {
119 if (lseek(disk_fd, 440, SEEK_SET) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Danyauthput.c75 if(-1 == lseek(fd, 0, SEEK_SET))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_read.c44 if ( lseek( ad_fd->adf_fd, offset, SEEK_SET ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Duser_syms.c64 EXPORT_SYMBOL_PROTO(lseek); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A DblkidP.h155 /* lseek.c */
160 # define blkid_llseek lseek
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_read.c44 if ( lseek( ad_fd->adf_fd, offset, SEEK_SET ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/tools/
H A Dbuild.c239 lseek(id, GCC_HEADER, SEEK_SET);
277 if (lseek(1, 497, 0) == 497) {
281 if (lseek(1,500,0) == 500) {

Completed in 187 milliseconds

1234567