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

/illumos-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))
/illumos-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
/illumos-gate/usr/src/head/
H A Dstdio.h58 #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);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c136 (void) fseeko64(fd, start, SEEK_SET);
/illumos-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
/illumos-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
/illumos-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
/illumos-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
/illumos-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
/illumos-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
/illumos-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
/illumos-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
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c578 (void) fseeko64(qf, (offset_t)dqoff(uid), 0);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c698 fseeko64(iof, mid, 0);
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c285 if (fseeko64(f, off, SEEK_SET) != 0)
286 logprint(SC_SL_ERR | SC_EXIT_ERR, "fseeko64: %s",
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1841 (void) fseeko64(ifp, off, SEEK_SET);

Completed in 100 milliseconds