| /src/external/bsd/ntp/dist/include/ |
| ntp_io.h | 10 * SEEK_SET symbol form <unistd.h>. 23 #if !defined(SEEK_SET) && defined(L_SET) 24 # define SEEK_SET L_SET
|
| /src/external/gpl3/binutils/dist/ld/ |
| sysdep.h | 81 #ifndef SEEK_SET 82 #define SEEK_SET 0
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| sysdep.h | 81 #ifndef SEEK_SET 82 #define SEEK_SET 0
|
| /src/sys/arch/zaurus/stand/zboot/ |
| compat_linux.h | 40 #undef SEEK_SET 42 #define SEEK_SET 0
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshlogin.c | 114 r = lseek(fd, pos, SEEK_SET); 223 lseek(fd, (off_t)uid * sizeof(ll), SEEK_SET);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| sysdep.h | 74 #ifndef SEEK_SET 75 #define SEEK_SET 0
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| sysdep.h | 74 #ifndef SEEK_SET 75 #define SEEK_SET 0
|
| /src/external/bsd/libbind/dist/irs/ |
| lcl_pr.c | 106 #ifndef SEEK_SET 107 # define SEEK_SET 0 187 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
|
| lcl_sv.c | 117 #ifndef SEEK_SET 118 # define SEEK_SET 0 263 if (fseek(pvt->sv.fp, 0L, SEEK_SET) == 0)
|
| lcl_gr.c | 123 #ifndef SEEK_SET 124 # define SEEK_SET 0 219 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
|
| lcl_nw.c | 116 #ifndef SEEK_SET 117 # define SEEK_SET 0 209 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
|
| lcl_ho.c | 150 #ifndef SEEK_SET 151 # define SEEK_SET 0 434 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
|
| /src/external/gpl3/binutils/dist/bfd/ |
| sysdep.h | 86 #ifndef SEEK_SET 87 #define SEEK_SET 0
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| sysdep.h | 82 #ifndef SEEK_SET 83 #define SEEK_SET 0
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| sysdep.h | 82 #ifndef SEEK_SET 83 #define SEEK_SET 0
|
| /src/external/gpl3/gdb/dist/bfd/ |
| sysdep.h | 82 #ifndef SEEK_SET 83 #define SEEK_SET 0
|
| /src/games/atc/ |
| log.c | 278 (void)lseek(fileno(score_fp), (off_t)0, SEEK_SET);
|
| /src/sys/external/bsd/acpica/dist/include/ |
| acclib.h | 234 #define SEEK_SET 0
|
| /src/external/bsd/nvi/usr.bin/nvi/ |
| compat.h | 70 #define SEEK_SET 0 /* POSIX 1003.1 seek values */
|
| port.h | 70 #define SEEK_SET 0 /* POSIX 1003.1 seek values */
|
| /src/external/gpl2/xcvs/dist/lib/ |
| system.h | 172 #ifndef SEEK_SET 173 # define SEEK_SET 0
|
| /src/lib/libc/gen/ |
| utmpx.c | 100 (void)fseeko(fp, (off_t)sizeof(ut), SEEK_SET);
|
| /src/sys/lib/libsa/ |
| stand.h | 172 #define SEEK_SET 0 /* set file offset to offset */
|
| /src/usr.bin/mail/ |
| fio.c | 154 (void)lseek(fileno(f), (off_t)sizeof(*nmessage), SEEK_SET); 360 if (fseek(itf, (long)positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0)
|
| /src/external/gpl2/grep/dist/src/ |
| system.h | 41 # define SEEK_SET 0
|