/external/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 52 long curr = ::ftell((FILE*)f); // remember where we are in sk_fgetsize() 58 long size = ::ftell((FILE*)f); // record the size in sk_fgetsize() 76 size_t curr = ::ftell((FILE*)f); in sk_fread() 114 long curr = ::ftell((FILE*)f); in sk_ftell()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 52 long curr = ::ftell((FILE*)f); // remember where we are in sk_fgetsize() 58 long size = ::ftell((FILE*)f); // record the size in sk_fgetsize() 76 size_t curr = ::ftell((FILE*)f); in sk_fread() 114 long curr = ::ftell((FILE*)f); in sk_ftell()
|
/external/clang/test/Analysis/ |
D | stream.c | 13 extern long int ftell (FILE *__stream); 31 ftell(p); // expected-warning {{Stream pointer might be NULL}} in f3() 58 ftell(p); // expected-warning {{Stream pointer might be NULL}} in f7()
|
/external/bison/lib/ |
D | stdio.in.h | 514 # undef ftell 518 # undef ftell 519 # define ftell rpl_ftell 521 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1))); 522 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp)); 524 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp)); 526 _GL_CXXALIASWARN (ftell); 532 # undef ftell 550 # undef ftell 562 _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB "
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | filestrm.c | 165 int32_t savedPos = ftell((FILE*)fileStream); in T_FileStream_size() 171 size = (int32_t)ftell((FILE*)fileStream); in T_FileStream_size()
|
/external/icu4c/tools/toolutil/ |
D | filestrm.c | 165 int32_t savedPos = ftell((FILE*)fileStream); in T_FileStream_size() 171 size = (int32_t)ftell((FILE*)fileStream); in T_FileStream_size()
|
/external/tcpdump/ |
D | pcap_dump_ftell.c | 35 return (ftell((FILE *)p)); in pcap_dump_ftell()
|
/external/lzma/C/ |
D | 7zFile.c | 204 *pos = ftell(p->file); in File_Seek() 227 long pos = ftell(p->file); in File_GetLength() 229 *length = ftell(p->file); in File_GetLength()
|
/external/chromium_org/third_party/lzma_sdk/ |
D | 7zFile.c | 204 *pos = ftell(p->file); in File_Seek() 227 long pos = ftell(p->file); in File_GetLength() 229 *length = ftell(p->file); in File_GetLength()
|
/external/bison/linux-lib/ |
D | stdio.h | 826 # undef ftell 830 # undef ftell 831 # define ftell rpl_ftell 833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1))); 834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp)); 836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp)); 838 _GL_CXXALIASWARN (ftell); 844 # undef ftell 862 # undef ftell 874 _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB "
|
/external/bison/darwin-lib/ |
D | stdio.h | 826 # undef ftell 830 # undef ftell 831 # define ftell rpl_ftell 833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1))); 834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp)); 836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp)); 838 _GL_CXXALIASWARN (ftell); 844 # undef ftell 862 # undef ftell 874 _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB "
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
D | file_io_test.cc | 37 size_t length = ftell(file_handle); in TestFileInputStream() 98 size_t length = ftell(file_handle); in TestFontInputStreamBasic()
|
/external/sfntly/cpp/src/test/ |
D | file_io_test.cc | 37 size_t length = ftell(file_handle); in TestFileInputStream() 98 size_t length = ftell(file_handle); in TestFontInputStreamBasic()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 79 (long (*)(void *)) ftell 86 (long (*)(void *)) ftell
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
D | ioapi.h | 49 #define ftello64 ftell 58 #define ftello64 ftell
|
/external/compiler-rt/SDKs/linux/usr/include/ |
D | stdio.h | 40 extern long ftell(FILE *);
|
/external/srec/portable/src/ |
D | PFileWrap.c | 139 ftell_result = ftell ( (FILE *)self ); in PFileGetPosition() 161 posCur = ftell ( self ); in PFileIsEOF() 163 posEnd = ftell ( self ); in PFileIsEOF()
|
/external/libvpx/libvpx/ |
D | tools_common.h | 46 #define ftello ftell
|
/external/zlib/src/contrib/minizip/ |
D | ioapi.h | 50 #define ftello64 ftell 64 #define ftello64 ftell
|
/external/openssl/crypto/bio/ |
D | bio_lcl.h | 18 #define UP_ftell ftell
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bio_lcl.h | 18 #define UP_ftell ftell
|
/external/freetype/include/freetype/config/ |
D | ftstdlib.h | 108 #define ft_ftell ftell
|
/external/chromium_org/third_party/freetype/include/freetype/config/ |
D | ftstdlib.h | 108 #define ft_ftell ftell
|
/external/ceres-solver/internal/ceres/ |
D | file.cc | 61 int num_bytes = ftell(file_descriptor); in ReadFileToStringOrDie()
|
/external/compiler-rt/SDKs/darwin/usr/include/ |
D | stdio.h | 81 long ftell(FILE *);
|