Searched refs:SEEK_SET (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfseek.f904 INTEGER, PARAMETER :: SEEK_SET = 0, SEEK_CUR = 1, SEEK_END = 2, fd=10 variable in program:test_fseek
25 CALL FSEEK(fd, -1, SEEK_SET, ierr)
33 CALL FSEEK(fd, 0, SEEK_SET, ierr)
40 CALL FSEEK(fd, HUGE(0_1), SEEK_SET, ierr)
43 CALL FSEEK(fd, HUGE(0_2), SEEK_SET, ierr)
46 CALL FSEEK(fd, HUGE(0_4), SEEK_SET, ierr)
/haiku-buildtools/gcc/gcc/ada/
H A Daux-io.c81 #ifndef SEEK_SET /* Symbolic constants for the "fseek" function: */
82 #define SEEK_SET 0 /* Set file pointer to offset */ macro
90 return SEEK_SET;
H A Dcstreams.c127 #ifndef SEEK_SET
128 #define SEEK_SET 0 /* Set file pointer to offset */ macro
145 int __gnat_constant_seek_set = SEEK_SET;
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dftell_.c36 #ifdef SEEK_SET
37 static int wohin[3] = { SEEK_SET, SEEK_CUR, SEEK_END };
41 #ifdef SEEK_SET
H A Dbackspace.c41 (void) fseek(f,x,SEEK_SET);
56 fseek(f,x,SEEK_SET);
71 fseek(f, z, SEEK_SET);
H A Dfio.h11 #ifndef SEEK_SET
12 #define SEEK_SET 0 macro
H A Dsue.c77 fseek(f__cf,f__recloc,SEEK_SET);
79 fseek(f__cf,loc,SEEK_SET);
/haiku-buildtools/binutils/gold/
H A Dpread.c39 if (lseek(fd, offset, SEEK_SET) != offset)
H A Dftruncate.c61 if (lseek (fd, (length - 1), SEEK_SET) < 0)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/cstdio/
H A Dmacros.cc56 #ifndef SEEK_SET
/haiku-buildtools/legacy/gcc/libio/
H A Dstdiostream.cc45 #ifndef SEEK_SET
46 #define SEEK_SET 0 macro
99 (dir == ios::beg) ? SEEK_SET :
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/27_io/
H A Dfilebuf_sgetn_unbuf.cc53 fseek(file, 0, SEEK_SET);
65 fseek(file, 0, SEEK_SET);
/haiku-buildtools/binutils/ld/
H A Dsysdep.h100 #ifndef SEEK_SET
101 #define SEEK_SET 0 macro
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-ia64.c80 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0
106 if (bfd_seek (abfd, offset, SEEK_SET) != 0
125 if (bfd_seek (abfd, offset - sizeof (dos_hdr), SEEK_SET) != 0)
H A Dsysdep.h104 #ifndef SEEK_SET
105 #define SEEK_SET 0 macro
H A Daix5ppc-core.c61 if (bfd_seek (abfd, 0, SEEK_SET) != 0)
172 if (bfd_seek (abfd, ld_offset, SEEK_SET) != 0)
199 if (bfd_seek (abfd, core.c_vmm, SEEK_SET) != 0)
241 if (bfd_seek (core_bfd, 0, SEEK_SET) != 0)
248 if (bfd_seek (core_bfd, core.c_loader, SEEK_SET) != 0)
H A Dbfdio.c264 BFD_ASSERT (direction == SEEK_SET || direction == SEEK_CUR);
275 if (direction == SEEK_SET)
313 if (direction == SEEK_SET && (bfd_vma) position == abfd->where)
332 if (direction == SEEK_SET && abfd->my_archive != NULL)
360 if (direction == SEEK_SET)
H A Dsco5-core.c93 if (bfd_seek (abfd, (file_ptr) filepos, SEEK_SET) != 0
139 SEEK_SET) != 0)
149 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0)
197 SEEK_SET) != 0)
202 || (bfd_seek (abfd, (file_ptr) cheadoffs, SEEK_SET) != 0)
218 if ((bfd_seek (abfd, (file_ptr) chead.cs_hseek, SEEK_SET) != 0)
/haiku-buildtools/binutils/bfd/
H A Dcoff-ia64.c79 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0
105 if (bfd_seek (abfd, offset, SEEK_SET) != 0
124 if (bfd_seek (abfd, offset - sizeof (dos_hdr), SEEK_SET) != 0)
H A Dsco5-core.c82 if (bfd_seek (abfd, (file_ptr) filepos, SEEK_SET) != 0
127 SEEK_SET) != 0)
137 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0)
185 SEEK_SET) != 0)
190 || (bfd_seek (abfd, (file_ptr) cheadoffs, SEEK_SET) != 0)
206 if ((bfd_seek (abfd, (file_ptr) chead.cs_hseek, SEEK_SET) != 0)
H A Daix5ppc-core.c67 if (bfd_seek (abfd, 0, SEEK_SET) != 0)
178 if (bfd_seek (abfd, ld_offset, SEEK_SET) != 0)
205 if (bfd_seek (abfd, core.c_vmm, SEEK_SET) != 0)
252 if (bfd_seek (core_bfd, 0, SEEK_SET) != 0)
259 if (bfd_seek (core_bfd, core.c_loader, SEEK_SET) != 0)
H A Dsysdep.h112 #ifndef SEEK_SET
113 #define SEEK_SET 0 macro
/haiku-buildtools/gcc/gcc/config/i386/
H A Dhost-cygwin.c72 if (lseek (fd, p, SEEK_SET) == (off_t) -1 )
/haiku-buildtools/legacy/binutils/binutils/
H A Dbucomm.h114 #ifndef SEEK_SET macro
115 #define SEEK_SET 0
/haiku-buildtools/binutils/binutils/
H A Dsysdep.h128 #ifndef SEEK_SET macro
129 #define SEEK_SET 0

Completed in 139 milliseconds

1234567891011>>