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

12

/freebsd-10-stable/cddl/compat/opensolaris/include/
H A Dstdio.h35 #define ftello64 ftello
/freebsd-10-stable/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 DMakefile.inc57 fseek.3 ftello.3 fseek.3 rewind.3
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c173 ATF_CHECK(ftello(fp) == (off_t)0);
201 ATF_CHECK(ftello(fp) == (off_t)0);
209 ATF_CHECK(ftello(fp) == (off_t)sizeof(buf));
237 ATF_CHECK(ftello(fp) == (off_t)0);
243 ATF_CHECK(ftello(fp) == (off_t)0);
275 ATF_CHECK(ftello(fp) == (off_t)sizeof(buf));
285 ATF_CHECK(ftello(fp) == (off_t)sizeof(buf));
432 ATF_CHECK(ftello(fp) == (off_t)0);
437 ATF_CHECK(ftello(fp) == i);
441 ATF_CHECK(ftello(f
[all...]
H A Dt_open_memstream.c50 off = ftello(fp);
H A Dt_fopen.c364 ATF_REQUIRE(ftello(f) == 0);
370 ATF_REQUIRE(ftello(f) == 7);
/freebsd-10-stable/lib/libc/tests/stdio/
H A Dopen_memstream2_test.c66 eob = ftello(fp);
164 (intmax_t)ftello(fp)); \
175 ATF_REQUIRE_MSG(ftello(fp) == (result), \
178 (intmax_t)ftello(fp), __STRING(result)); \
H A Dopen_wmemstream_test.c66 eob = ftello(fp);
164 (intmax_t)ftello(fp)); \
175 ATF_REQUIRE_MSG(ftello(fp) == (result), \
178 (intmax_t)ftello(fp), __STRING(result)); \
/freebsd-10-stable/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-stable/contrib/binutils/bfd/
H A Dsysdep.h143 extern off_t ftello (FILE *stream);
H A Dbfdio.c46 return ftello (file);
/freebsd-10-stable/usr.bin/mail/
H A Ddef.h273 (void)ftruncate(fileno(stream), ftello(stream)); \
H A Dedit.c107 size = ftello(otf);
H A Dlex.c146 mailsize = ftello(ibuf);
186 mailsize = ftello(ibuf);
/freebsd-10-stable/usr.bin/patch/
H A Dpch.c276 this_line = ftello(pfp);
450 while (ftello(pfp) < file_pos) {
525 line_beginning = ftello(pfp);
546 line_beginning = ftello(pfp);
658 repl_backtrack_position = ftello(pfp);
871 line_beginning = ftello(pfp); /* file pos of the current line */
931 line_beginning = ftello(pfp);
1034 line_beginning = ftello(pfp);
1426 beginning_of_this_line = ftello(pfp);
/freebsd-10-stable/bin/ed/
H A Dbuf.c109 sfseek = ftello(sfp);
/freebsd-10-stable/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-stable/games/fortune/strfile/
H A Dstrfile.c177 add_offset(outf, ftello(inf));
182 pos = ftello(inf);
/freebsd-10-stable/lib/libc/gen/
H A Dpututxline.c108 partial = ftello(fp);
/freebsd-10-stable/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-stable/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c391 if ((len = ftello(pf)) == -1)
392 err(1, "ftello");
406 if ((newsize = ftello(pf)) == -1)
407 err(1, "ftello");
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h300 /// off_t ftello(FILE *stream);
301 ftello, enumerator in enum:llvm::LibFunc::Func
/freebsd-10-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c408 curpos = ftello(fd);
/freebsd-10-stable/contrib/unbound/
H A Dconfig.h156 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
860 #define ftello ftell macro

Completed in 301 milliseconds

12