Searched refs:ftell (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-10.0-release/contrib/tcpdump/
H A Dpcap_dump_ftell.c35 return (ftell((FILE *)p));
/freebsd-10.0-release/contrib/groff/src/devices/xditview/
H A Dpage.c15 extern long ftell();
59 m->position = ftell (dw->dvi.tmpFile);
61 m->position = ftell (dw->dvi.file);
/freebsd-10.0-release/contrib/opie/libmissing/
H A Dpututline.c47 if ((i = ftell(f)) < 0)
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbio_lcl.h18 #define UP_ftell ftell
/freebsd-10.0-release/tools/regression/lib/libc/stdio/
H A Dtest-fmemopen.c129 pos = ftell(fp);
169 * Now seek to the end and check that ftell
174 pos = ftell(fp);
194 pos = ftell(fp);
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c164 Offset = ftell (fp);
167 FileSize = (UINT32) ftell (fp);
H A Ddtio.c499 Gbl_NextLineOffset = (UINT32) ftell (Handle);
615 Gbl_NextLineOffset = (UINT32) ftell (Handle);
657 Gbl_NextLineOffset = (UINT32) ftell (Handle);
699 Gbl_NextLineOffset = (UINT32) ftell (Handle);
/freebsd-10.0-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h59 #undef ftell macro
/freebsd-10.0-release/lib/libc/stdio/
H A Dftell.c34 static char sccsid[] = "@(#)ftell.c 8.2 (Berkeley) 5/4/95";
49 * standard ftell function.
52 ftell(FILE *fp) function
H A DSymbol.map43 ftell;
/freebsd-10.0-release/usr.bin/ctags/
H A Dctags.h44 #define SETLINE {++lineno;lineftell = ftell(inf);}
74 extern long lineftell; /* ftell after getc( inf ) == '\n' */
H A Dfortran.c58 lineftell = ftell(inf);
H A Dlisp.c59 lineftell = ftell(inf);
H A Dprint.c58 saveftell = ftell(inf);
H A DC.c65 lineftell = ftell(inf);
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h73 #undef ftell macro
120 using ::ftell;
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h78 using std::ftell;
/freebsd-10.0-release/contrib/opie/libopie/
H A Dreadrec.c148 if ((opie->opie_recstart = ftell(f)) < 0)
/freebsd-10.0-release/lib/libc/xdr/
H A Dxdr_stdio.c166 return ((u_int) ftell((FILE *)xdrs->x_private));
/freebsd-10.0-release/usr.bin/mail/
H A Ddef.h273 (void)ftruncate(fileno(stream), (off_t)ftell(stream)); \
/freebsd-10.0-release/usr.sbin/cron/lib/
H A Denv.c161 filepos = ftell(f);
/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_main.c413 tell = ftell(fout);
417 if (extend && tell == ftell(fout)) {
532 tell = ftell(fout);
566 if (extend && tell == ftell(fout)) {
745 tell = ftell(fout);
749 if (extend && tell == ftell(fout)) {
779 tell = ftell(fout);
787 if (extend && tell == ftell(fout)) {
/freebsd-10.0-release/usr.bin/patch/
H A Dpch.c289 this_line = ftell(pfp);
461 while (ftell(pfp) < file_pos) {
536 line_beginning = ftell(pfp);
557 line_beginning = ftell(pfp);
664 repl_backtrack_position = ftell(pfp);
874 line_beginning = ftell(pfp); /* file pos of the current line */
938 line_beginning = ftell(pfp);
1041 line_beginning = ftell(pfp);
1431 beginning_of_this_line = ftell(pfp);
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dargv.c408 pos = ftell (f);
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dos_win32.c191 *len = ftell(f);

Completed in 239 milliseconds

1234