/illumos-gate/usr/src/head/ |
H A D | stdio.h | 59 #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 D | ftello.c | 40 #pragma weak _ftello = ftello 67 ftello(FILE *iop) in ftello() function
|
H A D | fpos.c | 38 if ((*pos = (fpos_t)ftello(stream)) == (fpos_t)-1) in fgetpos()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | ftello.c | 31 ftello(Sfio_t* f) in ftello() function
|
/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | ftello_12768.c | 57 ftret = ftello(f); in main()
|
H A D | ftell_ungetc.c | 33 off = ftello(f); in check_pos()
|
H A D | open_memstreamtest.c | 54 off = ftello(fp); in main()
|
H A D | orientation_test.c | 146 TEST_UNCHANGED(ftello(f)); in main()
|
/illumos-gate/usr/src/cmd/split/ |
H A D | split.c | 267 progname, ftello(in_file), in main() 308 progname, ftello(in_file)); in main()
|
/illumos-gate/usr/src/cmd/csplit/ |
H A D | csplit.c | 249 (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 D | stdio | 127 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 D | stdio | 188 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 D | stdio | 188 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 D | stdio | 188 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 D | stdio | 188 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 D | extends.c | 318 offset = ftello(fp); in arch_match()
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdio.h | 336 __off_t ftello(FILE *);
|
/illumos-gate/usr/src/tools/lintdump/ |
H A D | lintdump.c | 460 off_t curoff = ftello(fp); in lsu_build()
|
/illumos-gate/usr/src/cmd/pg/ |
H A D | pg.c | 1580 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 D | Makefile.defs | 432 stdio/ftello.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 171 fseek.c fseeko.c fsetpos.c ftell.c ftello.c fwrite.c \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 687 ftello.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 670 ftello.o \
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 718 ftello.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 743 ftello.o \
|