Symbol: ftell
bin/ed/buf.c
121
sfseek = ftell(sfp);
games/atc/log.c
277
offset = ftell(score_fp);
games/fortune/strfile/strfile.c
187
add_offset(outf, ftell(inf));
games/fortune/strfile/strfile.c
192
pos = ftell(inf);
games/sail/sync.c
412
sync_seek = ftell(sync_fp);
include/stdio.h
242
long ftell(FILE *);
lib/libc/rpc/xdr_stdio.c
161
return ((u_int) ftell((FILE *)xdrs->x_private));
lib/libedit/history.c
846
if (ftell(fp) == 0 && fputs(hist_cookie, fp) == EOF)
lib/libskey/skeylogin.c
140
recstart = ftell(mp->keyfile);
lib/libskey/skeylogin.c
204
recstart = ftell(mp->keyfile);
sbin/dump/itime.c
215
if (ftruncate(fd, ftell(df)))
sbin/restore/dirs.c
437
seekpt = ftell(df);
sys/arch/sgimips/stand/undist/undist.c
431
oldoff = ftell(fp);
sys/arch/sgimips/stand/undist/undist.c
472
off = ftell(fp);
sys/dev/stbi/stb_image.c
2116
n = ftell(f);
sys/dev/stbi/stb_image.c
2126
long n = ftell(f);
sys/dev/stbi/stb_image.c
3161
n = ftell(f);
sys/dev/stbi/stb_image.c
3201
long n = ftell(f);
sys/dev/stbi/stb_image.c
3236
int r,n = ftell(f);
sys/dev/stbi/stb_image.c
3551
long n = ftell(f);
sys/dev/stbi/stb_image.c
3590
int r,n = ftell(f);
sys/dev/stbi/stb_image.c
3866
int r,n = ftell(f);
sys/dev/stbi/stb_image.c
4287
long l = ftell(f);
sys/dev/stbi/stb_image.c
4352
int r,n = ftell(f);
sys/dev/stbi/stb_image.c
4725
long n = ftell(f);
sys/dev/stbi/stb_image.c
4768
int r,n = ftell(f);
tests/lib/libc/stdio/t_fflush.c
114
ATF_REQUIRE(ftell(f) == 3);
tests/lib/libc/stdio/t_fmemopen.c
1128
ATF_CHECK(ftell(fp) == t1->n);
tests/lib/libc/stdio/t_fmemopen.c
1132
ATF_CHECK(ftell(fp) == t1->n - 1);
tests/lib/libc/stdio/t_fopen.c
142
ATF_REQUIRE(ftell(f) == 3);
tests/lib/libc/stdio/t_open_memstream.c
78
ATF_CHECK(ftell(fp) == 8);
tests/lib/libc/stdio/t_open_memstream.c
82
ATF_CHECK(ftell(fp) == 7);
usr.bin/ctags/C.c
72
lineftell = ftell(inf);
usr.bin/ctags/ctags.h
47
#define SETLINE {++lineno;lineftell = ftell(inf);}
usr.bin/ctags/fortran.c
64
lineftell = ftell(inf);
usr.bin/ctags/lisp.c
65
lineftell = ftell(inf);
usr.bin/ctags/print.c
66
saveftell = ftell(inf);
usr.bin/ctags/yacc.c
142
lineftell = ftell(inf);
usr.bin/ctags/yacc.c
147
lineftell = ftell(inf);
usr.bin/diff/diffreg.c
1126
curpos = ftell(f1);
usr.bin/diff/diffreg.c
1204
long curpos = ftell(lb);
usr.bin/mail/def.h
429
(void)ftruncate(fileno(stream), (off_t)ftell(stream)); \
usr.bin/mail/edit.c
191
size = ftell(otf);
usr.bin/mail/fio.c
222
offset = ftell(otf);
usr.bin/mail/lex.c
294
mailsize = ftell(ibuf);
usr.bin/mail/lex.c
338
mailsize = ftell(ibuf);
usr.bin/msgs/msgs.c
717
off_t oldpos = ftell(f);
usr.bin/msgs/msgs.c
766
oldpos = ftell(newmsg);
usr.bin/msgs/msgs.c
842
frompos = ftell(infile);
usr.bin/msgs/msgs.c
883
frompos = ftell(infile);
usr.bin/patch/pch.c
1041
line_beginning = ftell(pfp);
usr.bin/patch/pch.c
1421
beginning_of_this_line = ftell(pfp);
usr.bin/patch/pch.c
271
this_line = ftell(pfp);
usr.bin/patch/pch.c
438
while (ftell(pfp) < file_pos) {
usr.bin/patch/pch.c
535
line_beginning = ftell(pfp);
usr.bin/patch/pch.c
661
repl_backtrack_position = ftell(pfp);
usr.bin/patch/pch.c
874
line_beginning = ftell(pfp); /* file pos of the current line */
usr.bin/qsubst/qsubst.c
268
save = ftell(workf);
usr.bin/qsubst/qsubst.c
408
n = ftell(tempf);
usr.bin/qsubst/qsubst.c
414
ftruncate(fileno(workf), ftell(workf));
usr.bin/qsubst/qsubst.c
432
tbeg = ftell(workf) - rahead;
usr.bin/qsubst/qsubst.c
441
add_shift(nls, ftell(workf), MAX_C_A + 1);
usr.bin/qsubst/qsubst.c
463
add_shift(nls, ftell(workf), MAX_C_A + 1);
usr.bin/rpcgen/rpc_main.c
458
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
462
if (extend && tell == ftell(fout)) {
usr.bin/rpcgen/rpc_main.c
584
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
602
if (extend && tell == ftell(fout)) {
usr.bin/rpcgen/rpc_main.c
782
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
786
if (extend && tell == ftell(fout)) {
usr.bin/rpcgen/rpc_main.c
818
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
826
if (extend && tell == ftell(fout)) {
usr.sbin/fstyp/hammer2.c
62
siz = ftell(fp);
usr.sbin/kvm_mkdb/nlist_aout.c
211
cur_off = ftell(fp);