HomeSort by relevance Sort by last modified time
    Searched refs:ftell (Results 1 - 25 of 376) 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}}
  /bionic/libc/bionic/
pututline.c 46 if ((i = ftell(f)) < 0)
  /external/compiler-rt/SDKs/linux/usr/include/
stdio.h 40 extern long ftell(FILE *);
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio_lcl.h 18 #define UP_ftell ftell
  /external/chromium_org/third_party/skia/src/ports/
SkOSFile_stdio.cpp 52 long curr = ::ftell((FILE*)f); // remember where we are
58 long size = ::ftell((FILE*)f); // record the size
76 size_t curr = ::ftell((FILE*)f);
78 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
114 long curr = ::ftell((FILE*)f);
  /external/openssl/crypto/bio/
bio_lcl.h 18 #define UP_ftell ftell
  /external/skia/src/ports/
SkOSFile_stdio.cpp 52 long curr = ::ftell((FILE*)f); // remember where we are
58 long size = ::ftell((FILE*)f); // record the size
76 size_t curr = ::ftell((FILE*)f);
78 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
114 long curr = ::ftell((FILE*)f);
  /bionic/libstdc++/include/
cstdio 62 using ::ftell;
  /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;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 62 using ::ftell;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 62 using ::ftell;
  /external/ceres-solver/internal/ceres/
file.cc 61 int num_bytes = ftell(file_descriptor);
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftstdlib.h 107 #define ft_ftell ftell
  /external/chromium_org/third_party/harfbuzz-ng/src/
test-size-params.cc 68 len = ftell (f);

Completed in 561 milliseconds

1 2 3 4 5 6 7 8 91011>>