Searched refs:ftello (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.0-release/cddl/compat/opensolaris/include/
H A Dstdio.h35 #define ftello64 ftello
/freebsd-10.0-release/lib/libc/stdio/
H A Dfgetpos.c45 * ftello is thread-safe; no need to lock fp.
47 if ((*pos = ftello(fp)) == (fpos_t)-1)
H A Dftell.c56 rv = ftello(fp);
65 * ftello: return current offset.
68 ftello(FILE *fp) function
H A DSymbol.map44 ftello;
H A DMakefile.inc57 fseek.3 ftello.3 fseek.3 rewind.3
/freebsd-10.0-release/tools/regression/lib/libc/stdio/
H A Dtest-open_memstream.c65 eob = ftello(fp);
166 (intmax_t)ftello(fp)); \
177 else if (ftello(fp) != (result)) \
180 (intmax_t)ftello(fp), __STRING(result)); \
H A Dtest-open_wmemstream.c65 eob = ftello(fp);
166 (intmax_t)ftello(fp)); \
177 else if (ftello(fp) != (result)) \
180 (intmax_t)ftello(fp), __STRING(result)); \
/freebsd-10.0-release/usr.bin/csplit/
H A Dcsplit.c201 printf("%jd\n", (intmax_t)ftello(ofp));
326 if (ftello(ofp) < (off_t)sizeof(buf))
339 if (ftello(ofp) == 0)
350 truncofs = ftello(overfile);
414 nwritten = (intmax_t)ftello(ofp);
423 nwritten = (intmax_t)ftello(ofp);
460 printf("%jd\n", (intmax_t)ftello(ofp));
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dsysdep.h143 extern off_t ftello (FILE *stream);
H A Dbfdio.c46 return ftello (file);
/freebsd-10.0-release/bin/ed/
H A Dbuf.c109 sfseek = ftello(sfp);
/freebsd-10.0-release/usr.bin/mail/
H A Dedit.c107 size = ftello(otf);
H A Dlex.c146 mailsize = ftello(ibuf);
186 mailsize = ftello(ibuf);
H A Dfio.c87 offset = ftello(otf);
/freebsd-10.0-release/usr.bin/msgs/
H A Dmsgs.c719 off_t oldpos = ftello(f);
768 oldpos = ftello(newmsg);
844 frompos = ftello(infile);
888 frompos = ftello(infile);
/freebsd-10.0-release/games/fortune/strfile/
H A Dstrfile.c177 add_offset(outf, ftello(inf));
182 pos = ftello(inf);
/freebsd-10.0-release/contrib/unbound/
H A Dconfig.h107 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
746 #define ftello ftell macro
/freebsd-10.0-release/lib/libc/gen/
H A Dpututxline.c108 partial = ftello(fp);
H A Dgetgrent.c875 pos = ftello(st->fp);
897 pos = ftello(st->fp);
1409 pos = ftello(st->fp);
1450 pos = ftello(st->fp);
/freebsd-10.0-release/contrib/pf/pflogd/
H A Dpflogd.c501 off_t pos = ftello(f);
539 offset = ftello(f);
542 logmsg(LOG_ERR, "Logging suspended: ftello: %s",
/freebsd-10.0-release/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c362 if ((len = ftello(pf)) == -1)
363 err(1, "ftello");
377 if ((newsize = ftello(pf)) == -1)
378 err(1, "ftello");
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h278 /// off_t ftello(FILE *stream);
279 ftello, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/include/
H A Dstdio.h333 __off_t ftello(FILE *);
/freebsd-10.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c406 curpos = ftello(fd);
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp155 "ftello",
483 TLI.setUnavailable(LibFunc::ftello);

Completed in 272 milliseconds

12