Searched defs:ftello64 (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/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))
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dftello.c40 #pragma weak _ftello64 = ftello64
61 ftello64(FILE *iop) function
/illumos-gate/usr/src/head/
H A Dstdio.h59 #pragma redefine_extname ftello ftello64
72 #pragma redefine_extname ftello64 ftello
231 #define ftello ftello64
251 #define ftello64 ftello macro
362 extern off64_t ftello64(FILE *);
/illumos-gate/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
/illumos-gate/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
/illumos-gate/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
/illumos-gate/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
/illumos-gate/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
/illumos-gate/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
/illumos-gate/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
/illumos-gate/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

Completed in 86 milliseconds