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

/haiku/src/tests/system/libroot/posix/
H A Dfseek_test.cpp8 /* gnulib_test_fseek() is inspired by gnulib's test-fseek.c and test-ftell.c:
389 ASSERT(ftell(fp) == 2);
391 ASSERT(ftell(fp) == 2);
393 ASSERT(ftell(fp) == 0);
395 ASSERT(ftell(fp) == 10);
400 ASSERT(ftell(fp) == 2);
405 ASSERT(ftell(fp) == 3);
407 ASSERT(ftell(fp) == 2);
410 ASSERT(ftell(fp) == 2);
412 ASSERT(ftell(f
[all...]
H A Dtst-ungetwc2.c49 pos = ftell(fp);
60 pos = ftell(fp);
67 pos = ftell(fp);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dioftell.c69 weak_alias (_IO_ftell, ftell)
H A Dstdio.h527 extern long int ftell (FILE *__stream) __THROW;
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.h54 uint32 Tell() { return ftell(fFile); }
H A DSynthFileReader.cpp125 nextChunk = ftell(fFile);
228 long start = ftell(fFile);
234 printf("%6.6lx(%3.3lx) ", ftell(fFile)-1, ftell(fFile)-start-1);
262 cur = ftell(fFile);
309 long pos = ftell(fFile);
/haiku/headers/cpp/
H A Diostdio.h79 #define ftell _IO_ftell macro
/haiku/headers/private/kernel/boot/
H A Dstdio.h65 extern long ftell(FILE *stream);
/haiku/src/bin/unzip/
H A Dcrypt.c229 if ((n = (ulg)ftell(dest)) == (ulg)-1L) return ZE_TEMP;
279 if ((offset = (ulg)ftell(source)) == (ulg)-1L ||
320 if ((offset = (ulg)ftell(dest)) == (ulg)-1L) return ZE_TEMP;
H A Dcryptf.c232 if ((n = (ulg)ftell(dest)) == (ulg)-1L) return ZE_TEMP;
282 if ((offset = (ulg)ftell(source)) == (ulg)-1L ||
323 if ((offset = (ulg)ftell(dest)) == (ulg)-1L) return ZE_TEMP;
H A Dextract.c511 G.cur_zipfile_bufstart = ftell((FILE *)G.zipfd);
910 G.cur_zipfile_bufstart = ftell((FILE *)G.zipfd);
H A Dprocess.c932 G.cur_zipfile_bufstart = ftell((FILE *)G.zipfd);
H A Dfileio.c690 G.cur_zipfile_bufstart = ftell(G.zipfd);
/haiku/src/libs/print/libprint/
H A DPackBits.cpp177 long size = ftell(input);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h412 ftell (
/haiku/headers/posix/
H A Dstdio.h130 extern long ftell(FILE *stream);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1799 void ftell() {} function
H A Dlibroot_stubs_legacy.c1746 void ftell() {} function
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp3089 parse_mos (ftell(ifp));
3134 data_offset = ftell(ifp);
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp554 len = ftell(fd);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h2910 size = ftell(fp);

Completed in 8867 milliseconds