Symbol: ftell
games/fortune/strfile/strfile.c
165
add_offset(outf, ftell(inf));
games/fortune/strfile/strfile.c
170
pos = ftell(inf);
games/monop/initdeck.c
184
CC_D.offsets[0] = ftell(outf);
games/monop/initdeck.c
200
in_deck->offsets[in_deck->num_cards++] = ftell(outf);
games/sail/sync.c
287
sync_seek = ftell(sync_fp);
include/stdio.h
150
long ftell(FILE *);
lib/libc/hidden/stdio.h
76
PROTO_NORMAL(ftell);
lib/libc/rpc/xdr_stdio.c
140
return ((u_int) ftell((FILE *)xdrs->x_private));
lib/libc/stdio/ftell.c
99
DEF_STRONG(ftell);
lib/libcrypto/bio/bss_file.c
232
ret = ftell(fp);
lib/libcurses/tinfo/comp_scan.c
243
_nc_curr_file_pos = ftell(yyin);
lib/libcurses/tinfo/comp_scan.c
316
return (yyin ? ftell(yyin) : (bufptr ? (long) (bufptr - bufstart) : 0));
lib/libpcap/savefile.c
468
return (ftell((FILE *)p));
regress/lib/libc/fmemopen/fmemopentest.c
138
if (ftell(s1) != 0) {
regress/lib/libc/fmemopen/fmemopentest.c
230
if (ftell(s1) != 8) {
regress/lib/libc/fmemopen/fmemopentest.c
241
if (ftell(s1) != 7) {
regress/lib/libc/fmemopen/fmemopentest.c
50
if (ftell(s2) != strlen(string) + 1) {
regress/lib/libc/fmemopen/fmemopentest.c
57
if (ftell(s2) != 0) {
regress/lib/libc/fmemopen/fmemopentest.c
86
if (ftell(s1) != 0) {
regress/lib/libc/fmemopen/fmemopentest.c
98
if (ftell(s1) != strlen("hello world")) {
regress/lib/libc/open_memstream/open_memstreamtest.c
151
if (ftell(fp) != 8) {
regress/lib/libc/open_memstream/open_memstreamtest.c
162
if (ftell(fp) != 7) {
regress/lib/libc/orientation/orientation_test.c
149
TEST_UNCHANGED(ftell(f));
regress/lib/libc/stdio/test_fflush.c
74
assert(ftell(fp) == 1);
regress/lib/libpthread/stdio/stdio.c
63
ASSERT(ftell(fp) == statbuf.st_size);
sbin/restore/dirs.c
427
seekpt = ftell(df);
sbin/unwind/libunbound/config.h
1391
#define ftello ftell
sys/dev/pci/drm/radeon/mkregtable.c
215
end = ftell(file);
sys/dev/pci/drm/radeon/mkregtable.c
236
if (ftell(file) == end)
usr.bin/ctags/C.c
59
lineftell = ftell(inf);
usr.bin/ctags/ctags.h
44
#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
54
saveftell = ftell(inf);
usr.bin/ctags/yacc.c
128
lineftell = ftell(inf);
usr.bin/ctags/yacc.c
133
lineftell = ftell(inf);
usr.bin/cvs/diff_internals.c
1086
long curpos = ftell(lb);
usr.bin/diff/diffreg.c
1106
long curpos = ftell(lb);
usr.bin/mail/def.h
262
(void)ftruncate(fileno(stream), (off_t)ftell(stream)); \
usr.bin/mail/edit.c
110
size = ftell(otf);
usr.bin/mail/fio.c
93
offset = ftell(otf);
usr.bin/mail/lex.c
140
mailsize = ftell(ibuf);
usr.bin/mail/lex.c
182
mailsize = ftell(ibuf);
usr.bin/mandoc/dba_write.c
51
if ((pos = ftell(ofp)) == -1)
usr.bin/rcs/diff.c
1021
long curpos = ftell(lb);
usr.bin/rpcgen/rpc_main.c
398
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
402
if (extend && tell == ftell(fout)) {
usr.bin/rpcgen/rpc_main.c
494
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
507
if (extend && tell == ftell(fout)) {
usr.bin/rpcgen/rpc_main.c
710
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
714
if (extend && tell == ftell(fout))
usr.bin/rpcgen/rpc_main.c
748
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
755
if (extend && tell == ftell(fout))
usr.sbin/cron/env.c
165
filepos = ftell(f);
usr.sbin/kvm_mkdb/nlist.c
235
cur_off = ftell(fp);
usr.sbin/ldomctl/mdesc.c
642
size = ftell(fp);
usr.sbin/ldomctl/mdesc.c
694
size = ftell(fp);
usr.sbin/ldomctl/mdstore.c
353
size = ftell(fp);
usr.sbin/npppd/common/debugutil.c
207
ftell(debugfp);
usr.sbin/unbound/smallapp/unbound-anchor.c
408
flen = ftell(in);
usr.sbin/unbound/smallapp/unbound-anchor.c
428
if(ftell(in) == flen)
usr.sbin/unbound/testcode/petal.c
400
len = (size_t)ftell(in);