Searched refs:ftello (Results 1 – 25 of 68) sorted by relevance
123
/glibc-2.36/stdio-common/ |
D | tst-fmemopen2.c | 46 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()
|
D | tst-unlockedio.c | 54 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()
|
D | tst-fseek.c | 430 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/ |
D | bug-ungetc2.c | 19 if (ftello (fp) != o) in check() 21 printf ("position = %lu, not %lu\n", (unsigned long int) ftello (fp), in check()
|
D | bug-ftell.c | 42 off_t o = ftello (fp); in do_test()
|
D | ftello.c | 63 weak_alias (__ftello, ftello)
|
D | bug-mmap-fflush.c | 41 o = ftello (f); in do_test()
|
D | stdio.h | 741 extern __off_t ftello (FILE *__stream) __wur; 747 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64); 750 # define ftello ftello64 macro
|
D | Makefile | 46 iovdprintf vscanf vsnprintf obprintf fcloseall fseeko ftello \ 107 CFLAGS-ftello.c += -fexceptions
|
D | Versions | 99 fgetpos64; fopen64; freopen64; fseeko; fseeko64; fsetpos64; ftello;
|
D | tst-ftell-active-handler.c | 584 new_seek_ret = ftello (fp); in do_append_test()
|
/glibc-2.36/include/ |
D | stdio.h | 227 extern __typeof (ftello) __ftello;
|
/glibc-2.36/conform/data/ |
D | stdio.h-data | 95 function off_t ftello (FILE*)
|
/glibc-2.36/manual/ |
D | creature.texi | 114 the functions @code{fseeko} and @code{ftello} are available. Without
|
D | stdio.texi | 4292 @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/ |
D | libc.abilist | 836 GLIBC_2.35 ftello F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 848 GLIBC_2.36 ftello F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 875 GLIBC_2.33 ftello F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 915 GLIBC_2.2.6 ftello F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 878 GLIBC_2.32 ftello F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 914 GLIBC_2.27 ftello F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 934 GLIBC_2.17 ftello F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 938 GLIBC_2.16 ftello F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 917 GLIBC_2.29 ftello F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 868 GLIBC_2.2.5 ftello F
|
123