Searched refs:ftello64 (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libast/common/stdio/
H A Dftello.c41 ftello64(Sfio_t* f) function
43 STDIO_INT(f, "ftello64", int64_t, (Sfio_t*), (f))
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfpos.c39 if ((*pos = (fpos64_t)ftello64(stream)) == (fpos64_t)-1)
H A Dftello.c40 #pragma weak _ftello64 = ftello64
61 ftello64(FILE *iop) function
/osnet-11/usr/src/grub/grub2/include/grub/util/
H A Dmisc.h48 #define ftello ftello64
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h249 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
322 #define ftello64 _ast_ftello64 macro
481 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
506 #define ftello ftello64
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h228 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
301 #define ftello64 _ast_ftello64 macro
460 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
485 #define ftello ftello64
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h249 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
322 #define ftello64 _ast_ftello64 macro
481 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
506 #define ftello ftello64
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h228 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
301 #define ftello64 _ast_ftello64 macro
460 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
485 #define ftello ftello64
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h249 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
322 #define ftello64 _ast_ftello64 macro
481 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
506 #define ftello ftello64
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h228 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
301 #define ftello64 _ast_ftello64 macro
460 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
485 #define ftello ftello64
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h249 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
322 #define ftello64 _ast_ftello64 macro
481 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
506 #define ftello ftello64
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h228 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
301 #define ftello64 _ast_ftello64 macro
460 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*));
485 #define ftello ftello64
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c115 off64_t start = ftello64(fd);
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1843 #undef ftello64
1899 off64_t ftello64(FILE *iop);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1611 if (isatty(fileno(ifp)) == 0 && (off = ftello64(ifp)) != -1) {

Completed in 39 milliseconds