HomeSort by relevance Sort by last modified time
    Searched refs:fgetpos (Results 1 - 25 of 58) sorted by null

1 2 3

  /bionic/libc/stdio/
fgetpos.c 1 /* $OpenBSD: fgetpos.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
37 * fgetpos: like ftello.
40 fgetpos(FILE *fp, fpos_t *pos) function
  /bionic/libstdc++/include/
cstdio 51 using ::fgetpos;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 51 using ::fgetpos;
  /ndk/sources/cxx-stl/system/include/
cstdio 51 using ::fgetpos;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio 49 using ::fgetpos;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio 49 using ::fgetpos;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdio 51 using ::fgetpos;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdio 51 using ::fgetpos;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cstdio 51 using ::fgetpos;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cstdio 51 using ::fgetpos;
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 111 using std::fgetpos;
  /external/stlport/stlport/stl/
_cstdio.h 72 using _STLP_VENDOR_CSTD::fgetpos;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 72 using _STLP_VENDOR_CSTD::fgetpos;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 72 using _STLP_VENDOR_CSTD::fgetpos;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 72 using _STLP_VENDOR_CSTD::fgetpos;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 72 using _STLP_VENDOR_CSTD::fgetpos;
  /external/stlport/src/
stdio_streambuf.cpp 43 # define FGETPOS fgetpos
48 # define FGETPOS fgetpos64
95 FGETPOS(_M_file, &pos);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 43 # define FGETPOS fgetpos
48 # define FGETPOS fgetpos64
95 FGETPOS(_M_file, &pos);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 88 /* The type of the second argument to `fgetpos' and `fsetpos'. */
767 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
775 extern int __REDIRECT (fgetpos, (FILE *__restrict __stream,
780 # define fgetpos fgetpos64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 88 /* The type of the second argument to `fgetpos' and `fsetpos'. */
767 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
775 extern int __REDIRECT (fgetpos, (FILE *__restrict __stream,
780 # define fgetpos fgetpos64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 88 /* The type of the second argument to `fgetpos' and `fsetpos'. */
767 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
775 extern int __REDIRECT (fgetpos, (FILE *__restrict __stream,
780 # define fgetpos fgetpos64
  /bionic/libc/include/
stdio.h 231 int fgetpos(FILE *, fpos_t *);
  /development/ndk/platforms/android-3/include/
stdio.h 230 int fgetpos(FILE *, fpos_t *);
  /development/ndk/platforms/android-8/include/
stdio.h 230 int fgetpos(FILE *, fpos_t *);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 239 int fgetpos(FILE *, fpos_t *);

Completed in 921 milliseconds

1 2 3