Searched defs:fseeko64 (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/libast/common/stdio/ |
H A D | fseeko.c | 41 fseeko64(Sfio_t* f, int64_t off, int op) function 43 STDIO_INT(f, "fseeko64", int, (Sfio_t*, int64_t, int), (f, off, op))
|
/osnet-11/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) function
|
/osnet-11/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
|
/osnet-11/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
|
/osnet-11/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
|
/osnet-11/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
|
/osnet-11/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
|
/osnet-11/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
|
/osnet-11/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
|
/osnet-11/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
|
Completed in 207 milliseconds