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

1234567

/freebsd-9.3-release/lib/libstand/
H A Dlseek.c87 case SEEK_CUR:
107 if ((filepos = (f->f_ops->fo_seek)(f, (off_t)0, SEEK_CUR)) == -1)
114 case SEEK_CUR:
133 if (where == SEEK_CUR)
/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetpass.c23 #ifndef SEEK_CUR
24 #define SEEK_CUR 1 macro
96 if (out == in) fseek (out, 0, SEEK_CUR);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsysdep.h117 #ifndef SEEK_CUR macro
118 #define SEEK_CUR 1
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dhost-cygwin.c55 off_t p = lseek(fd, 0, SEEK_CUR);
/freebsd-9.3-release/lib/libc/gen/
H A Dlockf.c48 fl.l_whence = SEEK_CUR;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dsysdep.h107 #ifndef SEEK_CUR
108 #define SEEK_CUR 1 macro
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dlogutmp.c108 (void)lseek(fd, -(off_t)sizeof(UTMP), SEEK_CUR);
141 (void)lseek(fd, -(off_t)sizeof(UTMP), SEEK_CUR);
/freebsd-9.3-release/sys/sys/
H A Dunistd.h108 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
119 #define L_INCR SEEK_CUR
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dstore_emem.c53 sp->seek(sp, size, SEEK_CUR);
76 sp->seek(sp, size, SEEK_CUR);
94 case SEEK_CUR:
H A Dstore_mem.c52 sp->seek(sp, size, SEEK_CUR);
63 sp->seek(sp, size, SEEK_CUR);
85 case SEEK_CUR:
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-open_memstream.c184 SEEK_FAIL(-1, SEEK_CUR, EINVAL);
187 SEEK_OK(-1, SEEK_CUR, 2);
191 SEEK_FAIL(2, SEEK_CUR, EOVERFLOW);
H A Dtest-open_wmemstream.c184 SEEK_FAIL(-1, SEEK_CUR, EINVAL);
187 SEEK_OK(-1, SEEK_CUR, 2);
191 SEEK_FAIL(2, SEEK_CUR, EOVERFLOW);
/freebsd-9.3-release/bin/dd/
H A Dposition.c71 if (lseek(in.fd, in.offset * in.dbsz, SEEK_CUR) == -1 &&
139 if (lseek(out.fd, out.offset * out.dbsz, SEEK_CUR) == -1 &&
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c153 if (((old_offset = lseek(mine->fd, 0, SEEK_CUR)) < 0) ||
154 ((new_offset = lseek(mine->fd, request, SEEK_CUR)) < 0))
H A Darchive_read_open_file.c144 if (fseeko(mine->f, request, SEEK_CUR) != 0)
146 if (fseek(mine->f, request, SEEK_CUR) != 0)
H A Darchive_read_data_into_fd.c68 offset - output_offset, SEEK_CUR);
H A Darchive_read_open_filename.c201 if (((old_offset = lseek(mine->fd, 0, SEEK_CUR)) < 0) ||
202 ((new_offset = lseek(mine->fd, request, SEEK_CUR)) < 0))
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dsend_recv.c48 len = krb5_storage_seek(sp, 0, SEEK_CUR);
H A Dlog.c68 krb5_storage_seek(sp, -4, SEEK_CUR);
321 off = krb5_storage_seek (sp, 0, SEEK_CUR);
325 len = krb5_storage_seek (sp, 0, SEEK_CUR) - off;
326 krb5_storage_seek(sp, -(len + 4), SEEK_CUR);
330 krb5_storage_seek(sp, len, SEEK_CUR);
401 off = krb5_storage_seek (sp, 0, SEEK_CUR);
407 len = krb5_storage_seek (sp, 0, SEEK_CUR) - off;
409 krb5_storage_seek(sp, -(len + 4), SEEK_CUR);
414 krb5_storage_seek(sp, len, SEEK_CUR);
456 off = krb5_storage_seek(sp, 0, SEEK_CUR);
[all...]
/freebsd-9.3-release/lib/libc/stdio/
H A Dftell.c107 pos = _sseek(fp, (fpos_t)0, SEEK_CUR);
/freebsd-9.3-release/usr.bin/vi/
H A Dport.h56 #define SEEK_CUR 1 macro
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dtextbox.c166 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
197 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
358 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
446 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
467 if (lseek(fd, -(BUF_SIZE/2 + bytes_read), SEEK_CUR) == -1) {
498 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
515 if (lseek(fd, -(BUF_SIZE/2 + bytes_read), SEEK_CUR) == -1) {
600 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
689 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dmnttab.c201 nfs = (int)lseek(fileno(fp), 0, SEEK_CUR);
213 if (lseek(fileno(fp), 1, SEEK_CUR) == -1)
/freebsd-9.3-release/contrib/binutils/ld/
H A Dld.h28 #ifndef SEEK_CUR
29 #define SEEK_CUR 1 macro
/freebsd-9.3-release/contrib/cvs/diff/
H A Dsystem.h95 #ifndef SEEK_CUR
96 #define SEEK_CUR 1 macro

Completed in 257 milliseconds

1234567