Symbol: ftello
bin/ed/buf.c
112
sfseek = ftello(sfp);
include/stdio.h
151
off_t ftello(FILE *);
lib/libc/gen/getcap.c
787
pos = ftello(pfp);
lib/libc/hidden/stdio.h
77
PROTO_NORMAL(ftello);
lib/libc/locale/rune.c
298
if (ftello(fp) != sb.st_size)
lib/libc/stdio/fgetpos.c
42
return((*pos = ftello(fp)) == (fpos_t)-1);
lib/libc/stdio/ftell.c
87
DEF_WEAK(ftello);
lib/libc/stdio/ftell.c
92
off_t offset = ftello(fp);
lib/libedit/readline.c
1307
if((off = ftello(fp)) > 0)
lib/libskey/skeylogin.c
309
(void)ftruncate(fileno(mp->keyfile), ftello(mp->keyfile));
regress/lib/libc/open_memstream/open_memstreamtest.c
44
off = ftello(fp);
regress/lib/libc/orientation/orientation_test.c
150
TEST_UNCHANGED(ftello(f));
sbin/dump/itime.c
212
if (ftruncate(fd, ftello(df)))
sbin/iked/ikev2.c
3167
if (ftello(spif) > 0)
sbin/iked/ikev2.c
6569
if (ftello(spif) > 0)
sbin/iked/ikev2.c
6639
if (ftello(flowf) > 0)
sbin/iked/ikev2.c
6668
if (ftello(spif) > 0 && !ferror(spif)) {
sbin/iked/ikev2.c
6679
if (ftello(flowf) > 0 && !ferror(flowf)) {
sbin/pflogd/pflogd.c
489
off_t pos = ftello(f);
sbin/pflogd/pflogd.c
522
offset = ftello(f);
usr.bin/csplit/csplit.c
200
printf("%jd\n", (intmax_t)ftello(ofp));
usr.bin/csplit/csplit.c
324
if (ftello(ofp) < (off_t)sizeof(buf))
usr.bin/csplit/csplit.c
337
if (ftello(ofp) == 0)
usr.bin/csplit/csplit.c
348
truncofs = ftello(overfile);
usr.bin/csplit/csplit.c
414
nwritten = (intmax_t)ftello(ofp);
usr.bin/csplit/csplit.c
423
nwritten = (intmax_t)ftello(ofp);
usr.bin/csplit/csplit.c
460
printf("%jd\n", (intmax_t)ftello(ofp));
usr.bin/nm/nm.c
372
restore = ftello(fp);
usr.bin/nm/nm.c
516
last_ar_off = ftello(fp);
usr.bin/nm/nm.c
597
foff = ftello(fp);
usr.bin/patch/ed.c
233
linepos = ftello(pfp);
usr.bin/patch/ed.c
82
linepos = ftello(pfp);
usr.bin/patch/pch.c
1026
off_t line_beginning = ftello(pfp);
usr.bin/patch/pch.c
266
this_line = ftello(pfp);
usr.bin/patch/pch.c
444
while (ftello(pfp) < file_pos) {
usr.bin/patch/pch.c
519
line_beginning = ftello(pfp);
usr.bin/patch/pch.c
539
line_beginning = ftello(pfp);
usr.bin/patch/pch.c
650
repl_backtrack_position = ftello(pfp);
usr.bin/patch/pch.c
860
off_t line_beginning = ftello(pfp); /* file pos of the current line */
usr.bin/patch/pch.c
924
line_beginning = ftello(pfp);
usr.bin/sendbug/sendbug.c
207
o = ftello(dfp);
usr.bin/tmux/popup.c
909
len = ftello(f);
usr.sbin/authpf/authpf.c
311
(void) ftruncate(fileno(pidfp), ftello(pidfp));
usr.sbin/cron/crontab.c
468
ftruncate(fileno(tmp), ftello(tmp)); /* XXX redundant with "w+"? */
usr.sbin/dhcpd/db.c
223
ftruncate(fileno(db_file), ftello(db_file));
usr.sbin/lldp/lldp.c
473
off_t len = ftello(scratch);
usr.sbin/makefs/cd9660/cd9660_write.c
359
curpos = ftello(fd);
usr.sbin/nsd/options.c
595
linesize, ftello(opt->zonelist)-linesize,
usr.sbin/nsd/options.c
627
linesize, ftello(opt->zonelist)-linesize,
usr.sbin/nsd/options.c
634
ftello(opt->zonelist)-linesize);
usr.sbin/nsd/options.c
641
opt->zonelist_off = ftello(opt->zonelist);
usr.sbin/nsd/options.c
727
zone->off = ftello(opt->zonelist);
usr.sbin/nsd/options.c
741
opt->zonelist_off = ftello(opt->zonelist);
usr.sbin/nsd/options.c
888
off = ftello(out);
usr.sbin/ntpd/ntpd.c
607
ftruncate(fileno(freqfp), ftello(freqfp));
usr.sbin/unbound/testcode/replay.c
153
pos = ftello(in);
usr.sbin/unbound/testcode/replay.c
160
pos = ftello(in);
usr.sbin/unbound/testcode/replay.c
174
pos = ftello(in);
usr.sbin/unbound/testcode/replay.c
192
pos = ftello(in);