/titanic_44/usr/src/head/ |
H A D | stdio.h | 58 #pragma redefine_extname fseeko fseeko64 71 #pragma redefine_extname fseeko64 fseeko 230 #define fseeko fseeko64 250 #define fseeko64 fseeko macro 361 extern int fseeko64(FILE *, off64_t, int);
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | fseeko.c | 39 #pragma weak _fseeko64 = fseeko64 57 fseeko64(FILE *iop, off64_t offset, int ptrname) in fseeko64() function
|
/titanic_44/usr/src/lib/libast/common/stdio/ |
H A D | fseeko.c | 41 fseeko64(Sfio_t* f, int64_t off, int op) in fseeko64() function
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 247 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 316 #define fseeko64 _ast_fseeko64 macro 479 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 504 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 226 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 295 #define fseeko64 _ast_fseeko64 macro 458 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 483 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 247 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 316 #define fseeko64 _ast_fseeko64 macro 479 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 504 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 247 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 316 #define fseeko64 _ast_fseeko64 macro 479 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 504 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 226 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 295 #define fseeko64 _ast_fseeko64 macro 458 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 483 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 247 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 316 #define fseeko64 _ast_fseeko64 macro 479 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 504 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 226 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 295 #define fseeko64 _ast_fseeko64 macro 458 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 483 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 226 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 295 #define fseeko64 _ast_fseeko64 macro 458 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 483 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 136 (void) fseeko64(fd, start, SEEK_SET); in getvfsany()
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | stdio | 165 extern int fseeko64(FILE*, int64_t, int); 265 printf("#define fseeko64 _ast_fseeko64\n"); 446 extern int fseeko64(FILE*, int64_t, int); 471 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | stdio | 226 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 295 #define fseeko64 _ast_fseeko64 458 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 483 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | stdio | 226 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 295 #define fseeko64 _ast_fseeko64 458 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 483 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | stdio | 226 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 295 #define fseeko64 _ast_fseeko64 458 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 483 #define fseeko fseeko64
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | stdio | 226 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 295 #define fseeko64 _ast_fseeko64 458 extern __MANGLE__ int fseeko64 __PROTO__((FILE*, int64_t, int)); 483 #define fseeko fseeko64
|
/titanic_44/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 578 (void) fseeko64(qf, (offset_t)dqoff(uid), 0); in chkquota()
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_cmdsub.c | 698 fseeko64(iof, mid, 0);
|
/titanic_44/usr/src/cmd/savecore/ |
H A D | savecore.c | 285 if (fseeko64(f, off, SEEK_SET) != 0) in Fseek()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_cc.c | 1841 (void) fseeko64(ifp, off, SEEK_SET); in dt_preproc()
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1534 fseeko64;
|