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

1234

/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
21 CALL FSEEK(fd, -11 - newline_length, SEEK_CUR, ierr)
37 CALL FSEEK(fd, 5, SEEK_CUR, ierr)
49 CALL FSEEK(fd, -HUGE(0_4), SEEK_CUR, ierr)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr43920-2.c14 start = lseek (fd, 0L, SEEK_CUR);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/cstdio/
H A Dmacros.cc48 #ifndef SEEK_CUR
/haiku-buildtools/legacy/gcc/libio/
H A Dstdiostream.cc48 #ifndef SEEK_CUR
49 #define SEEK_CUR 1 macro
100 (dir == ios::cur) ? SEEK_CUR :
H A Diostdio.h52 #define SEEK_CUR 1 macro
/haiku-buildtools/gcc/gcc/ada/
H A Daux-io.c83 #define SEEK_CUR 1 /* Set file pointer to its current value plus offset */ macro
H A Dcstreams.c129 #define SEEK_CUR 1 /* Set file pointer to its current value plus offset */ macro
143 int __gnat_constant_seek_cur = SEEK_CUR;
/haiku-buildtools/binutils/ld/
H A Dsysdep.h103 #ifndef SEEK_CUR
104 #define SEEK_CUR 1 macro
H A Dld.h26 #ifndef SEEK_CUR
27 #define SEEK_CUR 1 macro
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dftell_.c37 static int wohin[3] = { SEEK_SET, SEEK_CUR, SEEK_END };
H A Dbackspace.c46 { fseek(f,-(long)sizeof(uiolen),SEEK_CUR);
48 fseek(f,-(long)n-2*sizeof(uiolen),SEEK_CUR);
H A Dsue.c65 (void) fseek(f__cf,(long)sizeof(uiolen),SEEK_CUR); local
85 (void) fseek(f__cf,(long)(f__reclen-f__recpos+sizeof(uiolen)),SEEK_CUR);
H A Ddue.c62 fseek(f__cf,(long)(f__curunit->url-f__recpos),SEEK_CUR);
H A Dfio.h13 #define SEEK_CUR 1 macro
/haiku-buildtools/gcc/gcc/config/i386/
H A Dhost-cygwin.c52 off_t p = lseek(fd, 0, SEEK_CUR);
/haiku-buildtools/legacy/binutils/bfd/
H A Dsysdep.h107 #ifndef SEEK_CUR
108 #define SEEK_CUR 1 macro
H A Dhpux-core.c185 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR); local
212 if (bfd_seek (abfd, -((file_ptr) core_header.len), SEEK_CUR) != 0)
270 if (bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR) != 0)
288 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR); local
/haiku-buildtools/legacy/binutils/binutils/
H A Dbucomm.h117 #ifndef SEEK_CUR macro
118 #define SEEK_CUR 1
/haiku-buildtools/binutils/binutils/
H A Dsysdep.h131 #ifndef SEEK_CUR macro
132 #define SEEK_CUR 1
/haiku-buildtools/legacy/binutils/ld/
H A Dld.h28 #ifndef SEEK_CUR
29 #define SEEK_CUR 1 macro
/haiku-buildtools/binutils/bfd/
H A Dsysdep.h115 #ifndef SEEK_CUR
116 #define SEEK_CUR 1 macro
H A Dhpux-core.c185 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR); local
212 if (bfd_seek (abfd, -((file_ptr) core_header.len), SEEK_CUR) != 0)
270 if (bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR) != 0)
288 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR); local
/haiku-buildtools/gcc/gcc/java/
H A Dzextract.c94 # define SEEK_CUR 1 macro
284 if (zipf->size < (ECREC_SIZE+4) || lseek (zipf->fd, (long)(-(ECREC_SIZE+4)), SEEK_CUR) <= 0)
299 if (lseek (zipf->fd, -5, SEEK_CUR) < 0)
311 if (lseek (zipf->fd, -(zipf->dir_size+ECREC_SIZE+4), SEEK_CUR) < 0)
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dzextract.c92 # define SEEK_CUR 1 macro
252 if (zipf->size < (ECREC_SIZE+4) || lseek (zipf->fd, (long)(-(ECREC_SIZE+4)), SEEK_CUR) <= 0)
261 if (lseek (zipf->fd, -(zipf->dir_size+ECREC_SIZE+4), SEEK_CUR) < 0)
/haiku-buildtools/gcc/zlib/examples/
H A Dgzappend.c208 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
289 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
329 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in;
338 end = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
356 lseek(gz.fd, -1L, SEEK_CUR);

Completed in 286 milliseconds

1234