HomeSort by: relevance | last modified time | path
    Searched refs:ftell (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/common/
cmfsize.c 184 CurrentOffset = ftell (File);
196 FileSize = ftell (File);
acfileio.c 417 TableOffset = ftell (File);
535 FileOffset = ftell (File);
602 OriginalOffset = ftell (File);
  /src/lib/libc/stdio/
ftell.c 1 /* $NetBSD: ftell.c,v 1.20 2012/03/27 15:05:42 christos Exp $ */
38 static char sccsid[] = "@(#)ftell.c 8.2 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: ftell.c,v 1.20 2012/03/27 15:05:42 christos Exp $");
51 * ftell: return current offset.
54 ftell(FILE *fp) function in typeref:typename:long
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/standalone/
StandaloneFuzzTargetMain.c 32 size_t len = ftell(f);
  /src/tests/lib/libc/stdio/
t_open_memstream.c 78 ATF_CHECK(ftell(fp) == 8);
82 ATF_CHECK(ftell(fp) == 7);
t_fflush.c 125 ATF_REQUIRE(ftell(f) == 3);
  /src/usr.bin/ctags/
ctags.h 47 #define SETLINE {++lineno;lineftell = ftell(inf);}
70 extern long lineftell; /* ftell after getc( inf ) == '\n' */
fortran.c 64 lineftell = ftell(inf);
lisp.c 65 lineftell = ftell(inf);
print.c 66 saveftell = ftell(inf);
C.c 72 lineftell = ftell(inf);
  /src/usr.bin/qsubst/
qsubst.c 268 save = ftell(workf);
408 n = ftell(tempf);
414 ftruncate(fileno(workf), ftell(workf));
432 tbeg = ftell(workf) - rahead;
441 add_shift(nls, ftell(workf), MAX_C_A + 1);
463 add_shift(nls, ftell(workf), MAX_C_A + 1);
  /src/common/dist/zlib/contrib/minizip/
ioapi.h 16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
50 #define ftello64 ftell
64 #define ftello64 ftell
  /src/lib/libc/rpc/
xdr_stdio.c 160 return ((u_int) ftell((FILE *)xdrs->x_private));
  /src/sys/external/bsd/acpica/dist/compiler/
dtio.c 586 AslGbl_NextLineOffset = (UINT32) ftell (Handle);
706 AslGbl_NextLineOffset = (UINT32) ftell (Handle);
747 AslGbl_NextLineOffset = (UINT32) ftell (Handle);
788 AslGbl_NextLineOffset = (UINT32) ftell (Handle);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
mkregtable.c 220 end = ftell(file);
241 if (ftell(file) == end)
  /src/usr.bin/rpcgen/
rpc_main.c 458 tell = ftell(fout);
462 if (extend && tell == ftell(fout)) {
584 tell = ftell(fout);
602 if (extend && tell == ftell(fout)) {
782 tell = ftell(fout);
786 if (extend && tell == ftell(fout)) {
818 tell = ftell(fout);
826 if (extend && tell == ftell(fout)) {
  /src/usr.bin/mail/
edit.c 191 size = ftell(otf);
  /src/usr.bin/msgs/
msgs.c 717 off_t oldpos = ftell(f);
766 oldpos = ftell(newmsg);
842 frompos = ftell(infile);
883 frompos = ftell(infile);
  /src/usr.sbin/kvm_mkdb/
nlist_aout.c 211 cur_off = ftell(fp);
  /src/sys/external/bsd/acpica/dist/include/
acclib.h 412 ftell (
  /src/games/fortune/strfile/
strfile.c 187 add_offset(outf, ftell(inf));
192 pos = ftell(inf);
  /src/usr.bin/patch/
pch.c 271 this_line = ftell(pfp);
438 while (ftell(pfp) < file_pos) {
535 line_beginning = ftell(pfp);
556 // line_beginning = ftell(pfp);
661 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);
1421 beginning_of_this_line = ftell(pfp);
  /src/lib/libskey/
skeylogin.c 140 recstart = ftell(mp->keyfile);
204 recstart = ftell(mp->keyfile);
  /src/games/atc/
log.c 277 offset = ftell(score_fp);

Completed in 49 milliseconds

1 2