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

12

/opensolaris-onvv-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))
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/head/
H A Dstdio.h58 #pragma redefine_extname ftello ftello64
71 #pragma redefine_extname ftello64 ftello
238 #define ftello ftello64 macro
258 #define ftello64 ftello
356 extern off_t ftello(FILE *);
440 extern off_t ftello();
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.h69 off_t ftello(FILE *stream);
73 #define ftell ftello
/opensolaris-onvv-gate/usr/src/cmd/split/
H A Dsplit.c269 progname, ftello(in_file),
310 progname, ftello(in_file));
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DSYSCommon.h758 #define K_ftell ftello
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c131 recoff = ftello(fp);
214 ((dt_recpos_t *)recordp)->dtp_size = ftello(fp) -
H A Ddhcp_network.c134 recoff = ftello(fp);
234 ((dn_recpos_t *)recordp)->dnp_size = ftello(fp) -
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c165 recoff = ftello(fp);
249 ((dt_recpos_t *)recordp)->dtp_size = ftello(fp) -
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c320 offset = ftello(fp);
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A Drandtest.c73 pos = ftello(fi->ef_fp);
/opensolaris-onvv-gate/usr/src/tools/lintdump/
H A Dlintdump.c463 off_t curoff = ftello(fp);
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/lib/libast/
H A DMakefile.com403 common/stdio/ftello.o \
/opensolaris-onvv-gate/usr/src/lib/libc/i386/
H A DMakefile.com662 ftello.o \

Completed in 225 milliseconds

12