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

1 2 3 4 5 6 7 8 91011>>

  /external/tcpdump/
pcap_dump_ftell.c 35 return (ftell((FILE *)p));
  /bionic/libc/stdio/
ftell.c 1 /* $OpenBSD: ftell.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
87 * ftell() returns a long and sizeof(off_t) != sizeof(long) on all arches
90 __indr_reference(ftello, ftell);
93 ftell(FILE *fp) function
  /external/clang/test/Analysis/
stream.c 13 extern long int ftell (FILE *__stream);
31 ftell(p); // expected-warning {{Stream pointer might be NULL}}
58 ftell(p); // expected-warning {{Stream pointer might be NULL}}
  /external/skia/legacy/src/ports/
SkOSFile_stdio.cpp 39 size_t curr = ::ftell((FILE*)f); // remember where we are
41 size_t size = ::ftell((FILE*)f); // record the size
59 size_t curr = ::ftell((FILE*)f);
61 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
  /bionic/libc/bionic/
pututline.c 46 if ((i = ftell(f)) < 0)
  /external/compiler-rt/SDKs/linux/usr/include/
stdio.h 39 extern long ftell(FILE *);
  /external/quake/quake/src/QW/client/
sys_null.c 17 pos = ftell (f);
19 end = ftell (f);
  /external/skia/src/ports/
SkOSFile_stdio.cpp 58 long curr = ::ftell((FILE*)f); // remember where we are
63 long size = ::ftell((FILE*)f); // record the size
84 size_t curr = ::ftell((FILE*)f);
86 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
  /external/compiler-rt/SDKs/darwin/usr/include/
stdio.h 75 long ftell(FILE *);
  /external/openssl/crypto/bio/
bio_lcl.h 18 #define UP_ftell ftell
  /bionic/libstdc++/include/
cstdio 62 using ::ftell;
  /external/quake/quake/src/WinQuake/
sys_null.cpp 57 pos = ftell (f);
59 end = ftell (f);
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 62 using ::ftell;
  /ndk/sources/cxx-stl/system/include/
cstdio 62 using ::ftell;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 60 using ::ftell;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 60 using ::ftell;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 62 using ::ftell;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 62 using ::ftell;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 62 using ::ftell;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 62 using ::ftell;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 62 using ::ftell;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 62 using ::ftell;
  /external/ceres-solver/internal/ceres/
file.cc 59 int num_bytes = ftell(file_descriptor);
  /external/freetype/include/freetype/config/
ftstdlib.h 108 #define ft_ftell ftell
  /external/harfbuzz_ng/src/
test-size-params.cc 68 len = ftell (f);

Completed in 189 milliseconds

1 2 3 4 5 6 7 8 91011>>