Symbol: ftell
headers/posix/stdio.h
129
extern long ftell(FILE *stream);
headers/private/kernel/boot/stdio.h
63
extern long ftell(FILE *stream);
src/add-ons/kernel/bus_managers/acpi/acpica/include/acclib.h
412
ftell (
src/add-ons/translators/raw/RAW.cpp
3089
parse_mos (ftell(ifp));
src/add-ons/translators/raw/RAW.cpp
3134
data_offset = ftell(ifp);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2910
size = ftell(fp);
src/bin/unzip/extract.c
511
G.cur_zipfile_bufstart = ftell((FILE *)G.zipfd);
src/bin/unzip/extract.c
910
G.cur_zipfile_bufstart = ftell((FILE *)G.zipfd);
src/bin/unzip/fileio.c
690
G.cur_zipfile_bufstart = ftell(G.zipfd);
src/bin/unzip/process.c
932
G.cur_zipfile_bufstart = ftell((FILE *)G.zipfd);
src/libs/agg/src/agg_gsv_text.cpp
554
len = ftell(fd);
src/libs/libsolv/solv/repopage.c
781
if ((store->file_offset = ftell(fp)) < 0)
src/libs/print/libprint/PackBits.cpp
177
long size = ftell(input);
src/system/libroot/posix/glibc/libio/ioftell.c
66
weak_alias (_IO_ftell, ftell)
src/system/libroot/posix/glibc/libio/stdio.h
764
extern long int ftell (FILE *__stream) __wur;
src/tests/kits/midi/synth_file_reader/SynthFileReader.cpp
125
nextChunk = ftell(fFile);
src/tests/kits/midi/synth_file_reader/SynthFileReader.cpp
228
long start = ftell(fFile);
src/tests/kits/midi/synth_file_reader/SynthFileReader.cpp
234
printf("%6.6lx(%3.3lx) ", ftell(fFile)-1, ftell(fFile)-start-1);
src/tests/kits/midi/synth_file_reader/SynthFileReader.cpp
262
cur = ftell(fFile);
src/tests/kits/midi/synth_file_reader/SynthFileReader.cpp
309
long pos = ftell(fFile);
src/tests/kits/midi/synth_file_reader/SynthFileReader.h
54
uint32 Tell() { return ftell(fFile); }
src/tests/system/libroot/posix/fseek_test.cpp
389
ASSERT(ftell(fp) == 2);
src/tests/system/libroot/posix/fseek_test.cpp
391
ASSERT(ftell(fp) == 2);
src/tests/system/libroot/posix/fseek_test.cpp
393
ASSERT(ftell(fp) == 0);
src/tests/system/libroot/posix/fseek_test.cpp
395
ASSERT(ftell(fp) == 10);
src/tests/system/libroot/posix/fseek_test.cpp
400
ASSERT(ftell(fp) == 2);
src/tests/system/libroot/posix/fseek_test.cpp
405
ASSERT(ftell(fp) == 3);
src/tests/system/libroot/posix/fseek_test.cpp
407
ASSERT(ftell(fp) == 2);
src/tests/system/libroot/posix/fseek_test.cpp
410
ASSERT(ftell(fp) == 2);
src/tests/system/libroot/posix/fseek_test.cpp
412
ASSERT(ftell(fp) == 1);
src/tests/system/libroot/posix/fseek_test.cpp
414
ASSERT(ftell(fp) == 0);
src/tests/system/libroot/posix/fseek_test.cpp
416
ASSERT(ftell(fp) == 0);
src/tests/system/libroot/posix/fseek_test.cpp
418
ASSERT(ftell(fp) == 2);
src/tests/system/libroot/posix/fseek_test.cpp
422
ASSERT(ftell(fp) == 1);
src/tests/system/libroot/posix/fseek_test.cpp
424
ASSERT(ftell(fp) == 0);
src/tests/system/libroot/posix/fseek_test.cpp
426
ASSERT(ftell(fp) == 1);
src/tests/system/libroot/posix/fseek_test.cpp
428
ASSERT(ftell(fp) == 2);
src/tests/system/libroot/posix/fseek_test.cpp
432
ASSERT(ftell(fp) == 1);
src/tests/system/libroot/posix/fseek_test.cpp
435
ASSERT(ftell(fp) == 0);
src/tests/system/libroot/posix/fseek_test.cpp
437
ASSERT(ftell(fp) == 1);
src/tests/system/libroot/posix/fseek_test.cpp
439
ASSERT(ftell(fp) == 2);
src/tests/system/libroot/posix/fseek_test.cpp
443
ASSERT(ftell(fp) == 10);
src/tests/system/libroot/posix/fseek_test.cpp
456
ASSERT(ftell(fp) == 2);
src/tests/system/libroot/posix/fseek_test.cpp
458
ASSERT(ftell(fp) == 10);
src/tests/system/libroot/posix/fseek_test.cpp
462
ASSERT(ftell(fp) == 10);
src/tests/system/libroot/posix/tst-ungetwc2.c
49
pos = ftell(fp);
src/tests/system/libroot/posix/tst-ungetwc2.c
60
pos = ftell(fp);
src/tests/system/libroot/posix/tst-ungetwc2.c
67
pos = ftell(fp);