Symbol: ftell
crypto/libressl/crypto/bio/bss_file.c
229
ret = ftell(fp);
games/atc/log.c
245
ftruncate(fileno(score_fp), ftell(score_fp));
games/sail/sync.c
412
sync_seek = ftell(sync_fp);
include/stdio.h
234
long ftell(FILE *);
lib/libc/xdr/xdr_stdio.c
148
return ((u_int) ftell((FILE *)xdrs->x_private));
sbin/dump/itime.c
203
if (ftruncate(fd, ftell(df)))
sbin/rconfig/server.c
184
bytes = (size_t)ftell(fp);
sbin/restore/dirs.c
426
seekptg = ftell(df);
tools/tools/ath/athprom/athprom.c
900
forchan = ftell(ftemplate) - sizeof("forchan");
tools/tools/ath/athprom/athprom.c
921
forpdgain = ftell(ftemplate) - sizeof("forpdgain");
tools/tools/ath/athprom/athprom.c
939
forpcdac = ftell(ftemplate) - sizeof("forpcdac");
tools/tools/ath/athprom/athprom.c
948
forctl = ftell(ftemplate) - sizeof("forchan");
tools/tools/drm/radeon/mkregtable/mkregtable.c
647
end = ftell(file);
tools/tools/drm/radeon/mkregtable/mkregtable.c
668
if (ftell(file) == end)
usr.bin/calendar/io.c
656
if (fseek(fp, 0L, SEEK_END) == -1 || ftell(fp) == 0) {
usr.bin/ctags/C.c
59
lineftell = ftell(inf);
usr.bin/ctags/ctags.h
43
#define SETLINE {++lineno;lineftell = ftell(inf);}
usr.bin/ctags/fortran.c
52
lineftell = ftell(inf);
usr.bin/ctags/lisp.c
53
lineftell = ftell(inf);
usr.bin/ctags/print.c
52
saveftell = ftell(inf);
usr.bin/ctags/yacc.c
127
lineftell = ftell(inf);
usr.bin/ctags/yacc.c
132
lineftell = ftell(inf);
usr.bin/diff/diffreg.c
1098
long curpos = ftell(lb);
usr.bin/dsynth/html.c
475
if (ftell(fp) == 0) {
usr.bin/dsynth/html.c
491
((ftell(fp) > 10) ? "," : ""),
usr.bin/mail/def.h
274
ftruncate(fileno(stream), (off_t)ftell(stream)); \
usr.bin/mkstr/mkstr.c
298
hp->hpt = really ? ftell(mesgwrite) : fakept;
usr.bin/msgs/msgs.c
693
off_t oldpos = ftell(f);
usr.bin/msgs/msgs.c
742
oldpos = ftell(newmsg);
usr.bin/msgs/msgs.c
818
frompos = ftell(infile);
usr.bin/msgs/msgs.c
862
frompos = ftell(infile);
usr.bin/rpcgen/rpc_main.c
394
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
397
if (extend && tell == ftell(fout))
usr.bin/rpcgen/rpc_main.c
506
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
536
if (extend && tell == ftell(fout))
usr.bin/rpcgen/rpc_main.c
708
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
711
if (extend && tell == ftell(fout))
usr.bin/rpcgen/rpc_main.c
740
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
747
if (extend && tell == ftell(fout))
usr.sbin/authpf/authpf.c
292
ftruncate(fileno(pidfp), ftell(pidfp));
usr.sbin/cron/crontab/crontab.c
522
ftruncate(fileno(tmp), ftell(tmp));
usr.sbin/cron/lib/env.c
140
filepos = ftell(f);
usr.sbin/cron/lib/misc.c
268
ftruncate(fileno(fp), ftell(fp));
usr.sbin/fstyp/hammer2.c
49
siz = ftell(fp);
usr.sbin/pw/edgroup.c
212
ftruncate(infd, ftell(infp));
usr.sbin/pw/fileupd.c
187
ftruncate(infd, ftell(infp));