Searched refs:fseeko (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfpos.c48 if (fseeko(stream, (off_t)*pos, SEEK_SET) != 0)
H A Dfseeko.c41 #pragma weak _fseeko = fseeko
93 fseeko(FILE *iop, off_t offset, int ptrname) function
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_lib_prv.c42 if (fseeko(mfp, (off_t)0L, SEEK_SET) == -1) {
/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/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/cmd/tail/
H A Dforward.c107 if (fseeko(fp, off, SEEK_SET) == -1) {
138 fseeko(fp, -off, SEEK_END) == -1) {
156 if (fseeko(fp, (off_t)0, SEEK_END) == -1) {
228 if (fseeko(fp, sbp->st_size, SEEK_SET) == -1) {
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c235 * Closefile prints the byte count of the file created,(via fseeko
244 (void) fseeko(outfile, (offset_t)0, SEEK_END);
318 (void) fseeko(infile, (offset_t)saveloc, SEEK_SET);
322 (void) fseeko(infile, (offset_t)saveloc, SEEK_SET);
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c368 if (fseeko(fp, offset, SEEK_SET) < 0) {
387 if (fseeko(fp, offset, SEEK_SET) < 0) {
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c258 return (fseeko(f->ef_fp, adv, SEEK_CUR));
334 if (fseeko(f->ef_fp, (off_t)f->ef_advance, SEEK_CUR) == -1) {
407 if (fseeko(f->ef_fp, -backup, SEEK_CUR) == -1) {
425 if (fseeko(f->ef_fp, -((off_t)sizeof (uint32_t)), SEEK_CUR) == -1) {
456 if (fseeko(f->ef_fp, -((off_t)bkskip), SEEK_CUR) == -1) {
1101 if (fseeko(f->ef_fp, 0, SEEK_END) == -1) {
1136 if (fseeko(f->ef_fp, 0, SEEK_END) < 0) {
/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/cmd/acct/
H A Dwtmpfix.c185 if (fseeko(Temp, (off_t)0L, SEEK_SET) != 0) {
413 if (fseeko(Wtmpx, recin, SEEK_SET) != 0) {
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1369 (void) fseeko(f, (off_t)dol->l_addr, SEEK_SET);
1392 (void) fseeko(f, (off_t)zero->l_addr, SEEK_SET);
1397 (void) fseeko(f, (off_t)dot->l_addr, SEEK_SET);
1516 (void) fseeko(in_file, (off_t)0, SEEK_SET);
/illumos-gate/usr/src/boot/include/
H A Dstdio.h335 int fseeko(FILE *, __off_t, int);
/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c252 if (fseeko(dcp->dc_conf_fp, (off_t)0, SEEK_SET) == -1) {
/illumos-gate/usr/src/cmd/more/
H A Dmore.c138 #define Fseek(f,off) (file_pos=off,fseeko(f,off,0))
194 int fseeko();
/illumos-gate/usr/src/cmd/od/
H A Dod.c821 if (fseeko(input, skip, SEEK_SET) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c831 if (fseeko(fin, restart_point, SEEK_SET) < 0) {
1287 if (fseeko(fout, 0L, SEEK_CUR) < 0) {
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c783 (void) fseeko(f, (off_t)size, SEEK_CUR);

Completed in 110 milliseconds

12