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

1234567

/freebsd-10-stable/usr.bin/patch/
H A Dpch.c488 fseeko(pfp, -1, SEEK_CUR);
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoff-rs6000.c1169 if (bfd_seek (abfd, off, SEEK_CUR) != 0)
1224 if (bfd_seek (abfd, off, SEEK_CUR) != 0)
1470 if (bfd_seek (abfd, (file_ptr) ((namlen & 1) + SXCOFFARFMAG), SEEK_CUR) != 0)
H A Dcoff64-rs6000.c1907 if (bfd_seek (abfd, pos, SEEK_CUR) != 0)
H A Decoff.c2864 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0)
H A Dieee.c3533 if (bfd_seek (abfd, (file_ptr) (8 * N_W_VARIABLES), SEEK_CUR) != 0)
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipmon.c1848 tr = (lseek(l->fd, 0, SEEK_CUR) < l->size);
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-bpf.c900 if (lseek(p->fd, 0L, SEEK_CUR) +
/freebsd-10-stable/contrib/texinfo/info/
H A Dinfomap.c1426 long pos = lseek(f, 0L, SEEK_CUR);
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1149 if (fseek(fout, 0L, SEEK_CUR) < 0) {
/freebsd-10-stable/contrib/tnftp/src/
H A Dftp.c1079 if (fseeko(fout, (off_t)0, SEEK_CUR) < 0) {
/freebsd-10-stable/sys/kern/
H A Dkern_lockf.c437 case SEEK_CUR:
440 * when SEEK_CUR is used.
H A Dkern_descrip.c633 if (flp->l_whence == SEEK_CUR) {
746 if (flp->l_whence == SEEK_CUR) {
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddbxread.c854 bfd_seek (symfile_bfd, sym_offset, SEEK_CUR);
/freebsd-10-stable/usr.bin/truss/
H A Dsyscalls.c459 X(SEEK_SET) X(SEEK_CUR) X(SEEK_END) X(SEEK_DATA) X(SEEK_HOLE) XEND
/freebsd-10-stable/libexec/ftpd/
H A Dftpd.c1825 if (fseeko(fout, 0, SEEK_CUR) < 0) {
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c1098 case SEEK_CUR:
H A Darchive_write_set_format_iso9660.c8064 write_offset = lseek(fd, 0, SEEK_CUR);
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c3083 ev_off_t start_pos = lseek(fd, 0, SEEK_CUR), pos;
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c328 case SEEK_CUR:
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c1350 case SEEK_CUR:
1353 * when SEEK_CUR is used.
H A Dnfs_clrpcops.c3721 case SEEK_CUR:
3724 * when SEEK_CUR is used.
/freebsd-10-stable/contrib/binutils/binutils/
H A Dreadelf.c9745 if (fseek (file, size + (size & 1), SEEK_CUR) != 0)
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure30253 fseeko64(fp, 0, SEEK_CUR);
30255 lseek64(1, 0, SEEK_CUR);
[all...]

Completed in 414 milliseconds

1234567