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

/ast/src/lib/libast/stdio/
H A Dftell.c31 ftell(Sfio_t* f) function
33 STDIO_INT(f, "ftell", long, (Sfio_t*), (f))
/ast/src/cmd/tests/sfio/
H A Dtstdio.c92 if((s2 = ftell(f2)) != 7)
104 if((s1 = ftell(f)) != 1010)
112 if((s1 = ftell(f)) != 1011)
117 if((s2 = ftell(f2)) != 1010)
/ast/src/cmd/mailx/
H A Dedit.c113 size = ftell(state.msg.op);
H A Dlex.c189 state.mailsize = ftell(ibuf);
229 state.mailsize = ftell(fp);
H A Dsend.c311 lp->head = ftell(nfo);
313 lp->body = ftell(nfo);
H A Dfio.c135 offset = ftell(state.msg.op);
154 if (count == 0 && (zoff = ftell(ibuf)) > roff) {
580 return (fflush(fp) || ftruncate(fileno(fp), ftell(fp))) ? -1 : 0;
/ast/src/lib/libz/
H A Dgzio.c203 fprintf(stderr, "AHA gz_open inbuf=< %02x %02x > len=%d offset=%d:%d\n", s->inbuf[0], s->inbuf[1], len, (int)ftell(fp), (int)lseek(fileno(fp), 0, SEEK_CUR));
231 /* We use 10L instead of ftell(s->file) to because ftell causes an
1195 #undef ftell macro
1196 #define ftell ftell64 macro
1223 return ftell(s->file);
/ast/src/lib/libvcodex/
H A Dvcodex.h80 #define sfseek(s,p,t) (fseek((s),(long)(p),(t)) >= 0 ? (Sfoff_t)ftell(s) : (Sfoff_t)(-1))
H A Dvcsfio.c1274 pos = (Sfoff_t)ftell(f);
1276 siz = (Sfoff_t)ftell(f);
/ast/src/lib/libast/
H A DMakefile171 fseek.c fseeko.c fsetpos.c ftell.c ftello.c fwrite.c \
/ast/src/cmd/INIT/
H A Dratz.c3789 /* We use 10L instead of ftell(s->file) to because ftell causes an
3799 s->start = (z_off_t)(ftell(s->file) - s->stream.avail_in);

Completed in 58 milliseconds