Home
last modified time | relevance | path

Searched refs:ftello (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/head/
H A Dstdio.h59 #pragma redefine_extname ftello ftello64
72 #pragma redefine_extname ftello64 ftello
231 #define ftello ftello64 macro
251 #define ftello64 ftello
347 extern off_t ftello(FILE *);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dftello.c40 #pragma weak _ftello = ftello
67 ftello(FILE *iop) in ftello() function
H A Dfpos.c38 if ((*pos = (fpos_t)ftello(stream)) == (fpos_t)-1) in fgetpos()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dftello.c31 ftello(Sfio_t* f) in ftello() function
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dftello_12768.c57 ftret = ftello(f); in main()
H A Dftell_ungetc.c33 off = ftello(f); in check_pos()
H A Dopen_memstreamtest.c54 off = ftello(fp); in main()
H A Dorientation_test.c146 TEST_UNCHANGED(ftello(f)); in main()
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c267 progname, ftello(in_file), in main()
308 progname, ftello(in_file)); in main()
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c249 (void) fprintf(stdout, "%lld\n", (offset_t)ftello(outfile)); in closefile()
311 saveloc = ftello(infile); in findline()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio127 extern off_t ftello(FILE*);
270 printf("#define ftello _ast_ftello\n");
408 extern off_t ftello(FILE*);
459 #undef ftello
473 #define ftello ftello64
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio188 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
300 #define ftello _ast_ftello
420 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
471 #undef ftello
485 #define ftello ftello64
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio188 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
300 #define ftello _ast_ftello
420 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
471 #undef ftello
485 #define ftello ftello64
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio188 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
300 #define ftello _ast_ftello
420 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
471 #undef ftello
485 #define ftello ftello64
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio188 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
300 #define ftello _ast_ftello
420 extern __MANGLE__ off_t ftello __PROTO__((FILE*));
471 #undef ftello
485 #define ftello ftello64
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c318 offset = ftello(fp); in arch_match()
/illumos-gate/usr/src/boot/include/
H A Dstdio.h336 __off_t ftello(FILE *);
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c460 off_t curoff = ftello(fp); in lsu_build()
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1580 dol->l_addr = (off_t)ftello(f); in newdol()
1583 dol->l_addr = (off_t)ftello(tmp_fou); in newdol()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs432 stdio/ftello.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile171 fseek.c fseeko.c fsetpos.c ftell.c ftello.c fwrite.c \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com687 ftello.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile670 ftello.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com718 ftello.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com743 ftello.o \

12