HomeSort by relevance Sort by last modified time
    Searched defs:fpos_t (Results 1 - 25 of 55) sorted by null

1 2 3

  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 157 volatile std::fpos_t fpos_t; local
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 35 typedef __darwin_off_t fpos_t; typedef
43 fpos_t (*)(void *, fpos_t, int),
  /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);
  /bionic/libc/include/
stdio.h 52 typedef off_t fpos_t; /* stdio file position type */ typedef
106 fpos_t (*_seek)(void *, fpos_t, int);
124 fpos_t _offset; /* current lseek offset */
205 int fgetpos(FILE *, fpos_t *);
220 int fsetpos(FILE *, const fpos_t *);
359 fpos_t (*)(void *, fpos_t, int),
  /development/ndk/platforms/android-3/include/
stdio.h 57 typedef off_t fpos_t; /* stdio file position type */ typedef
111 fpos_t (*_seek)(void *, fpos_t, int);
129 fpos_t _offset; /* current lseek offset */
209 int fgetpos(FILE *, fpos_t *);
220 int fsetpos(FILE *, const fpos_t *);
342 fpos_t (*)(void *, fpos_t, int),
  /development/ndk/platforms/android-8/include/
stdio.h 57 typedef off_t fpos_t; /* stdio file position type */ typedef
111 fpos_t (*_seek)(void *, fpos_t, int);
129 fpos_t _offset; /* current lseek offset */
209 int fgetpos(FILE *, fpos_t *);
220 int fsetpos(FILE *, const fpos_t *);
342 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/4/platforms/android-3/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 *);
361 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/4/platforms/android-4/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 *);
361 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/4/platforms/android-5/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 *);
361 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/4/platforms/android-5/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 *);
361 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/4/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 *);
361 fpos_t (*)(void *, fpos_t, int),

Completed in 2197 milliseconds

1 2 3