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

1234567

/freebsd-10-stable/crypto/heimdal/kadmin/
H A Drpc.c727 off = krb5_storage_seek(sp, 0, SEEK_CUR);
734 INSIST(off == krb5_storage_seek(sp, 0, SEEK_CUR));
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Daddr_families.c697 krb5_storage_seek(sp, 2, SEEK_CUR); /* skip first two bytes */
700 krb5_storage_seek(sp, 2, SEEK_CUR); /* skip two bytes */
H A Dpac.c460 sig->buffersize - krb5_storage_seek(sp, 0, SEEK_CUR);
H A Dstore.c162 * @param whence relateive searching, SEEK_CUR from the current
297 pos = sp->seek(sp, 0, SEEK_CUR);
/freebsd-10-stable/crypto/heimdal/lib/ntlm/
H A Dntlm.c501 krb5_storage_seek(in, len, SEEK_CUR);
1637 infotarget->length = answer->length - krb5_storage_seek(sp, 0, SEEK_CUR);
/freebsd-10-stable/sbin/restore/
H A Dtape.c1102 if (lseek(ofile, size, SEEK_CUR) == -1) {
1266 seek_failed = (lseek(mt, i, SEEK_CUR) == (off_t)-1);
/freebsd-10-stable/lib/libstand/
H A Dnfs.c727 case SEEK_CUR:
1376 case SEEK_CUR:
H A Dext2fs.c856 case SEEK_CUR:
H A Dnandfs.c500 case SEEK_CUR:
H A Ddosfs.c305 case SEEK_CUR:
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoff-alpha.c2103 if (bfd_seek (abfd, (file_ptr) FILHSZ, SEEK_CUR) != 0
2105 || bfd_seek (abfd, (file_ptr) (- (FILHSZ + 8)), SEEK_CUR) != 0)
H A Dopncls.c451 case SEEK_CUR: vec->where += offset; break;
/freebsd-10-stable/contrib/gcc/
H A Dggc-page.c2163 if (fseek (f, padding, SEEK_CUR) != 0)
2172 SEEK_CUR) != 0)
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read.c222 (&self->archive->archive, self->data, request, SEEK_CUR);
1639 case SEEK_CUR:
H A Darchive_read_disk_entry_from_file.c984 initial_off = lseek(*fd, 0, SEEK_CUR);
/freebsd-10-stable/contrib/diff/src/
H A Ddiff.c1122 off_t pos = lseek (STDIN_FILENO, (off_t) 0, SEEK_CUR);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dremote-rdp.c906 long old = callback->lseek (callback, args->n, 0, SEEK_CUR);
/freebsd-10-stable/sys/boot/zfs/
H A Dzfs.c193 case SEEK_CUR:
/freebsd-10-stable/contrib/opie/
H A Dopieftpd.c760 if (fseek(fout, 0L, SEEK_CUR /* L_INCR */ ) < 0) {
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1090 if (fseek (fout, 0L, SEEK_CUR) < 0) {
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c325 bufoffset = lseek (fd, 0, SEEK_CUR);
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h2883 # define SEEK_CUR 1 macro
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dfiles.c578 if ((offset = lseek(file->fd, 0, SEEK_CUR)) < 0)
/freebsd-10-stable/sys/fs/smbfs/
H A Dsmbfs_vnops.c1034 case SEEK_CUR:
/freebsd-10-stable/sys/nlm/
H A Dnlm_advlock.c1227 } else if (fl->l_whence == SEEK_SET || fl->l_whence == SEEK_CUR) {

Completed in 393 milliseconds

1234567