Searched refs:SEEK_CUR (Results 76 - 100 of 173) sorted by relevance

1234567

/freebsd-10-stable/lib/libc/gen/
H A Dopendir.c156 pos = lseek(dirp->dd_fd, 0, SEEK_CUR);
/freebsd-10-stable/bin/pax/
H A Dtables.c1135 if ((dblk.npos = lseek(dirfd, 0L, SEEK_CUR)) < 0) {
1181 if (lseek(dirfd, -((off_t)sizeof(dblk)), SEEK_CUR) < 0)
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddefs.h58 #ifndef SEEK_CUR
59 #define SEEK_CUR 1 macro
H A Dremote-fileio.c273 *flag = SEEK_CUR;
745 old_offset = lseek (fd, 0, SEEK_CUR);
750 new_offset = lseek (fd, 0, SEEK_CUR);
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipfs.c154 pos = lseek(fd, 0, SEEK_CUR);
211 pos = lseek(fd, 0, SEEK_CUR);
/freebsd-10-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c573 fseek(fd, 32 - strlen(part_name) - 1, SEEK_CUR);
575 fseek(fd, 32 - strlen(part_type) - 1, SEEK_CUR);
/freebsd-10-stable/sbin/restore/
H A Ddirs.c530 (off_t)0, SEEK_CUR) - dirp->dd_size + dirp->dd_loc);
617 (void) fseek(mf, node.extsize, SEEK_CUR);
/freebsd-10-stable/usr.bin/mkimg/
H A Dimage.c507 ofs = lseek(fd, 0L, SEEK_CUR);
530 if (lseek(fd, (off_t)count, SEEK_CUR) != -1)
/freebsd-10-stable/contrib/zlib/test/
H A Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
/freebsd-10-stable/contrib/apr/include/
H A Dapr_file_io.h147 #define APR_CUR SEEK_CUR
/freebsd-10-stable/contrib/gcc/
H A Dc-pch.c406 if (fseek (f, h.asm_size, SEEK_CUR) != 0)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp104 const off_t buffer_size = ::lseek(backtrace_fd, 0, SEEK_CUR);
/freebsd-10-stable/sys/nfs/
H A Dnfs_lock.c263 if ((fl->l_whence != SEEK_CUR && fl->l_whence != SEEK_SET) ||
/freebsd-10-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c397 SEEK_CUR)) < 0, off);
H A Dgetentropy_osx.c387 SEEK_CUR)) < 0, off);
/freebsd-10-stable/lib/libstand/
H A Dstand.h130 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/freebsd-10-stable/contrib/zlib/
H A Dzconf.h499 # define SEEK_CUR 1 /* Seek from current position. */ macro
/freebsd-10-stable/contrib/dialog/
H A Dtextbox.c59 case SEEK_CUR:
76 return lseek_obj(obj, 0L, SEEK_CUR);
103 long actual = lseek_obj(obj, offset, SEEK_CUR);
/freebsd-10-stable/contrib/diff/src/
H A Dcmp.c681 position[f] = lseek (file_desc[f], ignore_initial[f], SEEK_CUR);
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_multiple_data_objects.c206 int64_t result = lseek(mydata->fd, SEEK_CUR, request);
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-pf.c108 lseek(pc->fd, 0L, SEEK_CUR) + pc->bufsize < 0) {
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dios_base.h187 _S_cur = SEEK_CUR,
389 * - cur, equivalent to @c SEEK_CUR in the C standard library.
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Draw_ostream.cpp473 off_t loc = ::lseek(FD, 0, SEEK_CUR);
/freebsd-10-stable/usr.sbin/config/
H A Dmain.c717 r = fseek(fp, off, SEEK_CUR);
/freebsd-10-stable/contrib/sendmail/src/
H A Dbf.c454 case SEEK_CUR:

Completed in 293 milliseconds

1234567