Searched refs:ftell (Results 1 – 9 of 9) sorted by relevance
46 if ((i = ftell(f)) < 0) in pututline()
88 ftell(FILE *fp) in ftell() function
62 using ::ftell;
233 long ftell(FILE *);
1001 cur_location = static_cast<size_t>(ftell(fp)); in TEST()1009 cur_location = static_cast<size_t>(ftell(fp)); in TEST()
308 ftell
489 ftell;
431 upstream-openbsd/lib/libc/stdio/ftell.c \
1469 fileLen=ftell(fp); in _dump_answer()