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

/osnet-11/usr/src/lib/libast/common/stdio/
H A Dfseeko.c41 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 Dfpos.c47 if (fseeko64(stream, (off64_t)*pos, SEEK_SET) != 0)
H A Dfseeko.c39 #pragma weak _fseeko64 = fseeko64
57 fseeko64(FILE *iop, off64_t offset, int ptrname) function
/osnet-11/usr/src/grub/grub2/include/grub/util/
H A Dmisc.h47 #define fseeko fseeko64
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h247 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 Dast_stdio.h226 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 Dast_stdio.h247 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 Dast_stdio.h226 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 Dast_stdio.h247 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 Dast_stdio.h226 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 Dast_stdio.h247 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 Dast_stdio.h226 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/libc/port/gen/
H A Dgetvfsent.c136 (void) fseeko64(fd, start, SEEK_SET);
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1838 #undef fseeko64
1894 int fseeko64(FILE *, off64_t, int);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1621 (void) fseeko64(ifp, off, SEEK_SET);

Completed in 58 milliseconds