ftell             260 core/gps.c         bitmap_size = ftell (fd);
ftell             721 core/ptp.c             total_size = ftell(f);
ftell              37 include/std/stdio.h extern long ftell(FILE *file);
ftell             522 lib/lua/liolib.c     lua_pushinteger(L, ftell(f));
ftell              94 tools/dumpchk.c     size=ftell(dumpfile);
ftell             944 tools/firmware_load.c     fw->size = (ftell(f)+3)/4;
ftell            2276 tools/firmware_load_ng.c     fw->size8 = ftell(f);
ftell             155 tools/packfi2/fi2enc.c 	flen = ftell( fi );
ftell             161 tools/pakwif.c     start = ftell(f);
ftell             197 tools/pakwif.c     start = ftell(f);
ftell             316 tools/pakwif.c 	filelen = ftell(inf);
ftell             379 tools/pakwif.c 	len = ftell(p->f);
ftell              78 tools/ubasic_test/run-ubasic.c         int sz = ftell(f);