HomeSort by: relevance | last modified time | path
    Searched defs:SEEK_CUR (Results 1 - 25 of 45) sorted by relevancy

1 2

  /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/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/external/gpl3/binutils/dist/bfd/
sysdep.h 89 #ifndef SEEK_CUR
90 #define SEEK_CUR 1
hpux-core.c 172 bfd_seek (abfd, core_header.len, SEEK_CUR);
198 if (bfd_seek (abfd, -(file_ptr) core_header.len, SEEK_CUR) != 0)
256 if (bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR) != 0)
274 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR);
  /src/external/gpl3/binutils.old/dist/bfd/
sysdep.h 85 #ifndef SEEK_CUR
86 #define SEEK_CUR 1
hpux-core.c 172 bfd_seek (abfd, core_header.len, SEEK_CUR);
198 if (bfd_seek (abfd, -(file_ptr) core_header.len, SEEK_CUR) != 0)
256 if (bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR) != 0)
274 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR);
  /src/external/gpl3/gdb.old/dist/bfd/
sysdep.h 85 #ifndef SEEK_CUR
86 #define SEEK_CUR 1
hpux-core.c 172 bfd_seek (abfd, core_header.len, SEEK_CUR);
198 if (bfd_seek (abfd, -(file_ptr) core_header.len, SEEK_CUR) != 0)
256 if (bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR) != 0)
274 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR);
  /src/external/gpl3/gdb/dist/bfd/
sysdep.h 85 #ifndef SEEK_CUR
86 #define SEEK_CUR 1
hpux-core.c 172 bfd_seek (abfd, core_header.len, SEEK_CUR);
198 if (bfd_seek (abfd, -(file_ptr) core_header.len, SEEK_CUR) != 0)
256 if (bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR) != 0)
274 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR);
  /src/sys/external/bsd/acpica/dist/include/
acclib.h 235 #define SEEK_CUR 1
  /src/external/bsd/nvi/usr.bin/nvi/
compat.h 71 #define SEEK_CUR 1
port.h 71 #define SEEK_CUR 1
  /src/external/gpl2/xcvs/dist/lib/
system.h 174 # define SEEK_CUR 1
  /src/sys/lib/libsa/
stand.h 173 #define SEEK_CUR 1 /* set file offset to current plus offset */
  /src/external/gpl2/grep/dist/src/
system.h 42 # define SEEK_CUR 1
  /src/external/gpl2/xcvs/dist/diff/
system.h 95 #ifndef SEEK_CUR
96 #define SEEK_CUR 1
  /src/external/gpl2/diffutils/dist/src/
system.h 109 #ifndef SEEK_CUR
110 # define SEEK_CUR 1
  /src/external/gpl3/gdb.old/dist/gdb/
defs.h 70 #ifndef SEEK_CUR
71 #define SEEK_CUR 1
  /src/external/gpl3/gdb/dist/gdb/
defs.h 70 #ifndef SEEK_CUR
71 #define SEEK_CUR 1
  /src/include/
stdio.h 209 #ifndef SEEK_CUR
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
  /src/sys/net/
zlib.h 291 # define SEEK_CUR 1 /* Seek from current position. */
1101 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)

Completed in 31 milliseconds

1 2