HomeSort by relevance Sort by last modified time
    Searched full:fgetpos (Results 26 - 50 of 453) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 51 using ::fgetpos;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 51 using ::fgetpos;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 51 using ::fgetpos;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 51 using ::fgetpos;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 51 using ::fgetpos;
  /external/libcxx/include/
cstdio 86 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
170 using ::fgetpos;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstdio 56 #undef fgetpos
103 using ::fgetpos;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdio 58 #undef fgetpos
104 using ::fgetpos;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdio 58 #undef fgetpos
105 using ::fgetpos;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdio 57 #undef fgetpos
104 using ::fgetpos;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdio 57 #undef fgetpos
104 using ::fgetpos;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdio 57 #undef fgetpos
104 using ::fgetpos;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdio 57 #undef fgetpos
104 using ::fgetpos;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 56 #undef fgetpos
103 using ::fgetpos;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 60 #undef fgetpos
106 using ::fgetpos;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 56 #undef fgetpos
103 using ::fgetpos;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 60 #undef fgetpos
106 using ::fgetpos;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdio 58 #undef fgetpos
104 using ::fgetpos;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdio 58 #undef fgetpos
107 using ::fgetpos;
  /bionic/tests/
stdio_test.cpp 600 EXPECT_EQ(0, fgetpos(fp, &pos1));
602 EXPECT_EQ(0, fgetpos(fp, &pos2));
604 EXPECT_EQ(0, fgetpos(fp, &pos3));
606 EXPECT_EQ(0, fgetpos(fp, &pos4));
608 EXPECT_EQ(0, fgetpos(fp, &pos5));
668 ASSERT_EQ(0, fgetpos(fp, &mb_two_bytes_pos));
676 ASSERT_EQ(0, fgetpos(fp, &pos_inside_mb));
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 88 void Fgetpos(CheckerContext &C, const CallExpr *CE) const;
131 II_fgetpos = &Ctx.Idents.get("fgetpos");
176 Fgetpos(C, CE);
300 void StreamChecker::Fgetpos(CheckerContext &C, const CallExpr *CE) const {
  /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/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 72 using _STLP_VENDOR_CSTD::fgetpos;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 72 using _STLP_VENDOR_CSTD::fgetpos;

Completed in 1311 milliseconds

12 3 4 5 6 7 8 91011>>