HomeSort by relevance Sort by last modified time
    Searched refs:fpos_t (Results 51 - 75 of 87) sorted by null

1 23 4

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */ typedef
132 fpos_t (*_seek)(void *, fpos_t, int);
150 fpos_t _offset; /* current lseek offset */
230 int fgetpos(FILE *, fpos_t *);
241 int fsetpos(FILE *, const fpos_t *);
363 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */ typedef
132 fpos_t (*_seek)(void *, fpos_t, int);
150 fpos_t _offset; /* current lseek offset */
230 int fgetpos(FILE *, fpos_t *);
241 int fsetpos(FILE *, const fpos_t *);
363 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */ typedef
132 fpos_t (*_seek)(void *, fpos_t, int);
150 fpos_t _offset; /* current lseek offset */
230 int fgetpos(FILE *, fpos_t *);
241 int fsetpos(FILE *, const fpos_t *);
363 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */ typedef
132 fpos_t (*_seek)(void *, fpos_t, int);
150 fpos_t _offset; /* current lseek offset */
230 int fgetpos(FILE *, fpos_t *);
241 int fsetpos(FILE *, const fpos_t *);
363 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */ typedef
132 fpos_t (*_seek)(void *, fpos_t, int);
150 fpos_t _offset; /* current lseek offset */
230 int fgetpos(FILE *, fpos_t *);
241 int fsetpos(FILE *, const fpos_t *);
363 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */ typedef
132 fpos_t (*_seek)(void *, fpos_t, int);
150 fpos_t _offset; /* current lseek offset */
230 int fgetpos(FILE *, fpos_t *);
241 int fsetpos(FILE *, const fpos_t *);
363 fpos_t (*)(void *, fpos_t, int),
  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 127 fpos_t footerMagicNumberPosition = fileStat.st_size - 4;
147 fpos_t footerLengthPosition = fileStat.st_size - 8;
162 fpos_t footerStartPosition = fileStat.st_size - 8 - footerLength;
  /bionic/libc/stdio/
fopen.c 74 (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 157 volatile std::fpos_t fpos_t; local
  /bionic/libc/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */ typedef
132 fpos_t (*_seek)(void *, fpos_t, int);
150 fpos_t _offset; /* current lseek offset */
231 int fgetpos(FILE *, fpos_t *);
246 int fsetpos(FILE *, const fpos_t *);
382 fpos_t (*)(void *, fpos_t, int),
  /bionic/libstdc++/include/
cstdio 43 using ::fpos_t;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 43 using ::fpos_t;
  /ndk/sources/cxx-stl/system/include/
cstdio 43 using ::fpos_t;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 41 using ::fpos_t;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 41 using ::fpos_t;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 43 using ::fpos_t;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 43 using ::fpos_t;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 43 using ::fpos_t;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 43 using ::fpos_t;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 43 using ::fpos_t;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 43 using ::fpos_t;
  /system/core/libcutils/
open_memstream.c 164 static fpos_t seek_memstream(void* cookie, fpos_t offset, int whence)
175 if (newPosn < 0 || ((fpos_t)((size_t) newPosn)) != newPosn) {
179 return (fpos_t) -1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 91 typedef _G_fpos_t fpos_t; typedef
93 typedef _G_fpos64_t fpos_t;
767 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
772 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
776 fpos_t *__restrict __pos), fgetpos64);
778 (FILE *__stream, __const fpos_t *__pos), fsetpos64);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 91 typedef _G_fpos_t fpos_t; typedef
93 typedef _G_fpos64_t fpos_t;
767 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
772 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
776 fpos_t *__restrict __pos), fgetpos64);
778 (FILE *__stream, __const fpos_t *__pos), fsetpos64);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 91 typedef _G_fpos_t fpos_t; typedef
93 typedef _G_fpos64_t fpos_t;
767 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
772 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
776 fpos_t *__restrict __pos), fgetpos64);
778 (FILE *__stream, __const fpos_t *__pos), fsetpos64);

Completed in 1183 milliseconds

1 23 4