Searched refs:SEEK_CUR (Results 101 - 125 of 173) sorted by relevance

1234567

/freebsd-10-stable/contrib/unbound/compat/
H A Dgetentropy_linux.c494 SEEK_CUR)) < 0, off);
/freebsd-10-stable/usr.bin/script/
H A Dscript.c401 if (fseeko(fp, len, SEEK_CUR) == -1)
/freebsd-10-stable/contrib/file/src/
H A Dmagic.c443 pos = lseek(fd, (off_t)0, SEEK_CUR);
/freebsd-10-stable/usr.bin/mkuzip/
H A Dmkuzip.c388 cpos = lseek(fd, 0, SEEK_CUR);
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c300 assert(lseek(fd, s->size, SEEK_CUR) != (off_t)-1);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dsource.c940 line_charpos[0] = lseek (desc, 0, SEEK_CUR);
953 line_charpos[nlines++] = lseek (desc, 0, SEEK_CUR);
/freebsd-10-stable/contrib/texinfo/util/
H A Dtexindex.c44 # define SEEK_CUR 1 macro
218 ptr = (off_t) lseek (desc, (off_t) 0, SEEK_CUR);
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c530 right = krb5_storage_seek(sp, 0, SEEK_CUR);
536 left = krb5_storage_seek(sp, -16, SEEK_CUR);
/freebsd-10-stable/gnu/usr.bin/rcs/ci/
H A Dci.c703 wfd_off = lseek(wfd, (off_t)0, SEEK_CUR);
724 if (lseek(wfd, wfd_off, SEEK_CUR) == -1)
/freebsd-10-stable/crypto/openssh/
H A Dloginrec.c1239 if (lseek(fd, -(off_t)(2 * sizeof(struct utmp)), SEEK_CUR) == -1) {
1400 if (lseek(fd, -(off_t)(2 * sizeof(struct utmpx)), SEEK_CUR) == -1) {
/freebsd-10-stable/contrib/binutils/bfd/
H A Darchive.c916 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0)
968 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0)
1069 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0)
/freebsd-10-stable/contrib/diff/src/
H A Dio.c132 if (lseek (current->desc, - buffered, SEEK_CUR) == -1)
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h298 # define SEEK_CUR 1 macro
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dpch.c444 if (lseek (fd, m.definition_length, SEEK_CUR) == -1)
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h301 # define cacheunget_(f,c) if(fseek(ptr,-2L,SEEK_CUR))Ierror();else cacheget_(c)
/freebsd-10-stable/lib/libstand/
H A Dcd9660.c567 case SEEK_CUR:
H A Dtftp.c44 * - lseek only with SEEK_SET or SEEK_CUR
563 case SEEK_CUR:
H A Dufs.c808 case SEEK_CUR:
/freebsd-10-stable/sys/boot/ficl/
H A Dloader.c555 off = lseek(fd, 0LL, SEEK_CUR);
/freebsd-10-stable/usr.sbin/mptable/
H A Dmptable.c854 if ( lseek( pfd, -1, SEEK_CUR ) < 0 )
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_fcntl.c349 case SEEK_CUR:
/freebsd-10-stable/usr.bin/mkimg/
H A Dmkimg.c344 ofs = lseek(fd, len, SEEK_CUR);
/freebsd-10-stable/contrib/pf/pflogd/
H A Dpflogd.c453 fseek(fp, ph.caplen, SEEK_CUR);
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dsender.c456 offset = lseek(trail_filefd(adist_trail), 0, SEEK_CUR);
/freebsd-10-stable/sbin/savecore/
H A Dsavecore.c375 if (fseeko(fp, he - hs, SEEK_CUR) == -1)

Completed in 327 milliseconds

1234567