Searched refs:SEEK_CUR (Results 126 - 150 of 235) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_default.c242 curr = SMB_VFS_LSEEK(fsp, fd, 0, SEEK_CUR);
295 curr = SMB_VFS_LSEEK(fsp, fd, 0, SEEK_CUR);
656 SMB_OFF_T currpos = SMB_VFS_LSEEK(fsp, fd, 0, SEEK_CUR);
738 currpos = SMB_VFS_LSEEK(fsp, fd, 0, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzconf.h471 # define SEEK_CUR 1 /* Seek from current position. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibssh.c244 case SEEK_CUR:
H A Drpl.c307 if (avio_seek(pb, -8, SEEK_CUR) < 0)
H A Dwtvdec.c117 else if (whence == SEEK_CUR)
656 avio_seek(pb, -size, SEEK_CUR);
965 avio_seek(wtv->pb, -32, SEEK_CUR);
H A Davio.c425 pos = ffurl_seek(h, 0, SEEK_CUR);
H A Dmmsh.c399 if(pos == 0 && whence == SEEK_CUR)
H A Domadec.c475 if ((err = avio_seek(s->pb, -8, SEEK_CUR)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzconf.h476 # define SEEK_CUR 1 /* Seek from current position. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dirwrite.c1152 dircount * sizeof (TIFFDirEntry), SEEK_CUR);
1160 off = TIFFSeekFile(tif, 0, SEEK_CUR); /* get current offset */
1241 dircount * sizeof (TIFFDirEntry), SEEK_CUR);
1249 off = TIFFSeekFile(tif, 0, SEEK_CUR); /* get current offset */
H A Dtif_acorn.c348 case SEEK_CUR:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dunistd.in.h36 #if !(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET)
541 /* Set the offset of FD relative to SEEK_SET, SEEK_CUR, or SEEK_END.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-read.c320 save_seek = lseek(input_fd, 0, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drpl.c308 if (avio_seek(pb, -8, SEEK_CUR) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Driscos.c388 case SEEK_CUR:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dimager.c96 lseek(fd, fs->blocksize, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddesktop.c203 if ( lseek( si.sdt_fd, (off_t) rsize, SEEK_CUR ) < 0 ) {
394 if ( lseek( si.sdt_fd, (off_t) bsize, SEEK_CUR ) < 0 ) {
468 if ( lseek( si.sdt_fd, (off_t) rsize, SEEK_CUR ) < 0 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c653 if(fseeko(f, fm->blocks[i].size, SEEK_CUR) < 0) {
668 if(fseeko(f, fm->blocks[i].size, SEEK_CUR) < 0) {
700 if(fseeko(f, fm->blocks[i].size, SEEK_CUR) < 0) {
715 if(fseeko(f, fm->blocks[i].size, SEEK_CUR) < 0) {
736 if(fseeko(f, ssnd_offset_size, SEEK_CUR) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-pf.c108 lseek(pc->fd, 0L, SEEK_CUR) + pc->bufsize < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dexample.pas117 gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *)
142 pos := gzseek(zfile, -8, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c602 lseek(fno, -4l, SEEK_CUR);
1441 lseek(fno, -4l, SEEK_CUR);
1444 lseek(fno, -6l, SEEK_CUR);
1461 lseek(fno, -4l, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagtiff.cpp75 case SEEK_CUR:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dioctl.c430 case SEEK_CUR:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dcod.c178 dw_cur_pos = filp->f_op->llseek(filp, 0, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dexample.pas117 gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *)
142 pos := gzseek(zfile, -8, SEEK_CUR);

Completed in 135 milliseconds

12345678910