| /freebsd-14.2/contrib/netbsd-tests/lib/libc/stdio/ |
| H A D | t_fmemopen.c | 437 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 D | t_open_memstream.c | 50 off = ftello(fp); in ATF_TC_BODY()
|
| H A D | t_fopen.c | 364 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 D | csplit.c | 201 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 D | open_memstream2_test.c | 63 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 D | open_wmemstream_test.c | 63 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 D | ftell.c | 55 rv = ftello(fp); in ftell() 67 ftello(FILE *fp) in ftello() function
|
| H A D | fgetpos.c | 46 if ((*pos = ftello(fp)) == (fpos_t)-1) in fgetpos()
|
| H A D | Symbol.map | 40 ftello;
|
| H A D | Makefile.inc | 62 fseek.3 ftello.3 fseek.3 rewind.3
|
| /freebsd-14.2/cddl/compat/opensolaris/include/ |
| H A D | stdio.h | 33 #define ftello64 ftello
|
| /freebsd-14.2/usr.bin/patch/ |
| H A D | pch.c | 286 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 D | msgs.c | 716 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 D | strfile.c | 175 add_offset(outf, ftello(inf)); in main() 180 pos = ftello(inf); in main()
|
| /freebsd-14.2/usr.bin/mail/ |
| H A D | def.h | 273 (void)ftruncate(fileno(stream), ftello(stream)); \
|
| H A D | lex.c | 146 mailsize = ftello(ibuf); in setfile() 186 mailsize = ftello(ibuf); in incfile()
|
| H A D | edit.c | 107 size = ftello(otf); in edit1()
|
| H A D | fio.c | 87 offset = ftello(otf); in setptr()
|
| /freebsd-14.2/usr.bin/bsdiff/bsdiff/ |
| H A D | bsdiff.c | 293 if ((len = ftello(pf)) == -1) in main() 308 if ((newsize = ftello(pf)) == -1) in main()
|
| /freebsd-14.2/libexec/tftpd/ |
| H A D | tftp-file.c | 219 return ftello(file); in tell_file()
|
| /freebsd-14.2/bin/ed/ |
| H A D | buf.c | 107 sfseek = ftello(sfp); in put_sbuf_line()
|
| /freebsd-14.2/contrib/pf/pflogd/ |
| H A D | pflogd.c | 509 off_t pos = ftello(f); 547 offset = ftello(f);
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | pututxline.c | 107 partial = ftello(fp); in utx_active_add()
|
| H A D | getgrent.c | 884 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 D | cd9660_write.c | 397 curpos = ftello(fd); in cd9660_write_filedata()
|