/titanic_50/usr/src/head/ |
H A D | stdio.h | 58 #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);
|
/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | fseeko.c | 41 #pragma weak _fseeko = fseeko 93 fseeko(FILE *iop, off_t offset, int ptrname) in fseeko() function
|
H A D | fpos.c | 48 if (fseeko(stream, (off_t)*pos, SEEK_SET) != 0) in fsetpos()
|
/titanic_50/usr/src/cmd/tail/ |
H A D | forward.c | 107 if (fseeko(fp, off, SEEK_SET) == -1) { in forward() 138 fseeko(fp, -off, SEEK_END) == -1) { in forward() 156 if (fseeko(fp, (off_t)0, SEEK_END) == -1) { in forward() 228 if (fseeko(fp, sbp->st_size, SEEK_SET) == -1) { in rlines()
|
/titanic_50/usr/src/cmd/csplit/ |
H A D | csplit.c | 244 (void) fseeko(outfile, (offset_t)0, SEEK_END); in closefile() 318 (void) fseeko(infile, (offset_t)saveloc, SEEK_SET); in findline() 322 (void) fseeko(infile, (offset_t)saveloc, SEEK_SET); in findline()
|
/titanic_50/usr/src/lib/libast/common/stdio/ |
H A D | fseeko.c | 31 fseeko(Sfio_t* f, off_t off, int op) in fseeko() function
|
/titanic_50/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 258 return (fseeko(f->ef_fp, adv, SEEK_CUR)); in fseek_wrapper() 334 if (fseeko(f->ef_fp, (off_t)f->ef_advance, SEEK_CUR) == -1) { in ea_next_object() 407 if (fseeko(f->ef_fp, -backup, SEEK_CUR) == -1) { in ea_next_object() 425 if (fseeko(f->ef_fp, -((off_t)sizeof (uint32_t)), SEEK_CUR) == -1) { in ea_previous_object() 456 if (fseeko(f->ef_fp, -((off_t)bkskip), SEEK_CUR) == -1) { in ea_previous_object() 1101 if (fseeko(f->ef_fp, 0, SEEK_END) == -1) { in ea_fdopen() 1136 if (fseeko(f->ef_fp, 0, SEEK_END) < 0) { in ea_fdopen()
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 185 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 483 #define fseeko fseeko64 macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 206 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 504 #define fseeko fseeko64 macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 206 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 504 #define fseeko fseeko64 macro
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 185 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 483 #define fseeko fseeko64 macro
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 185 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 483 #define fseeko fseeko64 macro
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 185 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 483 #define fseeko fseeko64 macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 206 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 504 #define fseeko fseeko64 macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 206 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 504 #define fseeko fseeko64 macro
|
/titanic_50/usr/src/cmd/abi/spectrans/parser/ |
H A D | extends.c | 368 if (fseeko(fp, offset, SEEK_SET) < 0) { in arch_match() 387 if (fseeko(fp, offset, SEEK_SET) < 0) { in arch_match()
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | stdio | 124 extern int fseeko(FILE*, off_t, int); 264 printf("#define fseeko _ast_fseeko\n"); 405 extern int fseeko(FILE*, off_t, int); 457 #undef fseeko 471 #define fseeko fseeko64
|
/titanic_50/usr/src/cmd/acct/ |
H A D | wtmpfix.c | 185 if (fseeko(Temp, (off_t)0L, SEEK_SET) != 0) { in main() 413 if (fseeko(Wtmpx, recin, SEEK_SET) != 0) { in scanfile()
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | stdio | 185 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int)); 294 #define fseeko _ast_fseeko 417 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int)); 469 #undef fseeko 483 #define fseeko fseeko64
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | stdio | 185 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int)); 294 #define fseeko _ast_fseeko 417 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int)); 469 #undef fseeko 483 #define fseeko fseeko64
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | stdio | 185 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int)); 294 #define fseeko _ast_fseeko 417 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int)); 469 #undef fseeko 483 #define fseeko fseeko64
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | stdio | 185 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int)); 294 #define fseeko _ast_fseeko 417 extern __MANGLE__ int fseeko __PROTO__((FILE*, off_t, int)); 469 #undef fseeko 483 #define fseeko fseeko64
|
/titanic_50/usr/src/cmd/pg/ |
H A D | pg.c | 1369 (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);
|
/titanic_50/usr/src/cmd/dumpadm/ |
H A D | dconf.c | 252 if (fseeko(dcp->dc_conf_fp, (off_t)0, SEEK_SET) == -1) { in dconf_write()
|
/titanic_50/usr/src/cmd/more/ |
H A D | more.c | 138 #define Fseek(f,off) (file_pos=off,fseeko(f,off,0)) 194 int fseeko();
|