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

12345678910

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mcore/
H A Dsysdep.h41 #ifndef SEEK_CUR
42 #define SEEK_CUR 1 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/microblaze/
H A Dsysdep.h41 #ifndef SEEK_CUR
42 #define SEEK_CUR 1 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/moxie/
H A Dsysdep.h40 #ifndef SEEK_CUR
41 #define SEEK_CUR 1 macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dfseeko.c45 whence = SEEK_CUR;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/headers/cstdio/
H A Dmacros.cc48 #ifndef SEEK_CUR
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat_getdirentries.c56 *basep = (long)lseek(fd, (off_t)0, SEEK_CUR);
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dlseek.c90 case SEEK_CUR:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dsysdep.h120 #ifndef SEEK_CUR macro
121 #define SEEK_CUR 1
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dsysdep.h117 #ifndef SEEK_CUR
118 #define SEEK_CUR 1 macro
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zboot/
H A Dcompat_linux.h41 #undef SEEK_CUR macro
43 #define SEEK_CUR 1 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dhost-cygwin.c54 off_t p = lseek(fd, 0, SEEK_CUR);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dhost-cygwin.c55 off_t p = lseek(fd, 0, SEEK_CUR);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dseek3.c39 || lseek (fd, -30L, SEEK_CUR) != 36
H A Dseek4.c33 || lseek (fd, -1L, SEEK_CUR) != -1
/netbsd-6-1-5-RELEASE/regress/sys/kern/write_append/
H A Dwrite_append.c27 if ((off = lseek(fd, (off_t) 0, SEEK_CUR)) != (off_t)0)
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dlockf.c58 fl.l_whence = SEEK_CUR;
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dftell.c76 pos = (*fp->_seek)(fp->_cookie, (off_t)0, SEEK_CUR);
H A Dftello.c77 pos = (*fp->_seek)(fp->_cookie, (off_t)0, SEEK_CUR);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsysdep.h108 #ifndef SEEK_CUR
109 #define SEEK_CUR 1 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsysdep.h108 #ifndef SEEK_CUR
109 #define SEEK_CUR 1 macro
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dlogutmp.c116 (void)lseek(fd, -(off_t)sizeof(UTMP), SEEK_CUR);
149 (void)lseek(fd, -(off_t)sizeof(UTMP), SEEK_CUR);
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dgzlog.c191 (void)lseek(log->fd, sub_len, SEEK_CUR);
200 log->extra = lseek(log->fd, 0, SEEK_CUR);
260 log->last_off = lseek(log->fd, log->stored, SEEK_CUR);
261 (void)lseek(log->fd, 5, SEEK_CUR);
343 log->mark_off = log->last_off = lseek(log->fd, 0, SEEK_CUR);
352 ftruncate(log->fd, lseek(log->fd, 0, SEEK_CUR));
387 log->last_off = lseek(log->fd, log->stored, SEEK_CUR);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dgzlog.c189 (void)lseek(log->fd, sub_len, SEEK_CUR);
198 log->extra = lseek(log->fd, 0, SEEK_CUR);
258 log->last_off = lseek(log->fd, log->stored, SEEK_CUR);
259 (void)lseek(log->fd, 5, SEEK_CUR);
341 log->mark_off = log->last_off = lseek(log->fd, 0, SEEK_CUR);
350 ftruncate(log->fd, lseek(log->fd, 0, SEEK_CUR));
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR);
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/minizip/
H A Dioapi.c22 #ifndef SEEK_CUR
23 #define SEEK_CUR 1 macro
135 fseek_origin = SEEK_CUR;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore_emem.c53 sp->seek(sp, size, SEEK_CUR);
76 sp->seek(sp, size, SEEK_CUR);
94 case SEEK_CUR:

Completed in 172 milliseconds

12345678910