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

1234

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dpcap_dump_ftell.c35 return (ftell((FILE *)p));
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dftell.c31 ftell(Sfio_t* f) function
33 STDIO_INT(f, "ftell", long, (Sfio_t*), (f))
/macosx-10.10.1/groff-38/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);
/macosx-10.10.1/OpenSSL098-52/src/crypto/bio/
H A Dbio_lcl.h18 #define UP_ftell ftell
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdio_.h262 # define ftell(fp) ftello (fp) macro
274 # undef ftell macro
276 # define ftell(f) \ macro
277 (GL_LINK_WARNING ("ftell cannot handle files larger than 4 GB " \
282 # define ftell rpl_ftell macro
285 # ifndef ftell
286 # define ftell(f) \ macro
287 (GL_LINK_WARNING ("ftell cannot handle files larger than 4 GB " \
290 ftell (f))
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dtemplate.c233 ftell(in));
264 fprintf(stderr, "DEBUG2: %*sLone { at %ld...\n", indent, "", ftell(in));
277 ftell(in));
338 pos = ftell(in);
517 indent, "", ch, ftell(in));
580 indent, "", name, op, compare, ftell(in), result);
622 indent, "", ftell(in));
626 indent, "", ftell(in), ch);
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dftell.c34 static char sccsid[] = "@(#)ftell.c 8.2 (Berkeley) 5/4/95";
37 __FBSDID("$FreeBSD: src/lib/libc/stdio/ftell.c,v 1.27 2007/01/09 00:28:06 imp Exp $");
49 * standard ftell function.
52 ftell(fp) function
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dfileio.cpp86 static long(*my_ftell)(FILE*) = ftell;
119 my_ftell = (long(*)(FILE*))F(ftell);
148 #define ftell my_ftell macro
229 long old = ftell(_file);
231 long pos = ftell(_file);
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dfilestrm.c165 int32_t savedPos = ftell((FILE*)fileStream);
169 goes to the end of the file before ftell*/
171 size = (int32_t)ftell((FILE*)fileStream);
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dsoaserial.c202 pos = ftell (fp); /* mark position */
208 eos = ftell (fp); /* mark first non digit/ws character pos */
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dioapi.h16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
49 #define ftello64 ftell
58 #define ftello64 ftell
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DUnicodeReader.cpp47 fileSize = ftell(f);
/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Dapplink.c73 OPENSSL_ApplinkTable[APPLINK_FTELL] = ftell;
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dxdr_stdio.c200 offset = ftell((FILE *)xdrs->x_private);
/macosx-10.10.1/cron-39/lib/
H A Denv.c161 filepos = ftell(f);
/macosx-10.10.1/mail_cmds-30/mail/
H A Ddef.h280 (void)ftruncate(fileno(stream), (off_t)ftell(stream)); \
/macosx-10.10.1/patch_cmds-17/patch/
H A Dpch.c263 this_line = ftell(pfp);
430 while (ftell(pfp) < file_pos) {
504 line_beginning = ftell(pfp);
522 line_beginning = ftell(pfp);
629 repl_backtrack_position = ftell(pfp);
835 long line_beginning = ftell(pfp); /* file pos of the current line */
903 line_beginning = ftell(pfp);
1005 long line_beginning = ftell(pfp);
1378 beginning_of_this_line = ftell(pfp);
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/utils/
H A DbundleTool.c203 filePosition = ftell(fp);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dumapfile.c220 int32_t savedPos = ftell(f);
224 goes to the end of the file before ftell*/
226 size = (int32_t)ftell(f);
/macosx-10.10.1/vim-55/src/
H A Dosdef1.h.in27 extern long ftell __ARGS((FILE *));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapadd.c107 ftell( ldiffp->fp ),
468 lutil_meter_update( &meter, ftell( ldiffp->fp ), 1);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dresres.c134 fpos = ftell (fres);
518 int pos = ftell (fres);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dcomp_scan.c209 _nc_curr_file_pos = ftell(yyin);
276 return (yyin ? ftell(yyin) : (bufptr ? bufptr - bufstart : 0));
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpop_dropinfo.c182 mp->offset = ftell(p->drop) - nchar;
/macosx-10.10.1/ICU-531.30/icuSources/samples/ugrep/
H A Dugrep.cpp279 int rawFileLen = ftell(file);

Completed in 158 milliseconds

1234