Searched defs:fseeko (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfseeko.c31 fseeko(Sfio_t* f, off_t off, int op) function
33 STDIO_INT(f, "fseeko", int, (Sfio_t*, off_t, int), (f, off, op))
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfseeko.c41 #pragma weak _fseeko = fseeko
93 fseeko(FILE *iop, off_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 macro
250 #define fseeko64 fseeko
346 extern int fseeko(FILE *, off_t, int);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h206 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
315 #define fseeko _ast_fseeko macro
438 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
490 #undef fseeko macro
504 #define fseeko fseeko64 macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h185 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
294 #define fseeko _ast_fseeko macro
417 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
469 #undef fseeko macro
483 #define fseeko fseeko64 macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h206 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
315 #define fseeko _ast_fseeko macro
438 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
490 #undef fseeko macro
504 #define fseeko fseeko64 macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h185 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
294 #define fseeko _ast_fseeko macro
417 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
469 #undef fseeko macro
483 #define fseeko fseeko64 macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h206 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
315 #define fseeko _ast_fseeko macro
438 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
490 #undef fseeko macro
504 #define fseeko fseeko64 macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h185 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
294 #define fseeko _ast_fseeko macro
417 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
469 #undef fseeko macro
483 #define fseeko fseeko64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h206 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
315 #define fseeko _ast_fseeko macro
438 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
490 #undef fseeko macro
504 #define fseeko fseeko64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h185 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
294 #define fseeko _ast_fseeko macro
417 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int));
469 #undef fseeko macro
483 #define fseeko fseeko64 macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile814 fseeko.3c \
1737 fseeko.3c := LINKSRC = fseek.3c

Completed in 138 milliseconds