| /src/external/gpl3/binutils/dist/ld/ |
| sysdep.h | 84 #ifndef SEEK_CUR 85 #define SEEK_CUR 1
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| sysdep.h | 84 #ifndef SEEK_CUR 85 #define SEEK_CUR 1
|
| /src/lib/libc/compat/sys/ |
| compat_getdirentries.c | 49 *basep = (long)lseek(fd, (off_t)0, SEEK_CUR);
|
| /src/sys/lib/libsa/ |
| lseek.c | 90 case SEEK_CUR:
|
| loadfile_aout.c | 148 if (lseek(fd, x->a_text - sub, SEEK_CUR) == -1) { 190 if (lseek(fd, x->a_data, SEEK_CUR) == -1) { 240 if (lseek(fd, x->a_syms, SEEK_CUR) == -1) { 287 if (lseek(fd, cc, SEEK_CUR) == -1) {
|
| /src/external/gpl2/xcvs/dist/lib/ |
| fseeko.c | 47 whence = SEEK_CUR;
|
| /src/sys/arch/zaurus/stand/zboot/ |
| compat_linux.h | 41 #undef SEEK_CUR 43 #define SEEK_CUR 1
|
| /src/external/gpl3/binutils/dist/binutils/ |
| sysdep.h | 77 #ifndef SEEK_CUR 78 #define SEEK_CUR 1
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| sysdep.h | 77 #ifndef SEEK_CUR 78 #define SEEK_CUR 1
|
| /src/lib/libc/gen/ |
| lockf.c | 55 fl.l_whence = SEEK_CUR;
|
| /src/lib/libc/stdio/ |
| ftell.c | 75 pos = (*fp->_seek)(fp->_cookie, (off_t)0, SEEK_CUR);
|
| ftello.c | 76 pos = (*fp->_seek)(fp->_cookie, (off_t)0, SEEK_CUR);
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| host-cygwin.cc | 54 off_t p = lseek (fd, 0, SEEK_CUR);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| host-cygwin.cc | 54 off_t p = lseek (fd, 0, SEEK_CUR);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| seek3.c | 39 || lseek (fd, -30L, SEEK_CUR) != 36
|
| seek4.c | 33 || lseek (fd, -1L, SEEK_CUR) != -1
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| seek3.c | 39 || lseek (fd, -30L, SEEK_CUR) != 36
|
| seek4.c | 33 || lseek (fd, -1L, SEEK_CUR) != -1
|
| /src/libexec/ftpd/ |
| logutmp.c | 116 (void)lseek(fd, -(off_t)sizeof(UTMP), SEEK_CUR); 149 (void)lseek(fd, -(off_t)sizeof(UTMP), SEEK_CUR);
|
| /src/tests/lib/libc/stdio/ |
| t_open_memstream.c | 81 ATF_CHECK(fseek(fp, -1, SEEK_CUR) == 0); 83 ATF_CHECK(fseek(fp, 5, SEEK_CUR) == 0);
|
| t_fflush.c | 108 ATF_REQUIRE(fseek(f, 0, SEEK_CUR) == 0); 115 ATF_REQUIRE(lseek(fd, 0, SEEK_CUR) == 3);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_open_file.c | 160 old_offset = lseek(fileno(mine->f), 0, SEEK_CUR); 172 new_offset = lseek(fileno(mine->f), skip, SEEK_CUR); 174 if (_fseeki64(mine->f, skip, SEEK_CUR) == 0) 177 if (fseeko(mine->f, skip, SEEK_CUR) == 0) 180 if (fseek(mine->f, skip, SEEK_CUR) == 0)
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_read_format_rar.c | 1412 /* Use various combinations of SEEK_SET, SEEK_CUR, and SEEK_END */ 1415 assertEqualInt(0, archive_seek_data(a, 0, SEEK_CUR)); 1416 assertEqualInt(-1, archive_seek_data(a, -10, SEEK_CUR)); 1417 assertEqualInt(10, archive_seek_data(a, 10, SEEK_CUR)); 1418 assertEqualInt(-1, archive_seek_data(a, -20, SEEK_CUR)); 1419 assertEqualInt(10, archive_seek_data(a, 0, SEEK_CUR)); 1423 assertEqualInt(file_size + 40, archive_seek_data(a, 0, SEEK_CUR)); 1424 assertEqualInt(file_size + 40 + 20, archive_seek_data(a, 20, SEEK_CUR)); 1425 assertEqualInt(file_size + 40 + 20 + 20, archive_seek_data(a, 20, SEEK_CUR)); 1435 assertEqualInt(file_size + 40, archive_seek_data(a, 40, SEEK_CUR)); [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| store_mem.c | 52 sp->seek(sp, size, SEEK_CUR); 63 sp->seek(sp, size, SEEK_CUR); 85 case SEEK_CUR:
|
| /src/sys/sys/ |
| unistd.h | 179 #define SEEK_CUR 1 /* set file offset to current plus offset */ 185 #define L_INCR SEEK_CUR 193 * it is possible to extend this call to respect SEEK_CUR and
|