Searched defs:ftell (Results 1 - 2 of 2) 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/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);

Completed in 19 milliseconds