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

1 2 3

  /bionic/libc/stdio/
fsetpos.c 1 /* $OpenBSD: fsetpos.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
37 * fsetpos: like fseeko.
40 fsetpos(FILE *iop, const fpos_t *pos) function
  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 131 if (fsetpos(bundle, &footerMagicNumberPosition))
152 if (fsetpos(bundle, &footerLengthPosition))
166 if (fsetpos(bundle, &footerStartPosition))
  /bionic/libstdc++/include/
cstdio 61 using ::fsetpos;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 61 using ::fsetpos;
  /ndk/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio 59 using ::fsetpos;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio 59 using ::fsetpos;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 121 using std::fsetpos;
  /external/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /external/stlport/src/
stdio_streambuf.cpp 42 # define FSETPOS fsetpos
47 # define FSETPOS fsetpos64
141 return FSETPOS(_M_file, &p) == 0 ? pos : pos_type(-1);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 42 # define FSETPOS fsetpos
47 # define FSETPOS fsetpos64
141 return FSETPOS(_M_file, &p) == 0 ? pos : pos_type(-1);
  /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'. */
772 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
777 extern int __REDIRECT (fsetpos,
781 # define fsetpos fsetpos64
  /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'. */
772 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
777 extern int __REDIRECT (fsetpos,
781 # define fsetpos fsetpos64
  /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'. */
772 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
777 extern int __REDIRECT (fsetpos,
781 # define fsetpos fsetpos64
  /bionic/libc/include/
stdio.h 242 int fsetpos(FILE *, const fpos_t *);
  /development/ndk/platforms/android-3/include/
stdio.h 241 int fsetpos(FILE *, const fpos_t *);
  /development/ndk/platforms/android-8/include/
stdio.h 241 int fsetpos(FILE *, const fpos_t *);

Completed in 1121 milliseconds

1 2 3