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

1 2 3 4 5 6 7 8 91011>>

  /external/tcpdump/
pcap_dump_ftell.c 35 return (ftell((FILE *)p));
  /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/deqp/framework/common/
tcuResource.cpp 76 long curPos = ftell(m_file);
78 int size = (int)ftell(m_file);
85 return (int)ftell(m_file);
  /bionic/libc/bionic/
pututline.c 46 if ((i = ftell(f)) < 0)
  /external/compiler-rt/SDKs/linux/usr/include/
stdio.h 41 extern long ftell(FILE *);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_includes.h 66 # define ftell ftello macro
86 # define OPJ_FTELL(stream) ftell(stream)
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ftell.c 1 /* $OpenBSD: ftell.c,v 1.10 2012/05/21 22:24:19 matthew Exp $ */
88 ftell(FILE *fp) function
  /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/chromium_org/v8/tools/
shell-utils.h 47 int file_size = ftell(file);
  /external/ltrace/
memstream.c 53 memstream->size = ftell(memstream->stream);
  /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);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.cc 36 int32_t current_pos = ftell(file_);
38 int32_t end_pos = ftell(file_);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
rtp_file_source.cc 102 return ftell(in_file_) >= file_end_;
120 file_end_ = ftell(in_file_);
  /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;

Completed in 645 milliseconds

1 2 3 4 5 6 7 8 91011>>