Symbol: ftell
crypto/heimdal/lib/hdb/mkey.c
317
len = ftell(f);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
1085
start_offset = ftell(fcursor->fp);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1085
pos = ftell(KTFILEP(id));
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1329
commit_point = ftell(fp);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1366
zero_point = ftell(fp);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
498
*fileoff = ftell(KTFILEP(id));
crypto/krb5/src/lib/krb5/keytab/kt_file.c
806
KTSTARTOFF(id) = ftell(KTFILEP(id));
crypto/krb5/src/lib/krb5/keytab/kt_file.c
917
*delete_point = ftell(KTFILEP(id));
crypto/krb5/src/lib/krb5/keytab/kt_file.c
937
start_pos = ftell(KTFILEP(id));
crypto/krb5/src/lib/rpc/xdr_stdio.c
147
return ((u_int) ftell((FILE *)xdrs->x_private));
crypto/libecc/src/tests/ec_utils.c
495
size = ftell(in_file);
crypto/openssl/crypto/bio/bio_local.h
161
#define UP_ftell ftell
crypto/openssl/crypto/bio/bss_file.c
213
ret = ftell(fp);
crypto/openssl/crypto/bio/bss_file.c
215
ret = ftell(fp);
crypto/openssl/crypto/http/http_client.c
324
req_len = ftell(fp);
crypto/openssl/ms/applink.c
130
OPENSSL_ApplinkTable[APPLINK_FTELL] = ftell;
include/stdio.h
283
long ftell(FILE *);
lib/libc/tests/stdio/fmemopen2_test.c
121
pos = ftell(fp);
lib/libc/tests/stdio/fmemopen2_test.c
170
pos = ftell(fp);
lib/libc/tests/stdio/fmemopen2_test.c
190
pos = ftell(fp);
lib/libc/tests/stdio/fmemopen2_test.c
253
ATF_REQUIRE(ftell(fp) == 0L);
lib/libc/tests/stdio/fmemopen2_test.c
260
ATF_REQUIRE(ftell(fp) == strlen(buf));
lib/libc/xdr/xdr_stdio.c
146
return ((u_int) ftell((FILE *)xdrs->x_private));
lib/libunbound/config.h
1387
#define ftello ftell
libexec/tftpd/tftp-file.c
80
if (ftell(file) != 0) {
sbin/dump/itime.c
204
if (ftruncate(fd, ftell(df)))
sbin/restore/dirs.c
408
seekpt = ftell(df);
stand/ficl/fileaccess.c
181
long ud = ftell(ff->f);
stand/ficl/fileaccess.c
219
currentPosition = ftell(ff->f);
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
660
end = ftell(file);
tools/tools/drm/radeon/mkregtable/mkregtable.c
681
if (ftell(file) == end)
usr.bin/ctags/C.c
60
lineftell = ftell(inf);
usr.bin/ctags/ctags.h
41
#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
1185
curpos = ftell(f1);
usr.bin/diff/diffreg.c
1274
long curpos = ftell(lb);
usr.bin/lastcomm/readrec.c
231
if ((pos = ftell(f)) == -1)
usr.bin/mkstr/mkstr.c
296
hp->hpt = really ? ftell(mesgwrite) : fakept;
usr.bin/rpcgen/rpc_main.c
481
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
485
if (extend && tell == ftell(fout)) {
usr.bin/rpcgen/rpc_main.c
603
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
637
if (extend && tell == ftell(fout)) {
usr.bin/rpcgen/rpc_main.c
817
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
821
if (extend && tell == ftell(fout)) {
usr.bin/rpcgen/rpc_main.c
853
tell = ftell(fout);
usr.bin/rpcgen/rpc_main.c
861
if (extend && tell == ftell(fout)) {
usr.sbin/certctl/certctl.c
556
uname, gname, mode, ftell(f));
usr.sbin/certctl/certctl.c
625
unexpand_path(dir), file, uname, gname, mode, ftell(f));
usr.sbin/cron/lib/env.c
154
filepos = ftell(f);
usr.sbin/pmcannotate/pmcannotate.c
209
agg->ag_offset = ftell(fp);
usr.sbin/pmcannotate/pmcannotate.c
248
agg->ag_offset = ftell(fp);
usr.sbin/pmcannotate/pmcannotate.c
611
lstart = ftell(fp);