Searched refs:ftell (Results 1 - 25 of 125) sorted by relevance

12345

/external/tcpdump/
H A Dpcap_dump_ftell.c35 return (ftell((FILE *)p));
/external/clang/test/Analysis/
H A Dstream.c13 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/src/ports/
H A DSkOSFile_stdio.cpp39 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)));
/external/quake/quake/src/QW/client/
H A Dsys_null.c17 pos = ftell (f);
19 end = ftell (f);
/external/openssl/crypto/bio/
H A Dbio_lcl.h18 #define UP_ftell ftell
/external/quake/quake/src/WinQuake/
H A Dsys_null.cpp57 pos = ftell (f);
59 end = ftell (f);
H A Dsys_wind.cpp61 pos = ftell (f);
63 end = ftell (f);
H A Dsys_sun.cpp79 pos = ftell (f);
81 end = ftell (f);
/external/freetype/include/freetype/config/
H A Dftstdlib.h108 #define ft_ftell ftell
/external/icu4c/tools/toolutil/
H A Dfilestrm.c165 int32_t savedPos = ftell((FILE*)fileStream);
169 goes to the end of the file before ftell*/
171 size = (int32_t)ftell((FILE*)fileStream);
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h30 * the stdio functions fread, fseek, fclose, ftell.
79 (long (*)(void *)) ftell
86 (long (*)(void *)) ftell
/external/zlib/src/contrib/minizip/
H A Dioapi.h16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
50 #define ftello64 ftell
64 #define ftello64 ftell
/external/chromium/net/tools/dnssec_chain_verify/
H A Ddnssec_chain_verify.cc51 unsigned long inlen = ftell(infile);
/external/icu4c/samples/layout/
H A DUnicodeReader.cpp47 fileSize = ftell(f);
/external/srec/portable/src/
H A DPFileWrap.c139 ftell_result = ftell ( (FILE *)self );
161 posCur = ftell ( self );
163 posEnd = ftell ( self );
H A DPANSIFileImpl.c293 pos = ftell(impl->value);
349 posCur = ftell(impl->value);
351 posEnd = ftell(impl->value);
/external/stlport/stlport/stl/
H A D_cstdio.h85 using _STLP_VENDOR_CSTD::ftell;
/external/webp/examples/
H A Ddwebp.c77 data_size = ftell(in);
/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.c362 startChunkPos = ftell(wFile->file);
389 startChunkPos = ftell(wFile->file);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.c362 startChunkPos = ftell(wFile->file);
389 startChunkPos = ftell(wFile->file);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.c362 startChunkPos = ftell(wFile->file);
389 startChunkPos = ftell(wFile->file);
/external/webrtc/test/testsupport/
H A Dfileutils.cc159 size = ftell(f);
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos_win32.c178 *len = ftell(f);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_win32.c191 *len = ftell(f);
/external/wpa_supplicant_8/src/utils/
H A Dos_win32.c191 *len = ftell(f);

Completed in 906 milliseconds

12345