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

1234

/freebsd-11-stable/contrib/tcpdump/
H A Dpcap_dump_ftell.c30 return (ftell((FILE *)p));
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dcmfsize.c184 CurrentOffset = ftell (File);
196 FileSize = ftell (File);
H A Dacfileio.c397 TableOffset = ftell (File);
494 FileOffset = ftell (File);
549 OriginalOffset = ftell (File);
/freebsd-11-stable/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-11-stable/contrib/opie/libmissing/
H A Dpututline.c47 if ((i = ftell(f)) < 0)
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_lcl.h18 # define UP_ftell ftell
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_open_memstream.c78 ATF_CHECK(ftell(fp) == 8);
82 ATF_CHECK(ftell(fp) == 7);
H A Dt_fflush.c129 ATF_REQUIRE(ftell(f) == 3);
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dfmemopen2_test.c124 pos = ftell(fp);
168 /* Now seek to the end and check that ftell gives us sizeof(str). */
171 pos = ftell(fp);
191 pos = ftell(fp);
254 ATF_REQUIRE(ftell(fp) == 0L);
261 ATF_REQUIRE(ftell(fp) == strlen(buf));
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h59 #undef ftell macro
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DfileHandlingTest.c53 int length = ftell(file);
/freebsd-11-stable/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-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h73 #undef ftell macro
120 using ::ftell;
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h78 using std::ftell;
/freebsd-11-stable/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
/freebsd-11-stable/contrib/mdocml/
H A Ddba_write.c61 if ((pos = ftell(ofp)) == -1)
62 err(1, "ftell");
65 err(1, "ftell = %ld", pos);
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadrec.c148 if ((opie->opie_recstart = ftell(f)) < 0)
/freebsd-11-stable/lib/libc/xdr/
H A Dxdr_stdio.c151 return ((u_int) ftell((FILE *)xdrs->x_private));
/freebsd-11-stable/usr.sbin/cron/lib/
H A Denv.c161 filepos = ftell(f);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Ddtio.c605 Gbl_NextLineOffset = (UINT32) ftell (Handle);
725 Gbl_NextLineOffset = (UINT32) ftell (Handle);
767 Gbl_NextLineOffset = (UINT32) ftell (Handle);
809 Gbl_NextLineOffset = (UINT32) ftell (Handle);
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_main.c396 tell = ftell(fout);
400 if (extend && tell == ftell(fout)) {
515 tell = ftell(fout);
549 if (extend && tell == ftell(fout)) {
728 tell = ftell(fout);
732 if (extend && tell == ftell(fout)) {
764 tell = ftell(fout);
772 if (extend && tell == ftell(fout)) {

Completed in 147 milliseconds

1234