Symbol: ftello
bin/ed/buf.c
109
sfseek = ftello(sfp);
cddl/compat/opensolaris/include/stdio.h
33
#define ftello64 ftello
include/stdio.h
366
__off_t ftello(FILE *);
lib/libc/gen/getgrent.c
1365
pos = ftello(st->fp);
lib/libc/gen/getgrent.c
1469
pos = ftello(st->fp);
lib/libc/gen/getgrent.c
884
pos = ftello(st->fp);
lib/libc/gen/getgrent.c
910
pos = ftello(st->fp);
lib/libc/gen/pututxline.c
107
partial = ftello(fp);
lib/libc/stdio/fgetpos.c
43
if ((*pos = ftello(fp)) == (fpos_t)-1)
lib/libc/stdio/ftell.c
52
rv = ftello(fp);
lib/libc/tests/stdio/open_memstream2_test.c
161
(intmax_t)ftello(fp)); \
lib/libc/tests/stdio/open_memstream2_test.c
172
ATF_REQUIRE_MSG(ftello(fp) == (result), \
lib/libc/tests/stdio/open_memstream2_test.c
175
(intmax_t)ftello(fp), __STRING(result)); \
lib/libc/tests/stdio/open_memstream2_test.c
63
eob = ftello(fp);
lib/libc/tests/stdio/open_wmemstream_test.c
161
(intmax_t)ftello(fp)); \
lib/libc/tests/stdio/open_wmemstream_test.c
172
ATF_REQUIRE_MSG(ftello(fp) == (result), \
lib/libc/tests/stdio/open_wmemstream_test.c
175
(intmax_t)ftello(fp), __STRING(result)); \
lib/libc/tests/stdio/open_wmemstream_test.c
63
eob = ftello(fp);
libexec/tftpd/tftp-file.c
218
return ftello(file);
sbin/dhclient/dhclient.c
1988
ftruncate(fileno(leaseFile), ftello(leaseFile));
usr.bin/bsdiff/bsdiff/bsdiff.c
291
if ((len = ftello(pf)) == -1)
usr.bin/bsdiff/bsdiff/bsdiff.c
306
if ((xnewsize = ftello(pf)) == -1)
usr.bin/csplit/csplit.c
200
printf("%jd\n", (intmax_t)ftello(ofp));
usr.bin/csplit/csplit.c
325
if (ftello(ofp) < (off_t)sizeof(buf))
usr.bin/csplit/csplit.c
338
if (ftello(ofp) == 0)
usr.bin/csplit/csplit.c
349
truncofs = ftello(overfile);
usr.bin/csplit/csplit.c
415
nwritten = (intmax_t)ftello(ofp);
usr.bin/csplit/csplit.c
424
nwritten = (intmax_t)ftello(ofp);
usr.bin/csplit/csplit.c
461
printf("%jd\n", (intmax_t)ftello(ofp));
usr.bin/fortune/strfile/strfile.c
163
add_offset(outf, ftello(inf));
usr.bin/fortune/strfile/strfile.c
168
pos = ftello(inf);
usr.bin/gzip/unlz.c
580
rv = ftello(lz.fout);
usr.bin/mail/def.h
271
(void)ftruncate(fileno(stream), ftello(stream)); \
usr.bin/mail/edit.c
101
size = ftello(otf);
usr.bin/mail/fio.c
81
offset = ftello(otf);
usr.bin/mail/lex.c
140
mailsize = ftello(ibuf);
usr.bin/mail/lex.c
180
mailsize = ftello(ibuf);
usr.bin/msgs/msgs.c
703
off_t oldpos = ftello(f);
usr.bin/msgs/msgs.c
752
oldpos = ftello(newmsg);
usr.bin/msgs/msgs.c
829
frompos = ftello(infile);
usr.bin/msgs/msgs.c
873
frompos = ftello(infile);
usr.bin/patch/pch.c
1068
line_beginning = ftello(pfp);
usr.bin/patch/pch.c
1468
beginning_of_this_line = ftello(pfp);
usr.bin/patch/pch.c
286
this_line = ftello(pfp);
usr.bin/patch/pch.c
489
while (ftello(pfp) < file_pos) {
usr.bin/patch/pch.c
564
line_beginning = ftello(pfp);
usr.bin/patch/pch.c
585
line_beginning = ftello(pfp);
usr.bin/patch/pch.c
692
repl_backtrack_position = ftello(pfp);
usr.bin/patch/pch.c
905
line_beginning = ftello(pfp); /* file pos of the current line */
usr.bin/patch/pch.c
965
line_beginning = ftello(pfp);
usr.sbin/cron/crontab/crontab.c
530
ftruncate(fileno(tmp), ftello(tmp));
usr.sbin/makefs/cd9660/cd9660_write.c
397
curpos = ftello(fd);