Searched refs:ftello (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfpos.c40 if ((*pos = (fpos_t)ftello(stream)) == (fpos_t)-1)
H A Dftello.c42 #pragma weak _ftello = ftello
92 ftello(FILE *iop) function
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dftello.c31 ftello(Sfio_t* f) function
33 STDIO_INT(f, "ftello", off_t, (Sfio_t*), (f))
/illumos-gate/usr/src/head/
H A Dstdio.h59 #pragma redefine_extname ftello ftello64
72 #pragma redefine_extname ftello64 ftello
231 #define ftello ftello64 macro
251 #define ftello64 ftello
347 extern off_t ftello(FILE *);
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c269 progname, ftello(in_file),
310 progname, ftello(in_file));
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c236 * and ftello), if the create flag is on and the silent flag is not on.
245 (void) fprintf(stdout, "%lld\n", (offset_t)ftello(outfile));
293 * ftello(), and getaline is called so that R.E. searching starts at the
307 saveloc = ftello(infile);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h209 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
321 #define ftello _ast_ftello macro
441 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
492 #undef ftello macro
506 #define ftello ftello64 macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h188 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
300 #define ftello _ast_ftello macro
420 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
471 #undef ftello macro
485 #define ftello ftello64 macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h209 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
321 #define ftello _ast_ftello macro
441 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
492 #undef ftello macro
506 #define ftello ftello64 macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h188 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
300 #define ftello _ast_ftello macro
420 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
471 #undef ftello macro
485 #define ftello ftello64 macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h209 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
321 #define ftello _ast_ftello macro
441 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
492 #undef ftello macro
506 #define ftello ftello64 macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h188 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
300 #define ftello _ast_ftello macro
420 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
471 #undef ftello macro
485 #define ftello ftello64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h209 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
321 #define ftello _ast_ftello macro
441 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
492 #undef ftello macro
506 #define ftello ftello64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h188 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
300 #define ftello _ast_ftello macro
420 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
471 #undef ftello macro
485 #define ftello ftello64 macro
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c320 offset = ftello(fp);
/illumos-gate/usr/src/boot/include/
H A Dstdio.h336 __off_t ftello(FILE *);
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c463 off_t curoff = ftello(fp);
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1592 dol->l_addr = (off_t)ftello(f);
1595 dol->l_addr = (off_t)ftello(tmp_fou);
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com403 common/stdio/ftello.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com690 ftello.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com667 ftello.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile643 ftello.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile816 ftello.3c \
1739 ftello.3c := LINKSRC = ftell.3c
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com724 ftello.o \

Completed in 125 milliseconds