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

12345

/external/libvorbis/lib/
H A Dvorbisfile.c1000 (long (*)(void *)) ftell
1061 (long (*)(void *)) ftell
/external/libvpx/
H A Dvpxenc.c66 #define ftello ftell
159 stats->buf.sz = stats->buf_alloc_sz = ftell(stats->file);
H A Dvpxdec.c506 return ftell(userdata);
/external/quake/quake/src/QW/client/
H A Dcommon.c1337 pos = ftell (f);
1339 end = ftell (f);
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp110 size_t size = ftell(file);
1095 size_t size = ftell(file);
/external/qemu/distrib/zlib-1.2.3/
H A Dgzio.c192 /* We use 10L instead of ftell(s->file) to because ftell causes an
199 s->start = ftell(s->file) - s->stream.avail_in;
/external/stlport/test/unit/
H A Dfstream_test.cpp297 After fopen( "test_file.txt", "a" ) in this context ftell( f ) == 9 for
299 on Windows (independently from version?) ftell( f ) == 0, i.e. write pointer not
324 { // for reference, to test fopen/ftell behaviour in append mode:
331 CPPUNIT_CHECK( ftell( f ) == expected_pos );
/external/v8/src/
H A Dplatform-linux.cc440 int size = ftell(file);
H A Dplatform-openbsd.cc247 int size = ftell(file);
H A Dd8.cc1014 int size = ftell(file);
/external/icu4c/tools/toolutil/
H A Dpackage.cpp206 length=(int32_t)ftell(f);
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp2730 int file_size = (int)ftell( fs->file );
2748 int line_offset = ftell( fs->file );
2804 buf_size = ftell( fs->file );
/external/opencv/cv/src/
H A Dcvhaar.cpp1681 size += ftell( f ) + 1;
1704 size = ftell( f );
/external/clang/tools/c-index-test/
H A Dc-index-test.c157 unsaved->Length = ftell(to_file);
/external/genext2fs/
H A Dgenext2fs.c2134 if((fseek(fh, 0, SEEK_END) < 0) || ((ssize_t)(fssize = ftell(fh)) == -1))
/external/libxml2/
H A Dcatalog.c988 if (fseek(fd, 0, SEEK_END) || (size = ftell(fd)) == EOF || fseek(fd, 0, SEEK_SET)) { /* File operations denied? ok, just close and return failure */
/external/openssl/apps/
H A Dapps.c189 len=ftell(fp), rewind(fp);
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h883 long (*ftell)(FILE *f); member in struct:__anon12140
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H883 long (*ftell)(FILE *f); member in struct:__anon12439
/external/flac/libFLAC/
H A Dmetadata_iterators.c51 #define ftello ftell
H A Dstream_decoder.c52 #define ftello ftell
H A Dstream_encoder.c52 #define ftello ftell
/external/icu4c/test/intltest/
H A Drbbitst.cpp2035 fileSize = ftell(f);
H A Dregextst.cpp3811 fileSize = ftell(f);
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5499 extern long int ftell (FILE *__stream);

Completed in 1205 milliseconds

12345