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

1 2 3 4 5 6 7

  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_compat-2.7.so 
libnss_compat.so 
libnss_compat.so.2 
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
  /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);
  /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;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio 59 using ::fsetpos;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio 59 using ::fsetpos;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cstdio 61 using ::fsetpos;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdio 67 #undef fsetpos
114 using ::fsetpos;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cstdio 67 #undef fsetpos
114 using ::fsetpos;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstdio 67 #undef fsetpos
114 using ::fsetpos;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cstdio 67 #undef fsetpos
114 using ::fsetpos;
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 91 void Fsetpos(CheckerContext &C, const CallExpr *CE) const;
145 II_fsetpos = &Ctx.Idents.get("fsetpos");
192 Fsetpos(C, CE);
311 void StreamChecker::Fsetpos(CheckerContext &C, const CallExpr *CE) const {
  /external/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;

Completed in 821 milliseconds

1 2 3 4 5 6 7