Searched refs:SEEK_CUR (Results 1 - 25 of 29) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Drpm2cpio.c61 fseek (rpmfile, 16 * header.entries, SEEK_CUR); /* Seek past index entries */
62 fseek (rpmfile, header.size, SEEK_CUR); /* Seek past store */
85 fseek(rpmfile, (8 - (ftell(rpmfile) % 8)) % 8, SEEK_CUR); /* Pad to 8 byte boundary */
H A Ddd.c118 if (lseek(ifd, skip * bs, SEEK_CUR) < 0)
123 if (lseek(ofd, seek * bs, SEEK_CUR) < 0)
/asus-wl-520gu-7.0.1.45/src/router/busybox/pwd_grp/
H A D__getpwent.c55 SEEK_CUR);
63 SEEK_CUR);
H A D__getgrent.c65 SEEK_CUR);
73 SEEK_CUR);
91 (line_len + line_index + line_buff)), SEEK_CUR);
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dtextbox.c150 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
183 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
340 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
363 if (lseek (fd, -(BUF_SIZE / 2 + bytes_read), SEEK_CUR)
394 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
413 SEEK_CUR) == -1) {
499 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
545 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dtextbox.c150 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
183 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
340 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
363 if (lseek (fd, -(BUF_SIZE / 2 + bytes_read), SEEK_CUR)
394 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
413 SEEK_CUR) == -1) {
499 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
545 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsystem_brcm.c382 SEEK_CUR);
390 SEEK_CUR);
408 (line_len + line_index + line_buff)), SEEK_CUR);
522 SEEK_CUR);
532 SEEK_CUR);
554 (line_len + line_index + line_buff)), SEEK_CUR);
672 SEEK_CUR);
680 SEEK_CUR);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcomx.h197 #ifndef SEEK_CUR
198 #define SEEK_CUR 1 macro
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dcopy_sparse.c177 lseek(ofd, bs, SEEK_CUR);
195 lseek64(ofd, offset-1, SEEK_CUR);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A De2image.c97 hdr.offset_super = lseek(fd, 0, SEEK_CUR);
104 hdr.offset_inode = lseek(fd, 0, SEEK_CUR);
112 hdr.offset_blockmap = lseek(fd, 0, SEEK_CUR);
119 hdr.offset_inodemap = lseek(fd, 0, SEEK_CUR);
317 if (lseek64(fd, sparse_offset, SEEK_CUR) < 0)
320 if (lseek(fd, sparse_offset, SEEK_CUR) < 0)
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dzconf.h245 # define SEEK_CUR 1 /* Seek from current position. */ macro
H A Dexample.c112 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
133 pos = gzseek(file, -8L, SEEK_CUR);
H A Dgzio.c701 if (whence == SEEK_CUR) {
771 return gzseek(file, 0L, SEEK_CUR);
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dzconf.h288 # define SEEK_CUR 1 /* Seek from current position. */ macro
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dzconf.h288 # define SEEK_CUR 1 /* Seek from current position. */ macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbwrapper/
H A Dsmbw_dir.c466 case SEEK_CUR:
688 return smbw_dir_lseek(d->fd,0,SEEK_CUR);
H A Dsmbw.c1242 case SEEK_CUR:
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dvfs-wrap.c213 curr = SMB_VFS_LSEEK(fsp, fd, 0, SEEK_CUR);
266 curr = SMB_VFS_LSEEK(fsp, fd, 0, SEEK_CUR);
601 SMB_OFF_T currpos = SMB_VFS_LSEEK(fsp, fd, 0, SEEK_CUR);
678 currpos = SMB_VFS_LSEEK(fsp, fd, 0, SEEK_CUR);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dimager.c99 lseek(fd, fs->blocksize, SEEK_CUR);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dportable.h454 # define SEEK_CUR 1 macro
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dunarchive.c47 if (fseek(src_stream, count, SEEK_CUR) != 0 && errno == ESPIPE) {
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd_rcvjob.c801 startpos = lseek( fd, 0, SEEK_CUR );
807 startpos = lseek( fd, 0, SEEK_CUR );
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/http/
H A Dhttpreadwrite.c353 SEEK_CUR ) != 0 ) {
358 if( fseek( Fp, Instr->RangeOffset, SEEK_CUR ) != 0 ) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dcmd_vfs.c425 printf("Usage: lseek <fd> <offset> <whence>\n...where whence is 1 => SEEK_SET, 2 => SEEK_CUR, 3 => SEEK_END\n");
434 case 2: whence = SEEK_CUR; break;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Deditreg.c3444 cur_ofs = lseek(fd, 0, SEEK_CUR); /* Get current offset */
3643 cur_ofs = lseek(fd, 0, SEEK_CUR); /* Get current offset */

Completed in 192 milliseconds

12