Home
last modified time | relevance | path

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

123

/glibc-2.36/stdio-common/
Dtst-fmemopen2.c46 off_t o = ftello (fp); in do_test_with_buffer()
57 o = ftello (fp); in do_test_with_buffer()
69 o = ftello (fp); in do_test_with_buffer()
83 o = ftello (fp); in do_test_with_buffer()
122 off_t o = ftello (fp); in do_test_without_buffer()
134 o = ftello (fp); in do_test_without_buffer()
148 o = ftello (fp); in do_test_without_buffer()
184 off_t o = ftello (fp); in do_test_length_zero()
Dtst-unlockedio.c54 if (ftello (fp) != 0 in do_test()
64 || ftello (fp) != 0) in do_test()
93 if (ftello (fp) != (off_t) strlen (blah)) in do_test()
107 if (ftello (fp) != 0 in do_test()
117 || ftello (fp) != 0 in do_test()
147 if (ftello (fp) != (off_t) strlen (blah)) in do_test()
Dtst-fseek.c430 else if (ftello (fp) != st1.st_size) in do_test()
433 (size_t) st1.st_size, (size_t) ftello (fp)); in do_test()
462 else if (ftello (fp) != st1.st_size) in do_test()
465 (size_t) st1.st_size, (size_t) ftello (fp)); in do_test()
/glibc-2.36/libio/
Dbug-ungetc2.c19 if (ftello (fp) != o) in check()
21 printf ("position = %lu, not %lu\n", (unsigned long int) ftello (fp), in check()
Dbug-ftell.c42 off_t o = ftello (fp); in do_test()
Dftello.c63 weak_alias (__ftello, ftello)
Dbug-mmap-fflush.c41 o = ftello (f); in do_test()
Dstdio.h741 extern __off_t ftello (FILE *__stream) __wur;
747 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
750 # define ftello ftello64 macro
DMakefile46 iovdprintf vscanf vsnprintf obprintf fcloseall fseeko ftello \
107 CFLAGS-ftello.c += -fexceptions
DVersions99 fgetpos64; fopen64; freopen64; fseeko; fseeko64; fsetpos64; ftello;
Dtst-ftell-active-handler.c584 new_seek_ret = ftello (fp); in do_append_test()
/glibc-2.36/include/
Dstdio.h227 extern __typeof (ftello) __ftello;
/glibc-2.36/conform/data/
Dstdio.h-data95 function off_t ftello (FILE*)
/glibc-2.36/manual/
Dcreature.texi114 the functions @code{fseeko} and @code{ftello} are available. Without
Dstdio.texi4292 @deftypefun off_t ftello (FILE *@var{stream})
4295 The @code{ftello} function is similar to @code{ftell}, except that it
4301 @code{ftello} is preferable whenever it is available.
4318 This function is similar to @code{ftello} with the only difference that
4326 bits machine this function is available under the name @code{ftello}
4358 For this reason it is a good idea to prefer @code{ftello} whenever it is
4388 @code{ftello}, @code{fseek} and @code{fseeko} might work reliably only
4487 all the file positions in a large file. Using the @code{ftello} and
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist836 GLIBC_2.35 ftello F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist848 GLIBC_2.36 ftello F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist875 GLIBC_2.33 ftello F
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibc.abilist915 GLIBC_2.2.6 ftello F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibc.abilist878 GLIBC_2.32 ftello F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/
Dlibc.abilist914 GLIBC_2.27 ftello F
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dlibc.abilist934 GLIBC_2.17 ftello F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/
Dlibc.abilist938 GLIBC_2.16 ftello F
/glibc-2.36/sysdeps/unix/sysv/linux/csky/
Dlibc.abilist917 GLIBC_2.29 ftello F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/
Dlibc.abilist868 GLIBC_2.2.5 ftello F

123