/titanic_41/usr/src/head/ |
H A D | stdio.h | 59 #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 *);
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | ftello.c | 40 #pragma weak _ftello64 = ftello64 61 ftello64(FILE *iop) in ftello64() function
|
/titanic_41/usr/src/lib/libast/common/stdio/ |
H A D | ftello.c | 41 ftello64(Sfio_t* f) in ftello64() function
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 249 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
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 228 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
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 228 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
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 228 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
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 249 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
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 249 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
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 228 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
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 249 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
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 115 off64_t start = ftello64(fd); in getvfsany()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | stdio | 167 extern int64_t ftello64(FILE*); 271 printf("#define ftello64 _ast_ftello64\n"); 448 extern int64_t ftello64(FILE*); 473 #define ftello ftello64
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | stdio | 228 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*)); 301 #define ftello64 _ast_ftello64 460 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*)); 485 #define ftello ftello64
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | stdio | 228 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*)); 301 #define ftello64 _ast_ftello64 460 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*)); 485 #define ftello ftello64
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | stdio | 228 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*)); 301 #define ftello64 _ast_ftello64 460 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*)); 485 #define ftello ftello64
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | stdio | 228 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*)); 301 #define ftello64 _ast_ftello64 460 extern __MANGLE__ int64_t ftello64 __PROTO__((FILE*)); 485 #define ftello ftello64
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumpitime.c | 266 if (ftruncate64(fd, ftello64(df))) { in putitime()
|
/titanic_41/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 490 g_seekpt = ftello64(df); in flushent()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_cc.c | 1831 if (isatty(fileno(ifp)) == 0 && (off = ftello64(ifp)) != -1) { in dt_preproc()
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1453 ftello64;
|