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

/opensolaris-onvv-gate/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))
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Dfseeko.c39 #pragma weak _fseeko64 = fseeko64
57 fseeko64(FILE *iop, off64_t offset, int ptrname) function
/opensolaris-onvv-gate/usr/src/head/
H A Dstdio.h57 #pragma redefine_extname fseeko fseeko64
70 #pragma redefine_extname fseeko64 fseeko
237 #define fseeko fseeko64
257 #define fseeko64 fseeko macro
370 extern int fseeko64(FILE *, off64_t, int);
450 extern int fseeko64();
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c136 (void) fseeko64(fd, start, SEEK_SET);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c578 (void) fseeko64(qf, (offset_t)dqoff(uid), 0);
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c696 fseeko64(iof, mid, 0);
/opensolaris-onvv-gate/usr/src/cmd/savecore/
H A Dsavecore.c277 if (fseeko64(f, off, SEEK_SET) != 0)
278 logprint(SC_SL_ERR | SC_EXIT_ERR, "fseeko64: %s",
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1273 fseeko64;
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1621 (void) fseeko64(ifp, off, SEEK_SET);

Completed in 203 milliseconds