Home
last modified time | relevance | path

Searched refs:ftello (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-14.2/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c437 ATF_CHECK(ftello(fp) == i); in ATF_TC_BODY()
441 ATF_CHECK(ftello(fp) == t->n); in ATF_TC_BODY()
536 ATF_CHECK(ftello(fp) == len); in ATF_TC_BODY()
598 ATF_CHECK(ftello(fp) == len); in ATF_TC_BODY()
602 ATF_CHECK(ftello(fp) == len); in ATF_TC_BODY()
606 ATF_CHECK(ftello(fp) == len); in ATF_TC_BODY()
672 ATF_CHECK(ftello(fp) == i); in ATF_TC_BODY()
706 ATF_CHECK(ftello(fp) == len); in ATF_TC_BODY()
710 ATF_CHECK(ftello(fp) == len); in ATF_TC_BODY()
714 ATF_CHECK(ftello(fp) == len); in ATF_TC_BODY()
[all …]
H A Dt_open_memstream.c50 off = ftello(fp); in ATF_TC_BODY()
H A Dt_fopen.c364 ATF_REQUIRE(ftello(f) == 0); in ATF_TC_BODY()
370 ATF_REQUIRE(ftello(f) == 7); in ATF_TC_BODY()
/freebsd-14.2/usr.bin/csplit/
H A Dcsplit.c201 printf("%jd\n", (intmax_t)ftello(ofp)); in main()
326 if (ftello(ofp) < (off_t)sizeof(buf)) in toomuch()
339 if (ftello(ofp) == 0) in toomuch()
350 truncofs = ftello(overfile); in toomuch()
416 nwritten = (intmax_t)ftello(ofp); in do_rexp()
425 nwritten = (intmax_t)ftello(ofp); in do_rexp()
462 printf("%jd\n", (intmax_t)ftello(ofp)); in do_lineno()
/freebsd-14.2/lib/libc/tests/stdio/
H A Dopen_memstream2_test.c63 eob = ftello(fp); in ATF_TC_BODY()
161 (intmax_t)ftello(fp)); \ in ATF_TC_BODY()
172 ATF_REQUIRE_MSG(ftello(fp) == (result), \ in ATF_TC_BODY()
175 (intmax_t)ftello(fp), __STRING(result)); \ in ATF_TC_BODY()
H A Dopen_wmemstream_test.c63 eob = ftello(fp); in ATF_TC_BODY()
161 (intmax_t)ftello(fp)); \ in ATF_TC_BODY()
172 ATF_REQUIRE_MSG(ftello(fp) == (result), \ in ATF_TC_BODY()
175 (intmax_t)ftello(fp), __STRING(result)); \ in ATF_TC_BODY()
/freebsd-14.2/lib/libc/stdio/
H A Dftell.c55 rv = ftello(fp); in ftell()
67 ftello(FILE *fp) in ftello() function
H A Dfgetpos.c46 if ((*pos = ftello(fp)) == (fpos_t)-1) in fgetpos()
H A DSymbol.map40 ftello;
H A DMakefile.inc62 fseek.3 ftello.3 fseek.3 rewind.3
/freebsd-14.2/cddl/compat/opensolaris/include/
H A Dstdio.h33 #define ftello64 ftello
/freebsd-14.2/usr.bin/patch/
H A Dpch.c286 this_line = ftello(pfp); in intuit_diff_type()
489 while (ftello(pfp) < file_pos) { in skip_to()
564 line_beginning = ftello(pfp); in another_hunk()
585 line_beginning = ftello(pfp); in another_hunk()
692 repl_backtrack_position = ftello(pfp); in another_hunk()
905 line_beginning = ftello(pfp); /* file pos of the current line */ in another_hunk()
965 line_beginning = ftello(pfp); in another_hunk()
1068 line_beginning = ftello(pfp); in another_hunk()
1465 beginning_of_this_line = ftello(pfp); in do_ed_script()
/freebsd-14.2/usr.bin/msgs/
H A Dmsgs.c716 off_t oldpos = ftello(f); in linecnt()
765 oldpos = ftello(newmsg); in ask()
842 frompos = ftello(infile); in gfrsub()
886 frompos = ftello(infile); in gfrsub()
/freebsd-14.2/usr.bin/fortune/strfile/
H A Dstrfile.c175 add_offset(outf, ftello(inf)); in main()
180 pos = ftello(inf); in main()
/freebsd-14.2/usr.bin/mail/
H A Ddef.h273 (void)ftruncate(fileno(stream), ftello(stream)); \
H A Dlex.c146 mailsize = ftello(ibuf); in setfile()
186 mailsize = ftello(ibuf); in incfile()
H A Dedit.c107 size = ftello(otf); in edit1()
H A Dfio.c87 offset = ftello(otf); in setptr()
/freebsd-14.2/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c293 if ((len = ftello(pf)) == -1) in main()
308 if ((newsize = ftello(pf)) == -1) in main()
/freebsd-14.2/libexec/tftpd/
H A Dtftp-file.c219 return ftello(file); in tell_file()
/freebsd-14.2/bin/ed/
H A Dbuf.c107 sfseek = ftello(sfp); in put_sbuf_line()
/freebsd-14.2/contrib/pf/pflogd/
H A Dpflogd.c509 off_t pos = ftello(f);
547 offset = ftello(f);
/freebsd-14.2/lib/libc/gen/
H A Dpututxline.c107 partial = ftello(fp); in utx_active_add()
H A Dgetgrent.c884 pos = ftello(st->fp); in files_group()
910 pos = ftello(st->fp); in files_group()
1365 pos = ftello(st->fp); in compat_group()
1469 pos = ftello(st->fp); in compat_group()
/freebsd-14.2/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c397 curpos = ftello(fd); in cd9660_write_filedata()

12